diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetCmekSettingsRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetCmekSettingsRequest.java
index 07ad21cb1..53ca8fa57 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetCmekSettingsRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetCmekSettingsRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -33,14 +34,25 @@
*
* Protobuf type {@code google.logging.v2.GetCmekSettingsRequest}
*/
-public final class GetCmekSettingsRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class GetCmekSettingsRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.GetCmekSettingsRequest)
GetCmekSettingsRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "GetCmekSettingsRequest");
+ }
+
// Use GetCmekSettingsRequest.newBuilder() to construct.
- private GetCmekSettingsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private GetCmekSettingsRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -48,19 +60,13 @@ private GetCmekSettingsRequest() {
name_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new GetCmekSettingsRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetCmekSettingsRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetCmekSettingsRequest_fieldAccessorTable
@@ -80,14 +86,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The resource for which to retrieve CMEK settings.
*
- * "projects/[PROJECT_ID]/cmekSettings"
- * "organizations/[ORGANIZATION_ID]/cmekSettings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
- * "folders/[FOLDER_ID]/cmekSettings"
+ * "projects/[PROJECT_ID]/cmekSettings"
+ * "organizations/[ORGANIZATION_ID]/cmekSettings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
+ * "folders/[FOLDER_ID]/cmekSettings"
*
* For example:
*
- * `"organizations/12345/cmekSettings"`
+ * `"organizations/12345/cmekSettings"`
*
* Note: CMEK for the Log Router can be configured for Google Cloud projects,
* folders, organizations and billing accounts. Once configured for an
@@ -120,14 +126,14 @@ public java.lang.String getName() {
*
* Required. The resource for which to retrieve CMEK settings.
*
- * "projects/[PROJECT_ID]/cmekSettings"
- * "organizations/[ORGANIZATION_ID]/cmekSettings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
- * "folders/[FOLDER_ID]/cmekSettings"
+ * "projects/[PROJECT_ID]/cmekSettings"
+ * "organizations/[ORGANIZATION_ID]/cmekSettings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
+ * "folders/[FOLDER_ID]/cmekSettings"
*
* For example:
*
- * `"organizations/12345/cmekSettings"`
+ * `"organizations/12345/cmekSettings"`
*
* Note: CMEK for the Log Router can be configured for Google Cloud projects,
* folders, organizations and billing accounts. Once configured for an
@@ -168,8 +174,8 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
}
getUnknownFields().writeTo(output);
}
@@ -180,8 +186,8 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -255,38 +261,38 @@ public static com.google.logging.v2.GetCmekSettingsRequest parseFrom(
public static com.google.logging.v2.GetCmekSettingsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetCmekSettingsRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetCmekSettingsRequest parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetCmekSettingsRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetCmekSettingsRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetCmekSettingsRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -309,7 +315,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -328,7 +334,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.GetCmekSettingsRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.GetCmekSettingsRequest)
com.google.logging.v2.GetCmekSettingsRequestOrBuilder {
@@ -338,7 +344,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetCmekSettingsRequest_fieldAccessorTable
@@ -350,7 +356,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.GetCmekSettingsRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -400,39 +406,6 @@ private void buildPartial0(com.google.logging.v2.GetCmekSettingsRequest result)
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.GetCmekSettingsRequest) {
@@ -509,14 +482,14 @@ public Builder mergeFrom(
*
* Required. The resource for which to retrieve CMEK settings.
*
- * "projects/[PROJECT_ID]/cmekSettings"
- * "organizations/[ORGANIZATION_ID]/cmekSettings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
- * "folders/[FOLDER_ID]/cmekSettings"
+ * "projects/[PROJECT_ID]/cmekSettings"
+ * "organizations/[ORGANIZATION_ID]/cmekSettings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
+ * "folders/[FOLDER_ID]/cmekSettings"
*
* For example:
*
- * `"organizations/12345/cmekSettings"`
+ * `"organizations/12345/cmekSettings"`
*
* Note: CMEK for the Log Router can be configured for Google Cloud projects,
* folders, organizations and billing accounts. Once configured for an
@@ -548,14 +521,14 @@ public java.lang.String getName() {
*
* Required. The resource for which to retrieve CMEK settings.
*
- * "projects/[PROJECT_ID]/cmekSettings"
- * "organizations/[ORGANIZATION_ID]/cmekSettings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
- * "folders/[FOLDER_ID]/cmekSettings"
+ * "projects/[PROJECT_ID]/cmekSettings"
+ * "organizations/[ORGANIZATION_ID]/cmekSettings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
+ * "folders/[FOLDER_ID]/cmekSettings"
*
* For example:
*
- * `"organizations/12345/cmekSettings"`
+ * `"organizations/12345/cmekSettings"`
*
* Note: CMEK for the Log Router can be configured for Google Cloud projects,
* folders, organizations and billing accounts. Once configured for an
@@ -587,14 +560,14 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* Required. The resource for which to retrieve CMEK settings.
*
- * "projects/[PROJECT_ID]/cmekSettings"
- * "organizations/[ORGANIZATION_ID]/cmekSettings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
- * "folders/[FOLDER_ID]/cmekSettings"
+ * "projects/[PROJECT_ID]/cmekSettings"
+ * "organizations/[ORGANIZATION_ID]/cmekSettings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
+ * "folders/[FOLDER_ID]/cmekSettings"
*
* For example:
*
- * `"organizations/12345/cmekSettings"`
+ * `"organizations/12345/cmekSettings"`
*
* Note: CMEK for the Log Router can be configured for Google Cloud projects,
* folders, organizations and billing accounts. Once configured for an
@@ -625,14 +598,14 @@ public Builder setName(java.lang.String value) {
*
* Required. The resource for which to retrieve CMEK settings.
*
- * "projects/[PROJECT_ID]/cmekSettings"
- * "organizations/[ORGANIZATION_ID]/cmekSettings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
- * "folders/[FOLDER_ID]/cmekSettings"
+ * "projects/[PROJECT_ID]/cmekSettings"
+ * "organizations/[ORGANIZATION_ID]/cmekSettings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
+ * "folders/[FOLDER_ID]/cmekSettings"
*
* For example:
*
- * `"organizations/12345/cmekSettings"`
+ * `"organizations/12345/cmekSettings"`
*
* Note: CMEK for the Log Router can be configured for Google Cloud projects,
* folders, organizations and billing accounts. Once configured for an
@@ -659,14 +632,14 @@ public Builder clearName() {
*
* Required. The resource for which to retrieve CMEK settings.
*
- * "projects/[PROJECT_ID]/cmekSettings"
- * "organizations/[ORGANIZATION_ID]/cmekSettings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
- * "folders/[FOLDER_ID]/cmekSettings"
+ * "projects/[PROJECT_ID]/cmekSettings"
+ * "organizations/[ORGANIZATION_ID]/cmekSettings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
+ * "folders/[FOLDER_ID]/cmekSettings"
*
* For example:
*
- * `"organizations/12345/cmekSettings"`
+ * `"organizations/12345/cmekSettings"`
*
* Note: CMEK for the Log Router can be configured for Google Cloud projects,
* folders, organizations and billing accounts. Once configured for an
@@ -692,17 +665,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.GetCmekSettingsRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetCmekSettingsRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetCmekSettingsRequestOrBuilder.java
index fe5216219..c3ce67173 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetCmekSettingsRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetCmekSettingsRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface GetCmekSettingsRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.GetCmekSettingsRequest)
@@ -30,14 +32,14 @@ public interface GetCmekSettingsRequestOrBuilder
*
* Required. The resource for which to retrieve CMEK settings.
*
- * "projects/[PROJECT_ID]/cmekSettings"
- * "organizations/[ORGANIZATION_ID]/cmekSettings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
- * "folders/[FOLDER_ID]/cmekSettings"
+ * "projects/[PROJECT_ID]/cmekSettings"
+ * "organizations/[ORGANIZATION_ID]/cmekSettings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
+ * "folders/[FOLDER_ID]/cmekSettings"
*
* For example:
*
- * `"organizations/12345/cmekSettings"`
+ * `"organizations/12345/cmekSettings"`
*
* Note: CMEK for the Log Router can be configured for Google Cloud projects,
* folders, organizations and billing accounts. Once configured for an
@@ -59,14 +61,14 @@ public interface GetCmekSettingsRequestOrBuilder
*
* Required. The resource for which to retrieve CMEK settings.
*
- * "projects/[PROJECT_ID]/cmekSettings"
- * "organizations/[ORGANIZATION_ID]/cmekSettings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
- * "folders/[FOLDER_ID]/cmekSettings"
+ * "projects/[PROJECT_ID]/cmekSettings"
+ * "organizations/[ORGANIZATION_ID]/cmekSettings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
+ * "folders/[FOLDER_ID]/cmekSettings"
*
* For example:
*
- * `"organizations/12345/cmekSettings"`
+ * `"organizations/12345/cmekSettings"`
*
* Note: CMEK for the Log Router can be configured for Google Cloud projects,
* folders, organizations and billing accounts. Once configured for an
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetExclusionRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetExclusionRequest.java
index 1438cf90d..f72d4a4ae 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetExclusionRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetExclusionRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.GetExclusionRequest}
*/
-public final class GetExclusionRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class GetExclusionRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.GetExclusionRequest)
GetExclusionRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "GetExclusionRequest");
+ }
+
// Use GetExclusionRequest.newBuilder() to construct.
- private GetExclusionRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private GetExclusionRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -43,19 +55,13 @@ private GetExclusionRequest() {
name_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new GetExclusionRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetExclusionRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetExclusionRequest_fieldAccessorTable
@@ -75,14 +81,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The resource name of an existing exclusion:
*
- * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
- * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
- * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
+ * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
+ * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
+ * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
*
* For example:
*
- * `"projects/my-project/exclusions/my-exclusion"`
+ * `"projects/my-project/exclusions/my-exclusion"`
*
*
*
@@ -110,14 +116,14 @@ public java.lang.String getName() {
*
* Required. The resource name of an existing exclusion:
*
- * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
- * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
- * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
+ * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
+ * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
+ * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
*
* For example:
*
- * `"projects/my-project/exclusions/my-exclusion"`
+ * `"projects/my-project/exclusions/my-exclusion"`
*
*
*
@@ -153,8 +159,8 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
}
getUnknownFields().writeTo(output);
}
@@ -165,8 +171,8 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -240,38 +246,38 @@ public static com.google.logging.v2.GetExclusionRequest parseFrom(
public static com.google.logging.v2.GetExclusionRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetExclusionRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetExclusionRequest parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetExclusionRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetExclusionRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetExclusionRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -294,7 +300,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -308,7 +314,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.GetExclusionRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.GetExclusionRequest)
com.google.logging.v2.GetExclusionRequestOrBuilder {
@@ -318,7 +324,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetExclusionRequest_fieldAccessorTable
@@ -330,7 +336,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.GetExclusionRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -380,39 +386,6 @@ private void buildPartial0(com.google.logging.v2.GetExclusionRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.GetExclusionRequest) {
@@ -489,14 +462,14 @@ public Builder mergeFrom(
*
* Required. The resource name of an existing exclusion:
*
- * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
- * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
- * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
+ * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
+ * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
+ * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
*
* For example:
*
- * `"projects/my-project/exclusions/my-exclusion"`
+ * `"projects/my-project/exclusions/my-exclusion"`
*
*
*
@@ -523,14 +496,14 @@ public java.lang.String getName() {
*
* Required. The resource name of an existing exclusion:
*
- * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
- * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
- * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
+ * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
+ * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
+ * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
*
* For example:
*
- * `"projects/my-project/exclusions/my-exclusion"`
+ * `"projects/my-project/exclusions/my-exclusion"`
*
*
*
@@ -557,14 +530,14 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* Required. The resource name of an existing exclusion:
*
- * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
- * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
- * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
+ * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
+ * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
+ * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
*
* For example:
*
- * `"projects/my-project/exclusions/my-exclusion"`
+ * `"projects/my-project/exclusions/my-exclusion"`
*
*
*
@@ -590,14 +563,14 @@ public Builder setName(java.lang.String value) {
*
* Required. The resource name of an existing exclusion:
*
- * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
- * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
- * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
+ * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
+ * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
+ * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
*
* For example:
*
- * `"projects/my-project/exclusions/my-exclusion"`
+ * `"projects/my-project/exclusions/my-exclusion"`
*
*
*
@@ -619,14 +592,14 @@ public Builder clearName() {
*
* Required. The resource name of an existing exclusion:
*
- * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
- * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
- * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
+ * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
+ * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
+ * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
*
* For example:
*
- * `"projects/my-project/exclusions/my-exclusion"`
+ * `"projects/my-project/exclusions/my-exclusion"`
*
*
*
@@ -647,17 +620,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.GetExclusionRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetExclusionRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetExclusionRequestOrBuilder.java
index 9f2c1ee27..15bb79c5c 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetExclusionRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetExclusionRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface GetExclusionRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.GetExclusionRequest)
@@ -30,14 +32,14 @@ public interface GetExclusionRequestOrBuilder
*
* Required. The resource name of an existing exclusion:
*
- * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
- * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
- * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
+ * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
+ * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
+ * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
*
* For example:
*
- * `"projects/my-project/exclusions/my-exclusion"`
+ * `"projects/my-project/exclusions/my-exclusion"`
*
*
*
@@ -54,14 +56,14 @@ public interface GetExclusionRequestOrBuilder
*
* Required. The resource name of an existing exclusion:
*
- * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
- * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
- * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
+ * "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
+ * "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
+ * "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"
*
* For example:
*
- * `"projects/my-project/exclusions/my-exclusion"`
+ * `"projects/my-project/exclusions/my-exclusion"`
*
*
*
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLinkRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLinkRequest.java
index e9a590bb2..970ed0c5d 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLinkRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLinkRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.GetLinkRequest}
*/
-public final class GetLinkRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class GetLinkRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.GetLinkRequest)
GetLinkRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "GetLinkRequest");
+ }
+
// Use GetLinkRequest.newBuilder() to construct.
- private GetLinkRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private GetLinkRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -43,19 +55,13 @@ private GetLinkRequest() {
name_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new GetLinkRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetLinkRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetLinkRequest_fieldAccessorTable
@@ -75,10 +81,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The resource name of the link:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
*
*
*
@@ -106,10 +112,10 @@ public java.lang.String getName() {
*
* Required. The resource name of the link:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
*
*
*
@@ -145,8 +151,8 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
}
getUnknownFields().writeTo(output);
}
@@ -157,8 +163,8 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -230,38 +236,38 @@ public static com.google.logging.v2.GetLinkRequest parseFrom(
public static com.google.logging.v2.GetLinkRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetLinkRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetLinkRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetLinkRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetLinkRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetLinkRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -284,7 +290,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -298,7 +304,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.GetLinkRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.GetLinkRequest)
com.google.logging.v2.GetLinkRequestOrBuilder {
@@ -308,7 +314,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetLinkRequest_fieldAccessorTable
@@ -320,7 +326,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.GetLinkRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -369,39 +375,6 @@ private void buildPartial0(com.google.logging.v2.GetLinkRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.GetLinkRequest) {
@@ -478,10 +451,10 @@ public Builder mergeFrom(
*
* Required. The resource name of the link:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
*
*
*
@@ -508,10 +481,10 @@ public java.lang.String getName() {
*
* Required. The resource name of the link:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
*
*
*
@@ -538,10 +511,10 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* Required. The resource name of the link:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
*
*
*
@@ -567,10 +540,10 @@ public Builder setName(java.lang.String value) {
*
* Required. The resource name of the link:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
*
*
*
@@ -592,10 +565,10 @@ public Builder clearName() {
*
* Required. The resource name of the link:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
*
*
*
@@ -616,17 +589,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.GetLinkRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLinkRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLinkRequestOrBuilder.java
index 3a9cfe915..9c434d9e1 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLinkRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLinkRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface GetLinkRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.GetLinkRequest)
@@ -30,10 +32,10 @@ public interface GetLinkRequestOrBuilder
*
* Required. The resource name of the link:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
*
*
*
@@ -50,10 +52,10 @@ public interface GetLinkRequestOrBuilder
*
* Required. The resource name of the link:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]
*
*
*
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLogMetricRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLogMetricRequest.java
index 2f30ffde9..c4d4ea99d 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLogMetricRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLogMetricRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_metrics.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.GetLogMetricRequest}
*/
-public final class GetLogMetricRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class GetLogMetricRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.GetLogMetricRequest)
GetLogMetricRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "GetLogMetricRequest");
+ }
+
// Use GetLogMetricRequest.newBuilder() to construct.
- private GetLogMetricRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private GetLogMetricRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -43,19 +55,13 @@ private GetLogMetricRequest() {
metricName_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new GetLogMetricRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingMetricsProto
.internal_static_google_logging_v2_GetLogMetricRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingMetricsProto
.internal_static_google_logging_v2_GetLogMetricRequest_fieldAccessorTable
@@ -75,7 +81,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The resource name of the desired metric:
*
- * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
+ * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
*
*
*
@@ -103,7 +109,7 @@ public java.lang.String getMetricName() {
*
* Required. The resource name of the desired metric:
*
- * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
+ * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
*
*
*
@@ -139,8 +145,8 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(metricName_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, metricName_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(metricName_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, metricName_);
}
getUnknownFields().writeTo(output);
}
@@ -151,8 +157,8 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(metricName_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, metricName_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(metricName_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, metricName_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -226,38 +232,38 @@ public static com.google.logging.v2.GetLogMetricRequest parseFrom(
public static com.google.logging.v2.GetLogMetricRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetLogMetricRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetLogMetricRequest parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetLogMetricRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetLogMetricRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetLogMetricRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -280,7 +286,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -294,7 +300,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.GetLogMetricRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.GetLogMetricRequest)
com.google.logging.v2.GetLogMetricRequestOrBuilder {
@@ -304,7 +310,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingMetricsProto
.internal_static_google_logging_v2_GetLogMetricRequest_fieldAccessorTable
@@ -316,7 +322,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.GetLogMetricRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -366,39 +372,6 @@ private void buildPartial0(com.google.logging.v2.GetLogMetricRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.GetLogMetricRequest) {
@@ -475,7 +448,7 @@ public Builder mergeFrom(
*
* Required. The resource name of the desired metric:
*
- * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
+ * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
*
*
*
@@ -502,7 +475,7 @@ public java.lang.String getMetricName() {
*
* Required. The resource name of the desired metric:
*
- * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
+ * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
*
*
*
@@ -529,7 +502,7 @@ public com.google.protobuf.ByteString getMetricNameBytes() {
*
* Required. The resource name of the desired metric:
*
- * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
+ * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
*
*
*
@@ -555,7 +528,7 @@ public Builder setMetricName(java.lang.String value) {
*
* Required. The resource name of the desired metric:
*
- * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
+ * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
*
*
*
@@ -577,7 +550,7 @@ public Builder clearMetricName() {
*
* Required. The resource name of the desired metric:
*
- * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
+ * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
*
*
*
@@ -598,17 +571,6 @@ public Builder setMetricNameBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.GetLogMetricRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLogMetricRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLogMetricRequestOrBuilder.java
index a1f5f4000..f22585135 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLogMetricRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetLogMetricRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_metrics.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface GetLogMetricRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.GetLogMetricRequest)
@@ -30,7 +32,7 @@ public interface GetLogMetricRequestOrBuilder
*
* Required. The resource name of the desired metric:
*
- * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
+ * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
*
*
*
@@ -47,7 +49,7 @@ public interface GetLogMetricRequestOrBuilder
*
* Required. The resource name of the desired metric:
*
- * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
+ * "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
*
*
*
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSettingsRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSettingsRequest.java
index b7b2edbbf..86851f9c0 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSettingsRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSettingsRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -33,14 +34,25 @@
*
* Protobuf type {@code google.logging.v2.GetSettingsRequest}
*/
-public final class GetSettingsRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class GetSettingsRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.GetSettingsRequest)
GetSettingsRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "GetSettingsRequest");
+ }
+
// Use GetSettingsRequest.newBuilder() to construct.
- private GetSettingsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private GetSettingsRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -48,19 +60,13 @@ private GetSettingsRequest() {
name_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new GetSettingsRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetSettingsRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetSettingsRequest_fieldAccessorTable
@@ -80,14 +86,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The resource for which to retrieve settings.
*
- * "projects/[PROJECT_ID]/settings"
- * "organizations/[ORGANIZATION_ID]/settings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
- * "folders/[FOLDER_ID]/settings"
+ * "projects/[PROJECT_ID]/settings"
+ * "organizations/[ORGANIZATION_ID]/settings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
+ * "folders/[FOLDER_ID]/settings"
*
* For example:
*
- * `"organizations/12345/settings"`
+ * `"organizations/12345/settings"`
*
* Note: Settings for the Log Router can be get for Google Cloud projects,
* folders, organizations and billing accounts. Currently it can only be
@@ -120,14 +126,14 @@ public java.lang.String getName() {
*
* Required. The resource for which to retrieve settings.
*
- * "projects/[PROJECT_ID]/settings"
- * "organizations/[ORGANIZATION_ID]/settings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
- * "folders/[FOLDER_ID]/settings"
+ * "projects/[PROJECT_ID]/settings"
+ * "organizations/[ORGANIZATION_ID]/settings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
+ * "folders/[FOLDER_ID]/settings"
*
* For example:
*
- * `"organizations/12345/settings"`
+ * `"organizations/12345/settings"`
*
* Note: Settings for the Log Router can be get for Google Cloud projects,
* folders, organizations and billing accounts. Currently it can only be
@@ -168,8 +174,8 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
}
getUnknownFields().writeTo(output);
}
@@ -180,8 +186,8 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -254,38 +260,38 @@ public static com.google.logging.v2.GetSettingsRequest parseFrom(
public static com.google.logging.v2.GetSettingsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetSettingsRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetSettingsRequest parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetSettingsRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetSettingsRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetSettingsRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -308,7 +314,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -327,7 +333,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.GetSettingsRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.GetSettingsRequest)
com.google.logging.v2.GetSettingsRequestOrBuilder {
@@ -337,7 +343,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetSettingsRequest_fieldAccessorTable
@@ -349,7 +355,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.GetSettingsRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -399,39 +405,6 @@ private void buildPartial0(com.google.logging.v2.GetSettingsRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.GetSettingsRequest) {
@@ -508,14 +481,14 @@ public Builder mergeFrom(
*
* Required. The resource for which to retrieve settings.
*
- * "projects/[PROJECT_ID]/settings"
- * "organizations/[ORGANIZATION_ID]/settings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
- * "folders/[FOLDER_ID]/settings"
+ * "projects/[PROJECT_ID]/settings"
+ * "organizations/[ORGANIZATION_ID]/settings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
+ * "folders/[FOLDER_ID]/settings"
*
* For example:
*
- * `"organizations/12345/settings"`
+ * `"organizations/12345/settings"`
*
* Note: Settings for the Log Router can be get for Google Cloud projects,
* folders, organizations and billing accounts. Currently it can only be
@@ -547,14 +520,14 @@ public java.lang.String getName() {
*
* Required. The resource for which to retrieve settings.
*
- * "projects/[PROJECT_ID]/settings"
- * "organizations/[ORGANIZATION_ID]/settings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
- * "folders/[FOLDER_ID]/settings"
+ * "projects/[PROJECT_ID]/settings"
+ * "organizations/[ORGANIZATION_ID]/settings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
+ * "folders/[FOLDER_ID]/settings"
*
* For example:
*
- * `"organizations/12345/settings"`
+ * `"organizations/12345/settings"`
*
* Note: Settings for the Log Router can be get for Google Cloud projects,
* folders, organizations and billing accounts. Currently it can only be
@@ -586,14 +559,14 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* Required. The resource for which to retrieve settings.
*
- * "projects/[PROJECT_ID]/settings"
- * "organizations/[ORGANIZATION_ID]/settings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
- * "folders/[FOLDER_ID]/settings"
+ * "projects/[PROJECT_ID]/settings"
+ * "organizations/[ORGANIZATION_ID]/settings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
+ * "folders/[FOLDER_ID]/settings"
*
* For example:
*
- * `"organizations/12345/settings"`
+ * `"organizations/12345/settings"`
*
* Note: Settings for the Log Router can be get for Google Cloud projects,
* folders, organizations and billing accounts. Currently it can only be
@@ -624,14 +597,14 @@ public Builder setName(java.lang.String value) {
*
* Required. The resource for which to retrieve settings.
*
- * "projects/[PROJECT_ID]/settings"
- * "organizations/[ORGANIZATION_ID]/settings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
- * "folders/[FOLDER_ID]/settings"
+ * "projects/[PROJECT_ID]/settings"
+ * "organizations/[ORGANIZATION_ID]/settings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
+ * "folders/[FOLDER_ID]/settings"
*
* For example:
*
- * `"organizations/12345/settings"`
+ * `"organizations/12345/settings"`
*
* Note: Settings for the Log Router can be get for Google Cloud projects,
* folders, organizations and billing accounts. Currently it can only be
@@ -658,14 +631,14 @@ public Builder clearName() {
*
* Required. The resource for which to retrieve settings.
*
- * "projects/[PROJECT_ID]/settings"
- * "organizations/[ORGANIZATION_ID]/settings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
- * "folders/[FOLDER_ID]/settings"
+ * "projects/[PROJECT_ID]/settings"
+ * "organizations/[ORGANIZATION_ID]/settings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
+ * "folders/[FOLDER_ID]/settings"
*
* For example:
*
- * `"organizations/12345/settings"`
+ * `"organizations/12345/settings"`
*
* Note: Settings for the Log Router can be get for Google Cloud projects,
* folders, organizations and billing accounts. Currently it can only be
@@ -691,17 +664,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.GetSettingsRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSettingsRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSettingsRequestOrBuilder.java
index e3d9bd7c1..5fa88338f 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSettingsRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSettingsRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface GetSettingsRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.GetSettingsRequest)
@@ -30,14 +32,14 @@ public interface GetSettingsRequestOrBuilder
*
* Required. The resource for which to retrieve settings.
*
- * "projects/[PROJECT_ID]/settings"
- * "organizations/[ORGANIZATION_ID]/settings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
- * "folders/[FOLDER_ID]/settings"
+ * "projects/[PROJECT_ID]/settings"
+ * "organizations/[ORGANIZATION_ID]/settings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
+ * "folders/[FOLDER_ID]/settings"
*
* For example:
*
- * `"organizations/12345/settings"`
+ * `"organizations/12345/settings"`
*
* Note: Settings for the Log Router can be get for Google Cloud projects,
* folders, organizations and billing accounts. Currently it can only be
@@ -59,14 +61,14 @@ public interface GetSettingsRequestOrBuilder
*
* Required. The resource for which to retrieve settings.
*
- * "projects/[PROJECT_ID]/settings"
- * "organizations/[ORGANIZATION_ID]/settings"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
- * "folders/[FOLDER_ID]/settings"
+ * "projects/[PROJECT_ID]/settings"
+ * "organizations/[ORGANIZATION_ID]/settings"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/settings"
+ * "folders/[FOLDER_ID]/settings"
*
* For example:
*
- * `"organizations/12345/settings"`
+ * `"organizations/12345/settings"`
*
* Note: Settings for the Log Router can be get for Google Cloud projects,
* folders, organizations and billing accounts. Currently it can only be
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSinkRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSinkRequest.java
index 2e4f967bc..86d74c502 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSinkRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSinkRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.GetSinkRequest}
*/
-public final class GetSinkRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class GetSinkRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.GetSinkRequest)
GetSinkRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "GetSinkRequest");
+ }
+
// Use GetSinkRequest.newBuilder() to construct.
- private GetSinkRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private GetSinkRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -43,19 +55,13 @@ private GetSinkRequest() {
sinkName_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new GetSinkRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetSinkRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetSinkRequest_fieldAccessorTable
@@ -75,14 +81,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The resource name of the sink:
*
- * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
- * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
- * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
+ * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
+ * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
*
* For example:
*
- * `"projects/my-project/sinks/my-sink"`
+ * `"projects/my-project/sinks/my-sink"`
*
*
*
@@ -110,14 +116,14 @@ public java.lang.String getSinkName() {
*
* Required. The resource name of the sink:
*
- * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
- * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
- * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
+ * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
+ * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
*
* For example:
*
- * `"projects/my-project/sinks/my-sink"`
+ * `"projects/my-project/sinks/my-sink"`
*
*
*
@@ -153,8 +159,8 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sinkName_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, sinkName_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(sinkName_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, sinkName_);
}
getUnknownFields().writeTo(output);
}
@@ -165,8 +171,8 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sinkName_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, sinkName_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(sinkName_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, sinkName_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -238,38 +244,38 @@ public static com.google.logging.v2.GetSinkRequest parseFrom(
public static com.google.logging.v2.GetSinkRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetSinkRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetSinkRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetSinkRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetSinkRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetSinkRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -292,7 +298,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -306,7 +312,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.GetSinkRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.GetSinkRequest)
com.google.logging.v2.GetSinkRequestOrBuilder {
@@ -316,7 +322,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetSinkRequest_fieldAccessorTable
@@ -328,7 +334,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.GetSinkRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -377,39 +383,6 @@ private void buildPartial0(com.google.logging.v2.GetSinkRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.GetSinkRequest) {
@@ -486,14 +459,14 @@ public Builder mergeFrom(
*
* Required. The resource name of the sink:
*
- * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
- * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
- * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
+ * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
+ * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
*
* For example:
*
- * `"projects/my-project/sinks/my-sink"`
+ * `"projects/my-project/sinks/my-sink"`
*
*
*
@@ -520,14 +493,14 @@ public java.lang.String getSinkName() {
*
* Required. The resource name of the sink:
*
- * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
- * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
- * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
+ * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
+ * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
*
* For example:
*
- * `"projects/my-project/sinks/my-sink"`
+ * `"projects/my-project/sinks/my-sink"`
*
*
*
@@ -554,14 +527,14 @@ public com.google.protobuf.ByteString getSinkNameBytes() {
*
* Required. The resource name of the sink:
*
- * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
- * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
- * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
+ * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
+ * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
*
* For example:
*
- * `"projects/my-project/sinks/my-sink"`
+ * `"projects/my-project/sinks/my-sink"`
*
*
*
@@ -587,14 +560,14 @@ public Builder setSinkName(java.lang.String value) {
*
* Required. The resource name of the sink:
*
- * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
- * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
- * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
+ * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
+ * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
*
* For example:
*
- * `"projects/my-project/sinks/my-sink"`
+ * `"projects/my-project/sinks/my-sink"`
*
*
*
@@ -616,14 +589,14 @@ public Builder clearSinkName() {
*
* Required. The resource name of the sink:
*
- * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
- * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
- * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
+ * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
+ * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
*
* For example:
*
- * `"projects/my-project/sinks/my-sink"`
+ * `"projects/my-project/sinks/my-sink"`
*
*
*
@@ -644,17 +617,6 @@ public Builder setSinkNameBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.GetSinkRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSinkRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSinkRequestOrBuilder.java
index 71ba33daa..343a21909 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSinkRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetSinkRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface GetSinkRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.GetSinkRequest)
@@ -30,14 +32,14 @@ public interface GetSinkRequestOrBuilder
*
* Required. The resource name of the sink:
*
- * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
- * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
- * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
+ * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
+ * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
*
* For example:
*
- * `"projects/my-project/sinks/my-sink"`
+ * `"projects/my-project/sinks/my-sink"`
*
*
*
@@ -54,14 +56,14 @@ public interface GetSinkRequestOrBuilder
*
* Required. The resource name of the sink:
*
- * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
- * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
- * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
+ * "projects/[PROJECT_ID]/sinks/[SINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
+ * "folders/[FOLDER_ID]/sinks/[SINK_ID]"
*
* For example:
*
- * `"projects/my-project/sinks/my-sink"`
+ * `"projects/my-project/sinks/my-sink"`
*
*
*
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetViewRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetViewRequest.java
index d148f2d7f..0b91a814e 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetViewRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetViewRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.GetViewRequest}
*/
-public final class GetViewRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class GetViewRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.GetViewRequest)
GetViewRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "GetViewRequest");
+ }
+
// Use GetViewRequest.newBuilder() to construct.
- private GetViewRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private GetViewRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -43,19 +55,13 @@ private GetViewRequest() {
name_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new GetViewRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetViewRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetViewRequest_fieldAccessorTable
@@ -75,11 +81,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The resource name of the policy:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
*
* For example:
*
- * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
+ * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
*
*
*
@@ -107,11 +113,11 @@ public java.lang.String getName() {
*
* Required. The resource name of the policy:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
*
* For example:
*
- * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
+ * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
*
*
*
@@ -147,8 +153,8 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
}
getUnknownFields().writeTo(output);
}
@@ -159,8 +165,8 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -232,38 +238,38 @@ public static com.google.logging.v2.GetViewRequest parseFrom(
public static com.google.logging.v2.GetViewRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetViewRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetViewRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetViewRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.GetViewRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.GetViewRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -286,7 +292,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -300,7 +306,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.GetViewRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.GetViewRequest)
com.google.logging.v2.GetViewRequestOrBuilder {
@@ -310,7 +316,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_GetViewRequest_fieldAccessorTable
@@ -322,7 +328,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.GetViewRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -371,39 +377,6 @@ private void buildPartial0(com.google.logging.v2.GetViewRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.GetViewRequest) {
@@ -480,11 +453,11 @@ public Builder mergeFrom(
*
* Required. The resource name of the policy:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
*
* For example:
*
- * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
+ * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
*
*
*
@@ -511,11 +484,11 @@ public java.lang.String getName() {
*
* Required. The resource name of the policy:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
*
* For example:
*
- * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
+ * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
*
*
*
@@ -542,11 +515,11 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* Required. The resource name of the policy:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
*
* For example:
*
- * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
+ * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
*
*
*
@@ -572,11 +545,11 @@ public Builder setName(java.lang.String value) {
*
* Required. The resource name of the policy:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
*
* For example:
*
- * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
+ * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
*
*
*
@@ -598,11 +571,11 @@ public Builder clearName() {
*
* Required. The resource name of the policy:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
*
* For example:
*
- * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
+ * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
*
*
*
@@ -623,17 +596,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.GetViewRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetViewRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetViewRequestOrBuilder.java
index d85336637..c88c63f03 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetViewRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/GetViewRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface GetViewRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.GetViewRequest)
@@ -30,11 +32,11 @@ public interface GetViewRequestOrBuilder
*
* Required. The resource name of the policy:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
*
* For example:
*
- * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
+ * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
*
*
*
@@ -51,11 +53,11 @@ public interface GetViewRequestOrBuilder
*
* Required. The resource name of the policy:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"
*
* For example:
*
- * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
+ * `"projects/my-project/locations/global/buckets/my-bucket/views/my-view"`
*
*
*
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexConfig.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexConfig.java
index 1a6a51fef..a72853315 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexConfig.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexConfig.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.IndexConfig}
*/
-public final class IndexConfig extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class IndexConfig extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.IndexConfig)
IndexConfigOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "IndexConfig");
+ }
+
// Use IndexConfig.newBuilder() to construct.
- private IndexConfig(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private IndexConfig(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private IndexConfig() {
type_ = 0;
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new IndexConfig();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_IndexConfig_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_IndexConfig_fieldAccessorTable
@@ -244,8 +250,8 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldPath_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, fieldPath_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fieldPath_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, fieldPath_);
}
if (type_ != com.google.logging.v2.IndexType.INDEX_TYPE_UNSPECIFIED.getNumber()) {
output.writeEnum(2, type_);
@@ -262,8 +268,8 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fieldPath_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, fieldPath_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fieldPath_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, fieldPath_);
}
if (type_ != com.google.logging.v2.IndexType.INDEX_TYPE_UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, type_);
@@ -352,38 +358,38 @@ public static com.google.logging.v2.IndexConfig parseFrom(
public static com.google.logging.v2.IndexConfig parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.IndexConfig parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.IndexConfig parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.IndexConfig parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.IndexConfig parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.IndexConfig parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -406,7 +412,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -420,7 +426,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.IndexConfig}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.IndexConfig)
com.google.logging.v2.IndexConfigOrBuilder {
@@ -430,7 +436,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_IndexConfig_fieldAccessorTable
@@ -444,14 +450,14 @@ private Builder() {
maybeForceBuilderInitialization();
}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
- if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
- getCreateTimeFieldBuilder();
+ if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
+ internalGetCreateTimeFieldBuilder();
}
}
@@ -515,39 +521,6 @@ private void buildPartial0(com.google.logging.v2.IndexConfig result) {
result.bitField0_ |= to_bitField0_;
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.IndexConfig) {
@@ -611,7 +584,8 @@ public Builder mergeFrom(
} // case 16
case 26:
{
- input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry);
+ input.readMessage(
+ internalGetCreateTimeFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 26
@@ -875,7 +849,7 @@ public Builder clearType() {
}
private com.google.protobuf.Timestamp createTime_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
@@ -1055,7 +1029,7 @@ public Builder clearCreateTime() {
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() {
bitField0_ |= 0x00000004;
onChanged();
- return getCreateTimeFieldBuilder().getBuilder();
+ return internalGetCreateTimeFieldBuilder().getBuilder();
}
/**
@@ -1096,14 +1070,14 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
* .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
- getCreateTimeFieldBuilder() {
+ internalGetCreateTimeFieldBuilder() {
if (createTimeBuilder_ == null) {
createTimeBuilder_ =
- new com.google.protobuf.SingleFieldBuilderV3<
+ new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>(
@@ -1113,17 +1087,6 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
return createTimeBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.IndexConfig)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexConfigOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexConfigOrBuilder.java
index 008894ccb..0d9d9b415 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexConfigOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexConfigOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface IndexConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.IndexConfig)
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexType.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexType.java
index 8e8e9ba97..af203ba0b 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexType.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/IndexType.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -29,6 +30,7 @@
*
* Protobuf enum {@code google.logging.v2.IndexType}
*/
+@com.google.protobuf.Generated
public enum IndexType implements com.google.protobuf.ProtocolMessageEnum {
/**
*
@@ -63,6 +65,16 @@ public enum IndexType implements com.google.protobuf.ProtocolMessageEnum {
UNRECOGNIZED(-1),
;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "IndexType");
+ }
+
/**
*
*
@@ -154,7 +166,7 @@ public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType
return getDescriptor();
}
- public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+ public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto.getDescriptor().getEnumTypes().get(2);
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LifecycleState.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LifecycleState.java
index 0d431e7f2..7f4e9854d 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LifecycleState.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LifecycleState.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,6 +29,7 @@
*
* Protobuf enum {@code google.logging.v2.LifecycleState}
*/
+@com.google.protobuf.Generated
public enum LifecycleState implements com.google.protobuf.ProtocolMessageEnum {
/**
*
@@ -96,6 +98,16 @@ public enum LifecycleState implements com.google.protobuf.ProtocolMessageEnum {
UNRECOGNIZED(-1),
;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "LifecycleState");
+ }
+
/**
*
*
@@ -230,7 +242,7 @@ public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType
return getDescriptor();
}
- public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+ public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto.getDescriptor().getEnumTypes().get(1);
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/Link.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/Link.java
index bef90bb06..c33a142d9 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/Link.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/Link.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.Link}
*/
-public final class Link extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class Link extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.Link)
LinkOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "Link");
+ }
+
// Use Link.newBuilder() to construct.
- private Link(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private Link(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -45,19 +57,13 @@ private Link() {
lifecycleState_ = 0;
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new Link();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_Link_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_Link_fieldAccessorTable
@@ -79,14 +85,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* A valid link id (at the end of the link name) must only have alphanumeric
* characters and underscores within it.
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
*
* For example:
*
- * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
+ * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
*
*
* string name = 1;
@@ -114,14 +120,14 @@ public java.lang.String getName() {
* A valid link id (at the end of the link name) must only have alphanumeric
* characters and underscores within it.
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
*
* For example:
*
- * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
+ * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
*
*
* string name = 1;
@@ -367,11 +373,11 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, description_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(description_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, description_);
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(3, getCreateTime());
@@ -392,11 +398,11 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, description_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(description_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, description_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getCreateTime());
@@ -500,38 +506,38 @@ public static com.google.logging.v2.Link parseFrom(
public static com.google.logging.v2.Link parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.Link parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.Link parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.Link parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.Link parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.Link parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -554,7 +560,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -568,7 +574,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.Link}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.Link)
com.google.logging.v2.LinkOrBuilder {
@@ -578,7 +584,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_Link_fieldAccessorTable
@@ -591,15 +597,15 @@ private Builder() {
maybeForceBuilderInitialization();
}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
- if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
- getCreateTimeFieldBuilder();
- getBigqueryDatasetFieldBuilder();
+ if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
+ internalGetCreateTimeFieldBuilder();
+ internalGetBigqueryDatasetFieldBuilder();
}
}
@@ -677,39 +683,6 @@ private void buildPartial0(com.google.logging.v2.Link result) {
result.bitField0_ |= to_bitField0_;
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.Link) {
@@ -781,7 +754,8 @@ public Builder mergeFrom(
} // case 18
case 26:
{
- input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry);
+ input.readMessage(
+ internalGetCreateTimeFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 26
@@ -793,7 +767,8 @@ public Builder mergeFrom(
} // case 32
case 42:
{
- input.readMessage(getBigqueryDatasetFieldBuilder().getBuilder(), extensionRegistry);
+ input.readMessage(
+ internalGetBigqueryDatasetFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000010;
break;
} // case 42
@@ -826,14 +801,14 @@ public Builder mergeFrom(
* A valid link id (at the end of the link name) must only have alphanumeric
* characters and underscores within it.
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
*
* For example:
*
- * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
+ * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
*
*
* string name = 1;
@@ -860,14 +835,14 @@ public java.lang.String getName() {
* A valid link id (at the end of the link name) must only have alphanumeric
* characters and underscores within it.
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
*
* For example:
*
- * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
+ * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
*
*
* string name = 1;
@@ -894,14 +869,14 @@ public com.google.protobuf.ByteString getNameBytes() {
* A valid link id (at the end of the link name) must only have alphanumeric
* characters and underscores within it.
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
*
* For example:
*
- * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
+ * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
*
*
* string name = 1;
@@ -927,14 +902,14 @@ public Builder setName(java.lang.String value) {
* A valid link id (at the end of the link name) must only have alphanumeric
* characters and underscores within it.
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
*
* For example:
*
- * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
+ * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
*
*
* string name = 1;
@@ -956,14 +931,14 @@ public Builder clearName() {
* A valid link id (at the end of the link name) must only have alphanumeric
* characters and underscores within it.
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
*
* For example:
*
- * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
+ * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
*
*
* string name = 1;
@@ -1104,7 +1079,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
}
private com.google.protobuf.Timestamp createTime_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
@@ -1263,7 +1238,7 @@ public Builder clearCreateTime() {
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() {
bitField0_ |= 0x00000004;
onChanged();
- return getCreateTimeFieldBuilder().getBuilder();
+ return internalGetCreateTimeFieldBuilder().getBuilder();
}
/**
@@ -1298,14 +1273,14 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
* .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
- getCreateTimeFieldBuilder() {
+ internalGetCreateTimeFieldBuilder() {
if (createTimeBuilder_ == null) {
createTimeBuilder_ =
- new com.google.protobuf.SingleFieldBuilderV3<
+ new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>(
@@ -1421,7 +1396,7 @@ public Builder clearLifecycleState() {
}
private com.google.logging.v2.BigQueryDataset bigqueryDataset_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.logging.v2.BigQueryDataset,
com.google.logging.v2.BigQueryDataset.Builder,
com.google.logging.v2.BigQueryDatasetOrBuilder>
@@ -1588,7 +1563,7 @@ public Builder clearBigqueryDataset() {
public com.google.logging.v2.BigQueryDataset.Builder getBigqueryDatasetBuilder() {
bitField0_ |= 0x00000010;
onChanged();
- return getBigqueryDatasetFieldBuilder().getBuilder();
+ return internalGetBigqueryDatasetFieldBuilder().getBuilder();
}
/**
@@ -1625,14 +1600,14 @@ public com.google.logging.v2.BigQueryDatasetOrBuilder getBigqueryDatasetOrBuilde
*
* .google.logging.v2.BigQueryDataset bigquery_dataset = 5;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.logging.v2.BigQueryDataset,
com.google.logging.v2.BigQueryDataset.Builder,
com.google.logging.v2.BigQueryDatasetOrBuilder>
- getBigqueryDatasetFieldBuilder() {
+ internalGetBigqueryDatasetFieldBuilder() {
if (bigqueryDatasetBuilder_ == null) {
bigqueryDatasetBuilder_ =
- new com.google.protobuf.SingleFieldBuilderV3<
+ new com.google.protobuf.SingleFieldBuilder<
com.google.logging.v2.BigQueryDataset,
com.google.logging.v2.BigQueryDataset.Builder,
com.google.logging.v2.BigQueryDatasetOrBuilder>(
@@ -1642,17 +1617,6 @@ public com.google.logging.v2.BigQueryDatasetOrBuilder getBigqueryDatasetOrBuilde
return bigqueryDatasetBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.Link)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkMetadata.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkMetadata.java
index 3e594a8c8..ffbc4e587 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkMetadata.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkMetadata.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.LinkMetadata}
*/
-public final class LinkMetadata extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class LinkMetadata extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.LinkMetadata)
LinkMetadataOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "LinkMetadata");
+ }
+
// Use LinkMetadata.newBuilder() to construct.
- private LinkMetadata(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private LinkMetadata(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -43,19 +55,13 @@ private LinkMetadata() {
state_ = 0;
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new LinkMetadata();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_LinkMetadata_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_LinkMetadata_fieldAccessorTable
@@ -524,38 +530,38 @@ public static com.google.logging.v2.LinkMetadata parseFrom(
public static com.google.logging.v2.LinkMetadata parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.LinkMetadata parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.LinkMetadata parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.LinkMetadata parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.LinkMetadata parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.LinkMetadata parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -578,7 +584,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -592,7 +598,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.LinkMetadata}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.LinkMetadata)
com.google.logging.v2.LinkMetadataOrBuilder {
@@ -602,7 +608,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_LinkMetadata_fieldAccessorTable
@@ -616,15 +622,15 @@ private Builder() {
maybeForceBuilderInitialization();
}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
- if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
- getStartTimeFieldBuilder();
- getEndTimeFieldBuilder();
+ if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
+ internalGetStartTimeFieldBuilder();
+ internalGetEndTimeFieldBuilder();
}
}
@@ -713,39 +719,6 @@ private void buildPartialOneofs(com.google.logging.v2.LinkMetadata result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.LinkMetadata) {
@@ -811,13 +784,14 @@ public Builder mergeFrom(
break;
case 10:
{
- input.readMessage(getStartTimeFieldBuilder().getBuilder(), extensionRegistry);
+ input.readMessage(
+ internalGetStartTimeFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
case 18:
{
- input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry);
+ input.readMessage(internalGetEndTimeFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 18
@@ -830,14 +804,14 @@ public Builder mergeFrom(
case 34:
{
input.readMessage(
- getCreateLinkRequestFieldBuilder().getBuilder(), extensionRegistry);
+ internalGetCreateLinkRequestFieldBuilder().getBuilder(), extensionRegistry);
requestCase_ = 4;
break;
} // case 34
case 42:
{
input.readMessage(
- getDeleteLinkRequestFieldBuilder().getBuilder(), extensionRegistry);
+ internalGetDeleteLinkRequestFieldBuilder().getBuilder(), extensionRegistry);
requestCase_ = 5;
break;
} // case 42
@@ -875,7 +849,7 @@ public Builder clearRequest() {
private int bitField0_;
private com.google.protobuf.Timestamp startTime_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
@@ -1018,7 +992,7 @@ public Builder clearStartTime() {
public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() {
bitField0_ |= 0x00000001;
onChanged();
- return getStartTimeFieldBuilder().getBuilder();
+ return internalGetStartTimeFieldBuilder().getBuilder();
}
/**
@@ -1047,14 +1021,14 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() {
*
* .google.protobuf.Timestamp start_time = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
- getStartTimeFieldBuilder() {
+ internalGetStartTimeFieldBuilder() {
if (startTimeBuilder_ == null) {
startTimeBuilder_ =
- new com.google.protobuf.SingleFieldBuilderV3<
+ new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>(
@@ -1065,7 +1039,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() {
}
private com.google.protobuf.Timestamp endTime_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
@@ -1208,7 +1182,7 @@ public Builder clearEndTime() {
public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() {
bitField0_ |= 0x00000002;
onChanged();
- return getEndTimeFieldBuilder().getBuilder();
+ return internalGetEndTimeFieldBuilder().getBuilder();
}
/**
@@ -1237,14 +1211,14 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() {
*
* .google.protobuf.Timestamp end_time = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
- getEndTimeFieldBuilder() {
+ internalGetEndTimeFieldBuilder() {
if (endTimeBuilder_ == null) {
endTimeBuilder_ =
- new com.google.protobuf.SingleFieldBuilderV3<
+ new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>(
@@ -1349,7 +1323,7 @@ public Builder clearState() {
return this;
}
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.logging.v2.CreateLinkRequest,
com.google.logging.v2.CreateLinkRequest.Builder,
com.google.logging.v2.CreateLinkRequestOrBuilder>
@@ -1510,7 +1484,7 @@ public Builder clearCreateLinkRequest() {
* .google.logging.v2.CreateLinkRequest create_link_request = 4;
*/
public com.google.logging.v2.CreateLinkRequest.Builder getCreateLinkRequestBuilder() {
- return getCreateLinkRequestFieldBuilder().getBuilder();
+ return internalGetCreateLinkRequestFieldBuilder().getBuilder();
}
/**
@@ -1543,17 +1517,17 @@ public com.google.logging.v2.CreateLinkRequestOrBuilder getCreateLinkRequestOrBu
*
* .google.logging.v2.CreateLinkRequest create_link_request = 4;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.logging.v2.CreateLinkRequest,
com.google.logging.v2.CreateLinkRequest.Builder,
com.google.logging.v2.CreateLinkRequestOrBuilder>
- getCreateLinkRequestFieldBuilder() {
+ internalGetCreateLinkRequestFieldBuilder() {
if (createLinkRequestBuilder_ == null) {
if (!(requestCase_ == 4)) {
request_ = com.google.logging.v2.CreateLinkRequest.getDefaultInstance();
}
createLinkRequestBuilder_ =
- new com.google.protobuf.SingleFieldBuilderV3<
+ new com.google.protobuf.SingleFieldBuilder<
com.google.logging.v2.CreateLinkRequest,
com.google.logging.v2.CreateLinkRequest.Builder,
com.google.logging.v2.CreateLinkRequestOrBuilder>(
@@ -1567,7 +1541,7 @@ public com.google.logging.v2.CreateLinkRequestOrBuilder getCreateLinkRequestOrBu
return createLinkRequestBuilder_;
}
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.logging.v2.DeleteLinkRequest,
com.google.logging.v2.DeleteLinkRequest.Builder,
com.google.logging.v2.DeleteLinkRequestOrBuilder>
@@ -1728,7 +1702,7 @@ public Builder clearDeleteLinkRequest() {
* .google.logging.v2.DeleteLinkRequest delete_link_request = 5;
*/
public com.google.logging.v2.DeleteLinkRequest.Builder getDeleteLinkRequestBuilder() {
- return getDeleteLinkRequestFieldBuilder().getBuilder();
+ return internalGetDeleteLinkRequestFieldBuilder().getBuilder();
}
/**
@@ -1761,17 +1735,17 @@ public com.google.logging.v2.DeleteLinkRequestOrBuilder getDeleteLinkRequestOrBu
*
* .google.logging.v2.DeleteLinkRequest delete_link_request = 5;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
com.google.logging.v2.DeleteLinkRequest,
com.google.logging.v2.DeleteLinkRequest.Builder,
com.google.logging.v2.DeleteLinkRequestOrBuilder>
- getDeleteLinkRequestFieldBuilder() {
+ internalGetDeleteLinkRequestFieldBuilder() {
if (deleteLinkRequestBuilder_ == null) {
if (!(requestCase_ == 5)) {
request_ = com.google.logging.v2.DeleteLinkRequest.getDefaultInstance();
}
deleteLinkRequestBuilder_ =
- new com.google.protobuf.SingleFieldBuilderV3<
+ new com.google.protobuf.SingleFieldBuilder<
com.google.logging.v2.DeleteLinkRequest,
com.google.logging.v2.DeleteLinkRequest.Builder,
com.google.logging.v2.DeleteLinkRequestOrBuilder>(
@@ -1785,17 +1759,6 @@ public com.google.logging.v2.DeleteLinkRequestOrBuilder getDeleteLinkRequestOrBu
return deleteLinkRequestBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.LinkMetadata)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkMetadataOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkMetadataOrBuilder.java
index 1cd31b9f1..8ec1598cc 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkMetadataOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkMetadataOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface LinkMetadataOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.LinkMetadata)
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkOrBuilder.java
index c818e0cc5..b3bd72465 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface LinkOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.Link)
@@ -32,14 +34,14 @@ public interface LinkOrBuilder
* A valid link id (at the end of the link name) must only have alphanumeric
* characters and underscores within it.
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
*
* For example:
*
- * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
+ * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
*
*
* string name = 1;
@@ -56,14 +58,14 @@ public interface LinkOrBuilder
* A valid link id (at the end of the link name) must only have alphanumeric
* characters and underscores within it.
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
*
* For example:
*
- * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
+ * `projects/my-project/locations/global/buckets/my-bucket/links/my_link
*
*
* string name = 1;
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsRequest.java
index 9baa7dd87..3a53f1fd5 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListBucketsRequest}
*/
-public final class ListBucketsRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListBucketsRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListBucketsRequest)
ListBucketsRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListBucketsRequest");
+ }
+
// Use ListBucketsRequest.newBuilder() to construct.
- private ListBucketsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListBucketsRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListBucketsRequest() {
pageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListBucketsRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListBucketsRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListBucketsRequest_fieldAccessorTable
@@ -76,10 +82,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The parent resource whose buckets are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
*
* Note: The locations portion of the resource must be specified, but
* supplying the character `-` in place of [LOCATION_ID] will return all
@@ -111,10 +117,10 @@ public java.lang.String getParent() {
*
* Required. The parent resource whose buckets are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
*
* Note: The locations portion of the resource must be specified, but
* supplying the character `-` in place of [LOCATION_ID] will return all
@@ -234,11 +240,11 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, pageToken_);
}
if (pageSize_ != 0) {
output.writeInt32(3, pageSize_);
@@ -252,11 +258,11 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, pageToken_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_);
@@ -338,38 +344,38 @@ public static com.google.logging.v2.ListBucketsRequest parseFrom(
public static com.google.logging.v2.ListBucketsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListBucketsRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListBucketsRequest parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListBucketsRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListBucketsRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListBucketsRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -392,7 +398,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -406,7 +412,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListBucketsRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListBucketsRequest)
com.google.logging.v2.ListBucketsRequestOrBuilder {
@@ -416,7 +422,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListBucketsRequest_fieldAccessorTable
@@ -428,7 +434,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListBucketsRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -486,39 +492,6 @@ private void buildPartial0(com.google.logging.v2.ListBucketsRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListBucketsRequest) {
@@ -615,10 +588,10 @@ public Builder mergeFrom(
*
* Required. The parent resource whose buckets are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
*
* Note: The locations portion of the resource must be specified, but
* supplying the character `-` in place of [LOCATION_ID] will return all
@@ -649,10 +622,10 @@ public java.lang.String getParent() {
*
* Required. The parent resource whose buckets are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
*
* Note: The locations portion of the resource must be specified, but
* supplying the character `-` in place of [LOCATION_ID] will return all
@@ -683,10 +656,10 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* Required. The parent resource whose buckets are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
*
* Note: The locations portion of the resource must be specified, but
* supplying the character `-` in place of [LOCATION_ID] will return all
@@ -716,10 +689,10 @@ public Builder setParent(java.lang.String value) {
*
* Required. The parent resource whose buckets are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
*
* Note: The locations portion of the resource must be specified, but
* supplying the character `-` in place of [LOCATION_ID] will return all
@@ -745,10 +718,10 @@ public Builder clearParent() {
*
* Required. The parent resource whose buckets are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
*
* Note: The locations portion of the resource must be specified, but
* supplying the character `-` in place of [LOCATION_ID] will return all
@@ -961,17 +934,6 @@ public Builder clearPageSize() {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListBucketsRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsRequestOrBuilder.java
index 1353d494f..c2662bd07 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListBucketsRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListBucketsRequest)
@@ -30,10 +32,10 @@ public interface ListBucketsRequestOrBuilder
*
* Required. The parent resource whose buckets are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
*
* Note: The locations portion of the resource must be specified, but
* supplying the character `-` in place of [LOCATION_ID] will return all
@@ -54,10 +56,10 @@ public interface ListBucketsRequestOrBuilder
*
* Required. The parent resource whose buckets are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]"
*
* Note: The locations portion of the resource must be specified, but
* supplying the character `-` in place of [LOCATION_ID] will return all
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsResponse.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsResponse.java
index 0ce5a9879..e6b9937b4 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsResponse.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsResponse.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListBucketsResponse}
*/
-public final class ListBucketsResponse extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListBucketsResponse extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListBucketsResponse)
ListBucketsResponseOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListBucketsResponse");
+ }
+
// Use ListBucketsResponse.newBuilder() to construct.
- private ListBucketsResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListBucketsResponse(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListBucketsResponse() {
nextPageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListBucketsResponse();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListBucketsResponse_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListBucketsResponse_fieldAccessorTable
@@ -215,8 +221,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < buckets_.size(); i++) {
output.writeMessage(1, buckets_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, nextPageToken_);
}
getUnknownFields().writeTo(output);
}
@@ -230,8 +236,8 @@ public int getSerializedSize() {
for (int i = 0; i < buckets_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, buckets_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, nextPageToken_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -310,38 +316,38 @@ public static com.google.logging.v2.ListBucketsResponse parseFrom(
public static com.google.logging.v2.ListBucketsResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListBucketsResponse parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListBucketsResponse parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListBucketsResponse parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListBucketsResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListBucketsResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -364,7 +370,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -378,7 +384,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListBucketsResponse}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListBucketsResponse)
com.google.logging.v2.ListBucketsResponseOrBuilder {
@@ -388,7 +394,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListBucketsResponse_fieldAccessorTable
@@ -400,7 +406,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListBucketsResponse.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -470,39 +476,6 @@ private void buildPartial0(com.google.logging.v2.ListBucketsResponse result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListBucketsResponse) {
@@ -534,8 +507,8 @@ public Builder mergeFrom(com.google.logging.v2.ListBucketsResponse other) {
buckets_ = other.buckets_;
bitField0_ = (bitField0_ & ~0x00000001);
bucketsBuilder_ =
- com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
- ? getBucketsFieldBuilder()
+ com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
+ ? internalGetBucketsFieldBuilder()
: null;
} else {
bucketsBuilder_.addAllMessages(other.buckets_);
@@ -620,7 +593,7 @@ private void ensureBucketsIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogBucket,
com.google.logging.v2.LogBucket.Builder,
com.google.logging.v2.LogBucketOrBuilder>
@@ -877,7 +850,7 @@ public Builder removeBuckets(int index) {
* repeated .google.logging.v2.LogBucket buckets = 1;
*/
public com.google.logging.v2.LogBucket.Builder getBucketsBuilder(int index) {
- return getBucketsFieldBuilder().getBuilder(index);
+ return internalGetBucketsFieldBuilder().getBuilder(index);
}
/**
@@ -925,7 +898,7 @@ public com.google.logging.v2.LogBucketOrBuilder getBucketsOrBuilder(int index) {
* repeated .google.logging.v2.LogBucket buckets = 1;
*/
public com.google.logging.v2.LogBucket.Builder addBucketsBuilder() {
- return getBucketsFieldBuilder()
+ return internalGetBucketsFieldBuilder()
.addBuilder(com.google.logging.v2.LogBucket.getDefaultInstance());
}
@@ -939,7 +912,7 @@ public com.google.logging.v2.LogBucket.Builder addBucketsBuilder() {
* repeated .google.logging.v2.LogBucket buckets = 1;
*/
public com.google.logging.v2.LogBucket.Builder addBucketsBuilder(int index) {
- return getBucketsFieldBuilder()
+ return internalGetBucketsFieldBuilder()
.addBuilder(index, com.google.logging.v2.LogBucket.getDefaultInstance());
}
@@ -953,17 +926,17 @@ public com.google.logging.v2.LogBucket.Builder addBucketsBuilder(int index) {
* repeated .google.logging.v2.LogBucket buckets = 1;
*/
public java.util.List getBucketsBuilderList() {
- return getBucketsFieldBuilder().getBuilderList();
+ return internalGetBucketsFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogBucket,
com.google.logging.v2.LogBucket.Builder,
com.google.logging.v2.LogBucketOrBuilder>
- getBucketsFieldBuilder() {
+ internalGetBucketsFieldBuilder() {
if (bucketsBuilder_ == null) {
bucketsBuilder_ =
- new com.google.protobuf.RepeatedFieldBuilderV3<
+ new com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogBucket,
com.google.logging.v2.LogBucket.Builder,
com.google.logging.v2.LogBucketOrBuilder>(
@@ -1094,17 +1067,6 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListBucketsResponse)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsResponseOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsResponseOrBuilder.java
index 1d7ebd525..30a642d4f 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsResponseOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListBucketsResponseOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListBucketsResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListBucketsResponse)
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsRequest.java
index 4eab300ad..d4862f9fe 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListExclusionsRequest}
*/
-public final class ListExclusionsRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListExclusionsRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListExclusionsRequest)
ListExclusionsRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListExclusionsRequest");
+ }
+
// Use ListExclusionsRequest.newBuilder() to construct.
- private ListExclusionsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListExclusionsRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListExclusionsRequest() {
pageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListExclusionsRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListExclusionsRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListExclusionsRequest_fieldAccessorTable
@@ -76,10 +82,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The parent resource whose exclusions are to be listed.
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -107,10 +113,10 @@ public java.lang.String getParent() {
*
* Required. The parent resource whose exclusions are to be listed.
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -226,11 +232,11 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, pageToken_);
}
if (pageSize_ != 0) {
output.writeInt32(3, pageSize_);
@@ -244,11 +250,11 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, pageToken_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_);
@@ -331,38 +337,38 @@ public static com.google.logging.v2.ListExclusionsRequest parseFrom(
public static com.google.logging.v2.ListExclusionsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListExclusionsRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListExclusionsRequest parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListExclusionsRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListExclusionsRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListExclusionsRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -385,7 +391,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -399,7 +405,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListExclusionsRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListExclusionsRequest)
com.google.logging.v2.ListExclusionsRequestOrBuilder {
@@ -409,7 +415,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListExclusionsRequest_fieldAccessorTable
@@ -421,7 +427,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListExclusionsRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -479,39 +485,6 @@ private void buildPartial0(com.google.logging.v2.ListExclusionsRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListExclusionsRequest) {
@@ -608,10 +581,10 @@ public Builder mergeFrom(
*
* Required. The parent resource whose exclusions are to be listed.
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -638,10 +611,10 @@ public java.lang.String getParent() {
*
* Required. The parent resource whose exclusions are to be listed.
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -668,10 +641,10 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* Required. The parent resource whose exclusions are to be listed.
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -697,10 +670,10 @@ public Builder setParent(java.lang.String value) {
*
* Required. The parent resource whose exclusions are to be listed.
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -722,10 +695,10 @@ public Builder clearParent() {
*
* Required. The parent resource whose exclusions are to be listed.
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -934,17 +907,6 @@ public Builder clearPageSize() {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListExclusionsRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsRequestOrBuilder.java
index fabecce1e..46e618047 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListExclusionsRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListExclusionsRequest)
@@ -30,10 +32,10 @@ public interface ListExclusionsRequestOrBuilder
*
* Required. The parent resource whose exclusions are to be listed.
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -50,10 +52,10 @@ public interface ListExclusionsRequestOrBuilder
*
* Required. The parent resource whose exclusions are to be listed.
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsResponse.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsResponse.java
index f68fd08cc..75b968601 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsResponse.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsResponse.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListExclusionsResponse}
*/
-public final class ListExclusionsResponse extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListExclusionsResponse extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListExclusionsResponse)
ListExclusionsResponseOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListExclusionsResponse");
+ }
+
// Use ListExclusionsResponse.newBuilder() to construct.
- private ListExclusionsResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListExclusionsResponse(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListExclusionsResponse() {
nextPageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListExclusionsResponse();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListExclusionsResponse_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListExclusionsResponse_fieldAccessorTable
@@ -215,8 +221,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < exclusions_.size(); i++) {
output.writeMessage(1, exclusions_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, nextPageToken_);
}
getUnknownFields().writeTo(output);
}
@@ -230,8 +236,8 @@ public int getSerializedSize() {
for (int i = 0; i < exclusions_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, exclusions_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, nextPageToken_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -310,38 +316,38 @@ public static com.google.logging.v2.ListExclusionsResponse parseFrom(
public static com.google.logging.v2.ListExclusionsResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListExclusionsResponse parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListExclusionsResponse parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListExclusionsResponse parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListExclusionsResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListExclusionsResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -364,7 +370,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -378,7 +384,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListExclusionsResponse}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListExclusionsResponse)
com.google.logging.v2.ListExclusionsResponseOrBuilder {
@@ -388,7 +394,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListExclusionsResponse_fieldAccessorTable
@@ -400,7 +406,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListExclusionsResponse.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -470,39 +476,6 @@ private void buildPartial0(com.google.logging.v2.ListExclusionsResponse result)
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListExclusionsResponse) {
@@ -534,8 +507,8 @@ public Builder mergeFrom(com.google.logging.v2.ListExclusionsResponse other) {
exclusions_ = other.exclusions_;
bitField0_ = (bitField0_ & ~0x00000001);
exclusionsBuilder_ =
- com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
- ? getExclusionsFieldBuilder()
+ com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
+ ? internalGetExclusionsFieldBuilder()
: null;
} else {
exclusionsBuilder_.addAllMessages(other.exclusions_);
@@ -621,7 +594,7 @@ private void ensureExclusionsIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogExclusion,
com.google.logging.v2.LogExclusion.Builder,
com.google.logging.v2.LogExclusionOrBuilder>
@@ -880,7 +853,7 @@ public Builder removeExclusions(int index) {
* repeated .google.logging.v2.LogExclusion exclusions = 1;
*/
public com.google.logging.v2.LogExclusion.Builder getExclusionsBuilder(int index) {
- return getExclusionsFieldBuilder().getBuilder(index);
+ return internalGetExclusionsFieldBuilder().getBuilder(index);
}
/**
@@ -928,7 +901,7 @@ public com.google.logging.v2.LogExclusionOrBuilder getExclusionsOrBuilder(int in
* repeated .google.logging.v2.LogExclusion exclusions = 1;
*/
public com.google.logging.v2.LogExclusion.Builder addExclusionsBuilder() {
- return getExclusionsFieldBuilder()
+ return internalGetExclusionsFieldBuilder()
.addBuilder(com.google.logging.v2.LogExclusion.getDefaultInstance());
}
@@ -942,7 +915,7 @@ public com.google.logging.v2.LogExclusion.Builder addExclusionsBuilder() {
* repeated .google.logging.v2.LogExclusion exclusions = 1;
*/
public com.google.logging.v2.LogExclusion.Builder addExclusionsBuilder(int index) {
- return getExclusionsFieldBuilder()
+ return internalGetExclusionsFieldBuilder()
.addBuilder(index, com.google.logging.v2.LogExclusion.getDefaultInstance());
}
@@ -956,17 +929,17 @@ public com.google.logging.v2.LogExclusion.Builder addExclusionsBuilder(int index
* repeated .google.logging.v2.LogExclusion exclusions = 1;
*/
public java.util.List getExclusionsBuilderList() {
- return getExclusionsFieldBuilder().getBuilderList();
+ return internalGetExclusionsFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogExclusion,
com.google.logging.v2.LogExclusion.Builder,
com.google.logging.v2.LogExclusionOrBuilder>
- getExclusionsFieldBuilder() {
+ internalGetExclusionsFieldBuilder() {
if (exclusionsBuilder_ == null) {
exclusionsBuilder_ =
- new com.google.protobuf.RepeatedFieldBuilderV3<
+ new com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogExclusion,
com.google.logging.v2.LogExclusion.Builder,
com.google.logging.v2.LogExclusionOrBuilder>(
@@ -1097,17 +1070,6 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListExclusionsResponse)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsResponseOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsResponseOrBuilder.java
index 45628897b..656220464 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsResponseOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListExclusionsResponseOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListExclusionsResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListExclusionsResponse)
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksRequest.java
index 52fcaac17..2606cf98e 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListLinksRequest}
*/
-public final class ListLinksRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListLinksRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListLinksRequest)
ListLinksRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListLinksRequest");
+ }
+
// Use ListLinksRequest.newBuilder() to construct.
- private ListLinksRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListLinksRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListLinksRequest() {
pageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListLinksRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListLinksRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListLinksRequest_fieldAccessorTable
@@ -76,10 +82,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The parent resource whose links are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
*
*
*
@@ -107,10 +113,10 @@ public java.lang.String getParent() {
*
* Required. The parent resource whose links are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
*
*
*
@@ -222,11 +228,11 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, pageToken_);
}
if (pageSize_ != 0) {
output.writeInt32(3, pageSize_);
@@ -240,11 +246,11 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, pageToken_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_);
@@ -326,38 +332,38 @@ public static com.google.logging.v2.ListLinksRequest parseFrom(
public static com.google.logging.v2.ListLinksRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLinksRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLinksRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLinksRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLinksRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLinksRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -380,7 +386,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -394,7 +400,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListLinksRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListLinksRequest)
com.google.logging.v2.ListLinksRequestOrBuilder {
@@ -404,7 +410,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListLinksRequest_fieldAccessorTable
@@ -416,7 +422,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListLinksRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -474,39 +480,6 @@ private void buildPartial0(com.google.logging.v2.ListLinksRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListLinksRequest) {
@@ -603,10 +576,10 @@ public Builder mergeFrom(
*
* Required. The parent resource whose links are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
*
*
*
@@ -633,10 +606,10 @@ public java.lang.String getParent() {
*
* Required. The parent resource whose links are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
*
*
*
@@ -663,10 +636,10 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* Required. The parent resource whose links are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
*
*
*
@@ -692,10 +665,10 @@ public Builder setParent(java.lang.String value) {
*
* Required. The parent resource whose links are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
*
*
*
@@ -717,10 +690,10 @@ public Builder clearParent() {
*
* Required. The parent resource whose links are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
*
*
*
@@ -918,17 +891,6 @@ public Builder clearPageSize() {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListLinksRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksRequestOrBuilder.java
index 79c4c1071..f12cfb976 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListLinksRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListLinksRequest)
@@ -30,10 +32,10 @@ public interface ListLinksRequestOrBuilder
*
* Required. The parent resource whose links are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
*
*
*
@@ -50,10 +52,10 @@ public interface ListLinksRequestOrBuilder
*
* Required. The parent resource whose links are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
- * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
- * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
+ * "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
+ * "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
*
*
*
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksResponse.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksResponse.java
index 9776e8303..e584b15cc 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksResponse.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksResponse.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListLinksResponse}
*/
-public final class ListLinksResponse extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListLinksResponse extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListLinksResponse)
ListLinksResponseOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListLinksResponse");
+ }
+
// Use ListLinksResponse.newBuilder() to construct.
- private ListLinksResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListLinksResponse(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListLinksResponse() {
nextPageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListLinksResponse();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListLinksResponse_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListLinksResponse_fieldAccessorTable
@@ -214,8 +220,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < links_.size(); i++) {
output.writeMessage(1, links_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, nextPageToken_);
}
getUnknownFields().writeTo(output);
}
@@ -229,8 +235,8 @@ public int getSerializedSize() {
for (int i = 0; i < links_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, links_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, nextPageToken_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -308,38 +314,38 @@ public static com.google.logging.v2.ListLinksResponse parseFrom(
public static com.google.logging.v2.ListLinksResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLinksResponse parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLinksResponse parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLinksResponse parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLinksResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLinksResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -362,7 +368,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -376,7 +382,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListLinksResponse}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListLinksResponse)
com.google.logging.v2.ListLinksResponseOrBuilder {
@@ -386,7 +392,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListLinksResponse_fieldAccessorTable
@@ -398,7 +404,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListLinksResponse.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -468,39 +474,6 @@ private void buildPartial0(com.google.logging.v2.ListLinksResponse result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListLinksResponse) {
@@ -532,8 +505,8 @@ public Builder mergeFrom(com.google.logging.v2.ListLinksResponse other) {
links_ = other.links_;
bitField0_ = (bitField0_ & ~0x00000001);
linksBuilder_ =
- com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
- ? getLinksFieldBuilder()
+ com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
+ ? internalGetLinksFieldBuilder()
: null;
} else {
linksBuilder_.addAllMessages(other.links_);
@@ -617,7 +590,7 @@ private void ensureLinksIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.Link,
com.google.logging.v2.Link.Builder,
com.google.logging.v2.LinkOrBuilder>
@@ -873,7 +846,7 @@ public Builder removeLinks(int index) {
* repeated .google.logging.v2.Link links = 1;
*/
public com.google.logging.v2.Link.Builder getLinksBuilder(int index) {
- return getLinksFieldBuilder().getBuilder(index);
+ return internalGetLinksFieldBuilder().getBuilder(index);
}
/**
@@ -920,7 +893,8 @@ public java.util.List extends com.google.logging.v2.LinkOrBuilder> getLinksOrB
* repeated .google.logging.v2.Link links = 1;
*/
public com.google.logging.v2.Link.Builder addLinksBuilder() {
- return getLinksFieldBuilder().addBuilder(com.google.logging.v2.Link.getDefaultInstance());
+ return internalGetLinksFieldBuilder()
+ .addBuilder(com.google.logging.v2.Link.getDefaultInstance());
}
/**
@@ -933,7 +907,7 @@ public com.google.logging.v2.Link.Builder addLinksBuilder() {
* repeated .google.logging.v2.Link links = 1;
*/
public com.google.logging.v2.Link.Builder addLinksBuilder(int index) {
- return getLinksFieldBuilder()
+ return internalGetLinksFieldBuilder()
.addBuilder(index, com.google.logging.v2.Link.getDefaultInstance());
}
@@ -947,17 +921,17 @@ public com.google.logging.v2.Link.Builder addLinksBuilder(int index) {
* repeated .google.logging.v2.Link links = 1;
*/
public java.util.List getLinksBuilderList() {
- return getLinksFieldBuilder().getBuilderList();
+ return internalGetLinksFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.Link,
com.google.logging.v2.Link.Builder,
com.google.logging.v2.LinkOrBuilder>
- getLinksFieldBuilder() {
+ internalGetLinksFieldBuilder() {
if (linksBuilder_ == null) {
linksBuilder_ =
- new com.google.protobuf.RepeatedFieldBuilderV3<
+ new com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.Link,
com.google.logging.v2.Link.Builder,
com.google.logging.v2.LinkOrBuilder>(
@@ -1088,17 +1062,6 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListLinksResponse)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksResponseOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksResponseOrBuilder.java
index 19945b209..64446f9a7 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksResponseOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLinksResponseOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListLinksResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListLinksResponse)
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesRequest.java
index 199fba2e4..b4a60cf86 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListLogEntriesRequest}
*/
-public final class ListLogEntriesRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListLogEntriesRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListLogEntriesRequest)
ListLogEntriesRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListLogEntriesRequest");
+ }
+
// Use ListLogEntriesRequest.newBuilder() to construct.
- private ListLogEntriesRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListLogEntriesRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -46,19 +58,13 @@ private ListLogEntriesRequest() {
pageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListLogEntriesRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogEntriesRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogEntriesRequest_fieldAccessorTable
@@ -87,10 +93,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -120,10 +126,10 @@ public com.google.protobuf.ProtocolStringList getResourceNamesList() {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -153,10 +159,10 @@ public int getResourceNamesCount() {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -187,10 +193,10 @@ public java.lang.String getResourceNames(int index) {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -426,20 +432,20 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(filter_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, filter_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(filter_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, filter_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(orderBy_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 3, orderBy_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(orderBy_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 3, orderBy_);
}
if (pageSize_ != 0) {
output.writeInt32(4, pageSize_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 5, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 5, pageToken_);
}
for (int i = 0; i < resourceNames_.size(); i++) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 8, resourceNames_.getRaw(i));
+ com.google.protobuf.GeneratedMessage.writeString(output, 8, resourceNames_.getRaw(i));
}
getUnknownFields().writeTo(output);
}
@@ -450,17 +456,17 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(filter_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, filter_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(filter_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, filter_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(orderBy_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, orderBy_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(orderBy_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(3, orderBy_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(4, pageSize_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(5, pageToken_);
}
{
int dataSize = 0;
@@ -556,38 +562,38 @@ public static com.google.logging.v2.ListLogEntriesRequest parseFrom(
public static com.google.logging.v2.ListLogEntriesRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogEntriesRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogEntriesRequest parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogEntriesRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogEntriesRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogEntriesRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -610,7 +616,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -624,7 +630,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListLogEntriesRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListLogEntriesRequest)
com.google.logging.v2.ListLogEntriesRequestOrBuilder {
@@ -634,7 +640,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogEntriesRequest_fieldAccessorTable
@@ -646,7 +652,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListLogEntriesRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -713,39 +719,6 @@ private void buildPartial0(com.google.logging.v2.ListLogEntriesRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListLogEntriesRequest) {
@@ -886,10 +859,10 @@ private void ensureResourceNamesIsMutable() {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -920,10 +893,10 @@ public com.google.protobuf.ProtocolStringList getResourceNamesList() {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -953,10 +926,10 @@ public int getResourceNamesCount() {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -987,10 +960,10 @@ public java.lang.String getResourceNames(int index) {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -1021,10 +994,10 @@ public com.google.protobuf.ByteString getResourceNamesBytes(int index) {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -1063,10 +1036,10 @@ public Builder setResourceNames(int index, java.lang.String value) {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -1104,10 +1077,10 @@ public Builder addResourceNames(java.lang.String value) {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -1142,10 +1115,10 @@ public Builder addAllResourceNames(java.lang.Iterable values)
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -1179,10 +1152,10 @@ public Builder clearResourceNames() {
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -1665,17 +1638,6 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListLogEntriesRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesRequestOrBuilder.java
index 7abbf51e7..691b4339e 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListLogEntriesRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListLogEntriesRequest)
@@ -38,10 +40,10 @@ public interface ListLogEntriesRequestOrBuilder
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -69,10 +71,10 @@ public interface ListLogEntriesRequestOrBuilder
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -100,10 +102,10 @@ public interface ListLogEntriesRequestOrBuilder
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
@@ -132,10 +134,10 @@ public interface ListLogEntriesRequestOrBuilder
*
* May alternatively be one or more views:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* Projects listed in the `project_ids` field are added to this list.
* A maximum of 100 resources may be specified in a single request.
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesResponse.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesResponse.java
index bccb09fa8..6faa9e5ac 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesResponse.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesResponse.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListLogEntriesResponse}
*/
-public final class ListLogEntriesResponse extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListLogEntriesResponse extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListLogEntriesResponse)
ListLogEntriesResponseOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListLogEntriesResponse");
+ }
+
// Use ListLogEntriesResponse.newBuilder() to construct.
- private ListLogEntriesResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListLogEntriesResponse(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListLogEntriesResponse() {
nextPageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListLogEntriesResponse();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogEntriesResponse_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogEntriesResponse_fieldAccessorTable
@@ -239,8 +245,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < entries_.size(); i++) {
output.writeMessage(1, entries_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, nextPageToken_);
}
getUnknownFields().writeTo(output);
}
@@ -254,8 +260,8 @@ public int getSerializedSize() {
for (int i = 0; i < entries_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, entries_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, nextPageToken_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -334,38 +340,38 @@ public static com.google.logging.v2.ListLogEntriesResponse parseFrom(
public static com.google.logging.v2.ListLogEntriesResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogEntriesResponse parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogEntriesResponse parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogEntriesResponse parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogEntriesResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogEntriesResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -388,7 +394,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -402,7 +408,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListLogEntriesResponse}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListLogEntriesResponse)
com.google.logging.v2.ListLogEntriesResponseOrBuilder {
@@ -412,7 +418,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogEntriesResponse_fieldAccessorTable
@@ -424,7 +430,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListLogEntriesResponse.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -494,39 +500,6 @@ private void buildPartial0(com.google.logging.v2.ListLogEntriesResponse result)
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListLogEntriesResponse) {
@@ -558,8 +531,8 @@ public Builder mergeFrom(com.google.logging.v2.ListLogEntriesResponse other) {
entries_ = other.entries_;
bitField0_ = (bitField0_ & ~0x00000001);
entriesBuilder_ =
- com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
- ? getEntriesFieldBuilder()
+ com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
+ ? internalGetEntriesFieldBuilder()
: null;
} else {
entriesBuilder_.addAllMessages(other.entries_);
@@ -644,7 +617,7 @@ private void ensureEntriesIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogEntry,
com.google.logging.v2.LogEntry.Builder,
com.google.logging.v2.LogEntryOrBuilder>
@@ -927,7 +900,7 @@ public Builder removeEntries(int index) {
* repeated .google.logging.v2.LogEntry entries = 1;
*/
public com.google.logging.v2.LogEntry.Builder getEntriesBuilder(int index) {
- return getEntriesFieldBuilder().getBuilder(index);
+ return internalGetEntriesFieldBuilder().getBuilder(index);
}
/**
@@ -981,7 +954,7 @@ public com.google.logging.v2.LogEntryOrBuilder getEntriesOrBuilder(int index) {
* repeated .google.logging.v2.LogEntry entries = 1;
*/
public com.google.logging.v2.LogEntry.Builder addEntriesBuilder() {
- return getEntriesFieldBuilder()
+ return internalGetEntriesFieldBuilder()
.addBuilder(com.google.logging.v2.LogEntry.getDefaultInstance());
}
@@ -997,7 +970,7 @@ public com.google.logging.v2.LogEntry.Builder addEntriesBuilder() {
* repeated .google.logging.v2.LogEntry entries = 1;
*/
public com.google.logging.v2.LogEntry.Builder addEntriesBuilder(int index) {
- return getEntriesFieldBuilder()
+ return internalGetEntriesFieldBuilder()
.addBuilder(index, com.google.logging.v2.LogEntry.getDefaultInstance());
}
@@ -1013,17 +986,17 @@ public com.google.logging.v2.LogEntry.Builder addEntriesBuilder(int index) {
* repeated .google.logging.v2.LogEntry entries = 1;
*/
public java.util.List getEntriesBuilderList() {
- return getEntriesFieldBuilder().getBuilderList();
+ return internalGetEntriesFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogEntry,
com.google.logging.v2.LogEntry.Builder,
com.google.logging.v2.LogEntryOrBuilder>
- getEntriesFieldBuilder() {
+ internalGetEntriesFieldBuilder() {
if (entriesBuilder_ == null) {
entriesBuilder_ =
- new com.google.protobuf.RepeatedFieldBuilderV3<
+ new com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogEntry,
com.google.logging.v2.LogEntry.Builder,
com.google.logging.v2.LogEntryOrBuilder>(
@@ -1189,17 +1162,6 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListLogEntriesResponse)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesResponseOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesResponseOrBuilder.java
index fb115c192..cac84c227 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesResponseOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogEntriesResponseOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListLogEntriesResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListLogEntriesResponse)
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsRequest.java
index 8e72f973e..e50dfc4c4 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_metrics.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListLogMetricsRequest}
*/
-public final class ListLogMetricsRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListLogMetricsRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListLogMetricsRequest)
ListLogMetricsRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListLogMetricsRequest");
+ }
+
// Use ListLogMetricsRequest.newBuilder() to construct.
- private ListLogMetricsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListLogMetricsRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListLogMetricsRequest() {
pageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListLogMetricsRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingMetricsProto
.internal_static_google_logging_v2_ListLogMetricsRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingMetricsProto
.internal_static_google_logging_v2_ListLogMetricsRequest_fieldAccessorTable
@@ -76,7 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The name of the project containing the metrics:
*
- * "projects/[PROJECT_ID]"
+ * "projects/[PROJECT_ID]"
*
*
*
@@ -104,7 +110,7 @@ public java.lang.String getParent() {
*
* Required. The name of the project containing the metrics:
*
- * "projects/[PROJECT_ID]"
+ * "projects/[PROJECT_ID]"
*
*
*
@@ -220,11 +226,11 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, pageToken_);
}
if (pageSize_ != 0) {
output.writeInt32(3, pageSize_);
@@ -238,11 +244,11 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, pageToken_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_);
@@ -325,38 +331,38 @@ public static com.google.logging.v2.ListLogMetricsRequest parseFrom(
public static com.google.logging.v2.ListLogMetricsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogMetricsRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogMetricsRequest parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogMetricsRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogMetricsRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogMetricsRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -379,7 +385,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -393,7 +399,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListLogMetricsRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListLogMetricsRequest)
com.google.logging.v2.ListLogMetricsRequestOrBuilder {
@@ -403,7 +409,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingMetricsProto
.internal_static_google_logging_v2_ListLogMetricsRequest_fieldAccessorTable
@@ -415,7 +421,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListLogMetricsRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -473,39 +479,6 @@ private void buildPartial0(com.google.logging.v2.ListLogMetricsRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListLogMetricsRequest) {
@@ -602,7 +575,7 @@ public Builder mergeFrom(
*
* Required. The name of the project containing the metrics:
*
- * "projects/[PROJECT_ID]"
+ * "projects/[PROJECT_ID]"
*
*
*
@@ -629,7 +602,7 @@ public java.lang.String getParent() {
*
* Required. The name of the project containing the metrics:
*
- * "projects/[PROJECT_ID]"
+ * "projects/[PROJECT_ID]"
*
*
*
@@ -656,7 +629,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* Required. The name of the project containing the metrics:
*
- * "projects/[PROJECT_ID]"
+ * "projects/[PROJECT_ID]"
*
*
*
@@ -682,7 +655,7 @@ public Builder setParent(java.lang.String value) {
*
* Required. The name of the project containing the metrics:
*
- * "projects/[PROJECT_ID]"
+ * "projects/[PROJECT_ID]"
*
*
*
@@ -704,7 +677,7 @@ public Builder clearParent() {
*
* Required. The name of the project containing the metrics:
*
- * "projects/[PROJECT_ID]"
+ * "projects/[PROJECT_ID]"
*
*
*
@@ -913,17 +886,6 @@ public Builder clearPageSize() {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListLogMetricsRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsRequestOrBuilder.java
index f83ae6232..24907a953 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_metrics.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListLogMetricsRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListLogMetricsRequest)
@@ -30,7 +32,7 @@ public interface ListLogMetricsRequestOrBuilder
*
* Required. The name of the project containing the metrics:
*
- * "projects/[PROJECT_ID]"
+ * "projects/[PROJECT_ID]"
*
*
*
@@ -47,7 +49,7 @@ public interface ListLogMetricsRequestOrBuilder
*
* Required. The name of the project containing the metrics:
*
- * "projects/[PROJECT_ID]"
+ * "projects/[PROJECT_ID]"
*
*
*
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsResponse.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsResponse.java
index bbaee6bee..a71af9c72 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsResponse.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsResponse.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_metrics.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListLogMetricsResponse}
*/
-public final class ListLogMetricsResponse extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListLogMetricsResponse extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListLogMetricsResponse)
ListLogMetricsResponseOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListLogMetricsResponse");
+ }
+
// Use ListLogMetricsResponse.newBuilder() to construct.
- private ListLogMetricsResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListLogMetricsResponse(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListLogMetricsResponse() {
nextPageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListLogMetricsResponse();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingMetricsProto
.internal_static_google_logging_v2_ListLogMetricsResponse_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingMetricsProto
.internal_static_google_logging_v2_ListLogMetricsResponse_fieldAccessorTable
@@ -215,8 +221,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < metrics_.size(); i++) {
output.writeMessage(1, metrics_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, nextPageToken_);
}
getUnknownFields().writeTo(output);
}
@@ -230,8 +236,8 @@ public int getSerializedSize() {
for (int i = 0; i < metrics_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, metrics_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, nextPageToken_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -310,38 +316,38 @@ public static com.google.logging.v2.ListLogMetricsResponse parseFrom(
public static com.google.logging.v2.ListLogMetricsResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogMetricsResponse parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogMetricsResponse parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogMetricsResponse parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogMetricsResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogMetricsResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -364,7 +370,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -378,7 +384,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListLogMetricsResponse}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListLogMetricsResponse)
com.google.logging.v2.ListLogMetricsResponseOrBuilder {
@@ -388,7 +394,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingMetricsProto
.internal_static_google_logging_v2_ListLogMetricsResponse_fieldAccessorTable
@@ -400,7 +406,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListLogMetricsResponse.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -470,39 +476,6 @@ private void buildPartial0(com.google.logging.v2.ListLogMetricsResponse result)
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListLogMetricsResponse) {
@@ -534,8 +507,8 @@ public Builder mergeFrom(com.google.logging.v2.ListLogMetricsResponse other) {
metrics_ = other.metrics_;
bitField0_ = (bitField0_ & ~0x00000001);
metricsBuilder_ =
- com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
- ? getMetricsFieldBuilder()
+ com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
+ ? internalGetMetricsFieldBuilder()
: null;
} else {
metricsBuilder_.addAllMessages(other.metrics_);
@@ -620,7 +593,7 @@ private void ensureMetricsIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogMetric,
com.google.logging.v2.LogMetric.Builder,
com.google.logging.v2.LogMetricOrBuilder>
@@ -877,7 +850,7 @@ public Builder removeMetrics(int index) {
* repeated .google.logging.v2.LogMetric metrics = 1;
*/
public com.google.logging.v2.LogMetric.Builder getMetricsBuilder(int index) {
- return getMetricsFieldBuilder().getBuilder(index);
+ return internalGetMetricsFieldBuilder().getBuilder(index);
}
/**
@@ -925,7 +898,7 @@ public com.google.logging.v2.LogMetricOrBuilder getMetricsOrBuilder(int index) {
* repeated .google.logging.v2.LogMetric metrics = 1;
*/
public com.google.logging.v2.LogMetric.Builder addMetricsBuilder() {
- return getMetricsFieldBuilder()
+ return internalGetMetricsFieldBuilder()
.addBuilder(com.google.logging.v2.LogMetric.getDefaultInstance());
}
@@ -939,7 +912,7 @@ public com.google.logging.v2.LogMetric.Builder addMetricsBuilder() {
* repeated .google.logging.v2.LogMetric metrics = 1;
*/
public com.google.logging.v2.LogMetric.Builder addMetricsBuilder(int index) {
- return getMetricsFieldBuilder()
+ return internalGetMetricsFieldBuilder()
.addBuilder(index, com.google.logging.v2.LogMetric.getDefaultInstance());
}
@@ -953,17 +926,17 @@ public com.google.logging.v2.LogMetric.Builder addMetricsBuilder(int index) {
* repeated .google.logging.v2.LogMetric metrics = 1;
*/
public java.util.List getMetricsBuilderList() {
- return getMetricsFieldBuilder().getBuilderList();
+ return internalGetMetricsFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogMetric,
com.google.logging.v2.LogMetric.Builder,
com.google.logging.v2.LogMetricOrBuilder>
- getMetricsFieldBuilder() {
+ internalGetMetricsFieldBuilder() {
if (metricsBuilder_ == null) {
metricsBuilder_ =
- new com.google.protobuf.RepeatedFieldBuilderV3<
+ new com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogMetric,
com.google.logging.v2.LogMetric.Builder,
com.google.logging.v2.LogMetricOrBuilder>(
@@ -1094,17 +1067,6 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListLogMetricsResponse)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsResponseOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsResponseOrBuilder.java
index bb5b50654..e9777ebaf 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsResponseOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogMetricsResponseOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_metrics.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListLogMetricsResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListLogMetricsResponse)
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsRequest.java
index 4d899e86e..9c0e28e06 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListLogsRequest}
*/
-public final class ListLogsRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListLogsRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListLogsRequest)
ListLogsRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListLogsRequest");
+ }
+
// Use ListLogsRequest.newBuilder() to construct.
- private ListLogsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListLogsRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -45,19 +57,13 @@ private ListLogsRequest() {
pageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListLogsRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogsRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogsRequest_fieldAccessorTable
@@ -145,10 +151,10 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -176,10 +182,10 @@ public com.google.protobuf.ProtocolStringList getResourceNamesList() {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -207,10 +213,10 @@ public int getResourceNamesCount() {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -239,10 +245,10 @@ public java.lang.String getResourceNames(int index) {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -359,17 +365,17 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, parent_);
}
if (pageSize_ != 0) {
output.writeInt32(2, pageSize_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 3, pageToken_);
}
for (int i = 0; i < resourceNames_.size(); i++) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 8, resourceNames_.getRaw(i));
+ com.google.protobuf.GeneratedMessage.writeString(output, 8, resourceNames_.getRaw(i));
}
getUnknownFields().writeTo(output);
}
@@ -380,14 +386,14 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, parent_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(3, pageToken_);
}
{
int dataSize = 0;
@@ -478,38 +484,38 @@ public static com.google.logging.v2.ListLogsRequest parseFrom(
public static com.google.logging.v2.ListLogsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogsRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogsRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogsRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogsRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogsRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -532,7 +538,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -546,7 +552,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListLogsRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListLogsRequest)
com.google.logging.v2.ListLogsRequestOrBuilder {
@@ -556,7 +562,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogsRequest_fieldAccessorTable
@@ -568,7 +574,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListLogsRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -631,39 +637,6 @@ private void buildPartial0(com.google.logging.v2.ListLogsRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListLogsRequest) {
@@ -931,10 +904,10 @@ private void ensureResourceNamesIsMutable() {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -963,10 +936,10 @@ public com.google.protobuf.ProtocolStringList getResourceNamesList() {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -994,10 +967,10 @@ public int getResourceNamesCount() {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -1026,10 +999,10 @@ public java.lang.String getResourceNames(int index) {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -1058,10 +1031,10 @@ public com.google.protobuf.ByteString getResourceNamesBytes(int index) {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -1098,10 +1071,10 @@ public Builder setResourceNames(int index, java.lang.String value) {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -1137,10 +1110,10 @@ public Builder addResourceNames(java.lang.String value) {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -1173,10 +1146,10 @@ public Builder addAllResourceNames(java.lang.Iterable values)
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -1208,10 +1181,10 @@ public Builder clearResourceNames() {
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -1430,17 +1403,6 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListLogsRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsRequestOrBuilder.java
index 8107fbb6f..b4d4c3fe3 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListLogsRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListLogsRequest)
@@ -70,10 +72,10 @@ public interface ListLogsRequestOrBuilder
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -99,10 +101,10 @@ public interface ListLogsRequestOrBuilder
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -128,10 +130,10 @@ public interface ListLogsRequestOrBuilder
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
@@ -158,10 +160,10 @@ public interface ListLogsRequestOrBuilder
*
* Optional. List of resource names to list logs for:
*
- * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
- * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
+ * * `folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]`
*
* To support legacy queries, it could also be:
*
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsResponse.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsResponse.java
index 0ed83ee85..9323faf17 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsResponse.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsResponse.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListLogsResponse}
*/
-public final class ListLogsResponse extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListLogsResponse extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListLogsResponse)
ListLogsResponseOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListLogsResponse");
+ }
+
// Use ListLogsResponse.newBuilder() to construct.
- private ListLogsResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListLogsResponse(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListLogsResponse() {
nextPageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListLogsResponse();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogsResponse_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogsResponse_fieldAccessorTable
@@ -212,11 +218,11 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, nextPageToken_);
}
for (int i = 0; i < logNames_.size(); i++) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 3, logNames_.getRaw(i));
+ com.google.protobuf.GeneratedMessage.writeString(output, 3, logNames_.getRaw(i));
}
getUnknownFields().writeTo(output);
}
@@ -227,8 +233,8 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, nextPageToken_);
}
{
int dataSize = 0;
@@ -314,38 +320,38 @@ public static com.google.logging.v2.ListLogsResponse parseFrom(
public static com.google.logging.v2.ListLogsResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogsResponse parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogsResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogsResponse parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListLogsResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListLogsResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -368,7 +374,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -382,7 +388,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListLogsResponse}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListLogsResponse)
com.google.logging.v2.ListLogsResponseOrBuilder {
@@ -392,7 +398,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListLogsResponse_fieldAccessorTable
@@ -404,7 +410,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListLogsResponse.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -459,39 +465,6 @@ private void buildPartial0(com.google.logging.v2.ListLogsResponse result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListLogsResponse) {
@@ -899,17 +872,6 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListLogsResponse)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsResponseOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsResponseOrBuilder.java
index 8ed3606e5..2b5364d29 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsResponseOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListLogsResponseOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListLogsResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListLogsResponse)
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsRequest.java
index 36cc64514..fe40dfb56 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,16 +29,27 @@
*
* Protobuf type {@code google.logging.v2.ListMonitoredResourceDescriptorsRequest}
*/
+@com.google.protobuf.Generated
public final class ListMonitoredResourceDescriptorsRequest
- extends com.google.protobuf.GeneratedMessageV3
+ extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListMonitoredResourceDescriptorsRequest)
ListMonitoredResourceDescriptorsRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListMonitoredResourceDescriptorsRequest");
+ }
+
// Use ListMonitoredResourceDescriptorsRequest.newBuilder() to construct.
private ListMonitoredResourceDescriptorsRequest(
- com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -45,19 +57,13 @@ private ListMonitoredResourceDescriptorsRequest() {
pageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListMonitoredResourceDescriptorsRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListMonitoredResourceDescriptorsRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListMonitoredResourceDescriptorsRequest_fieldAccessorTable
@@ -163,8 +169,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (pageSize_ != 0) {
output.writeInt32(1, pageSize_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, pageToken_);
}
getUnknownFields().writeTo(output);
}
@@ -178,8 +184,8 @@ public int getSerializedSize() {
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, pageSize_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, pageToken_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -256,38 +262,38 @@ public static com.google.logging.v2.ListMonitoredResourceDescriptorsRequest pars
public static com.google.logging.v2.ListMonitoredResourceDescriptorsRequest parseFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListMonitoredResourceDescriptorsRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListMonitoredResourceDescriptorsRequest parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListMonitoredResourceDescriptorsRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListMonitoredResourceDescriptorsRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListMonitoredResourceDescriptorsRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -311,7 +317,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -325,7 +331,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListMonitoredResourceDescriptorsRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListMonitoredResourceDescriptorsRequest)
com.google.logging.v2.ListMonitoredResourceDescriptorsRequestOrBuilder {
@@ -335,7 +341,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListMonitoredResourceDescriptorsRequest_fieldAccessorTable
@@ -347,7 +353,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListMonitoredResourceDescriptorsRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -403,39 +409,6 @@ private void buildPartial0(
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListMonitoredResourceDescriptorsRequest) {
@@ -703,17 +676,6 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListMonitoredResourceDescriptorsRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsRequestOrBuilder.java
index f730f7ef6..3faa27d2a 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListMonitoredResourceDescriptorsRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListMonitoredResourceDescriptorsRequest)
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsResponse.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsResponse.java
index 8b202f9a2..80a1a6fbd 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsResponse.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsResponse.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,16 +29,27 @@
*
* Protobuf type {@code google.logging.v2.ListMonitoredResourceDescriptorsResponse}
*/
+@com.google.protobuf.Generated
public final class ListMonitoredResourceDescriptorsResponse
- extends com.google.protobuf.GeneratedMessageV3
+ extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListMonitoredResourceDescriptorsResponse)
ListMonitoredResourceDescriptorsResponseOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListMonitoredResourceDescriptorsResponse");
+ }
+
// Use ListMonitoredResourceDescriptorsResponse.newBuilder() to construct.
private ListMonitoredResourceDescriptorsResponse(
- com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -46,19 +58,13 @@ private ListMonitoredResourceDescriptorsResponse() {
nextPageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListMonitoredResourceDescriptorsResponse();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListMonitoredResourceDescriptorsResponse_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListMonitoredResourceDescriptorsResponse_fieldAccessorTable
@@ -218,8 +224,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < resourceDescriptors_.size(); i++) {
output.writeMessage(1, resourceDescriptors_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, nextPageToken_);
}
getUnknownFields().writeTo(output);
}
@@ -234,8 +240,8 @@ public int getSerializedSize() {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(1, resourceDescriptors_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, nextPageToken_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -314,38 +320,38 @@ public static com.google.logging.v2.ListMonitoredResourceDescriptorsResponse par
public static com.google.logging.v2.ListMonitoredResourceDescriptorsResponse parseFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListMonitoredResourceDescriptorsResponse parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListMonitoredResourceDescriptorsResponse parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListMonitoredResourceDescriptorsResponse parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListMonitoredResourceDescriptorsResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListMonitoredResourceDescriptorsResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -369,7 +375,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -383,7 +389,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListMonitoredResourceDescriptorsResponse}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListMonitoredResourceDescriptorsResponse)
com.google.logging.v2.ListMonitoredResourceDescriptorsResponseOrBuilder {
@@ -393,7 +399,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingProto
.internal_static_google_logging_v2_ListMonitoredResourceDescriptorsResponse_fieldAccessorTable
@@ -405,7 +411,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListMonitoredResourceDescriptorsResponse.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -478,39 +484,6 @@ private void buildPartial0(
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListMonitoredResourceDescriptorsResponse) {
@@ -544,8 +517,8 @@ public Builder mergeFrom(com.google.logging.v2.ListMonitoredResourceDescriptorsR
resourceDescriptors_ = other.resourceDescriptors_;
bitField0_ = (bitField0_ & ~0x00000001);
resourceDescriptorsBuilder_ =
- com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
- ? getResourceDescriptorsFieldBuilder()
+ com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
+ ? internalGetResourceDescriptorsFieldBuilder()
: null;
} else {
resourceDescriptorsBuilder_.addAllMessages(other.resourceDescriptors_);
@@ -633,7 +606,7 @@ private void ensureResourceDescriptorsIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.api.MonitoredResourceDescriptor,
com.google.api.MonitoredResourceDescriptor.Builder,
com.google.api.MonitoredResourceDescriptorOrBuilder>
@@ -896,7 +869,7 @@ public Builder removeResourceDescriptors(int index) {
*/
public com.google.api.MonitoredResourceDescriptor.Builder getResourceDescriptorsBuilder(
int index) {
- return getResourceDescriptorsFieldBuilder().getBuilder(index);
+ return internalGetResourceDescriptorsFieldBuilder().getBuilder(index);
}
/**
@@ -945,7 +918,7 @@ public com.google.api.MonitoredResourceDescriptorOrBuilder getResourceDescriptor
* repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;
*/
public com.google.api.MonitoredResourceDescriptor.Builder addResourceDescriptorsBuilder() {
- return getResourceDescriptorsFieldBuilder()
+ return internalGetResourceDescriptorsFieldBuilder()
.addBuilder(com.google.api.MonitoredResourceDescriptor.getDefaultInstance());
}
@@ -960,7 +933,7 @@ public com.google.api.MonitoredResourceDescriptor.Builder addResourceDescriptors
*/
public com.google.api.MonitoredResourceDescriptor.Builder addResourceDescriptorsBuilder(
int index) {
- return getResourceDescriptorsFieldBuilder()
+ return internalGetResourceDescriptorsFieldBuilder()
.addBuilder(index, com.google.api.MonitoredResourceDescriptor.getDefaultInstance());
}
@@ -975,17 +948,17 @@ public com.google.api.MonitoredResourceDescriptor.Builder addResourceDescriptors
*/
public java.util.List
getResourceDescriptorsBuilderList() {
- return getResourceDescriptorsFieldBuilder().getBuilderList();
+ return internalGetResourceDescriptorsFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.api.MonitoredResourceDescriptor,
com.google.api.MonitoredResourceDescriptor.Builder,
com.google.api.MonitoredResourceDescriptorOrBuilder>
- getResourceDescriptorsFieldBuilder() {
+ internalGetResourceDescriptorsFieldBuilder() {
if (resourceDescriptorsBuilder_ == null) {
resourceDescriptorsBuilder_ =
- new com.google.protobuf.RepeatedFieldBuilderV3<
+ new com.google.protobuf.RepeatedFieldBuilder<
com.google.api.MonitoredResourceDescriptor,
com.google.api.MonitoredResourceDescriptor.Builder,
com.google.api.MonitoredResourceDescriptorOrBuilder>(
@@ -1119,17 +1092,6 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListMonitoredResourceDescriptorsResponse)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsResponseOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsResponseOrBuilder.java
index a27d28480..cc91aa054 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsResponseOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListMonitoredResourceDescriptorsResponseOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListMonitoredResourceDescriptorsResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListMonitoredResourceDescriptorsResponse)
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksRequest.java
index 1ec74430a..62e79b6ee 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListSinksRequest}
*/
-public final class ListSinksRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListSinksRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListSinksRequest)
ListSinksRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListSinksRequest");
+ }
+
// Use ListSinksRequest.newBuilder() to construct.
- private ListSinksRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListSinksRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListSinksRequest() {
pageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListSinksRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListSinksRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListSinksRequest_fieldAccessorTable
@@ -76,10 +82,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The parent resource whose sinks are to be listed:
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -107,10 +113,10 @@ public java.lang.String getParent() {
*
* Required. The parent resource whose sinks are to be listed:
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -226,11 +232,11 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, pageToken_);
}
if (pageSize_ != 0) {
output.writeInt32(3, pageSize_);
@@ -244,11 +250,11 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, pageToken_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_);
@@ -330,38 +336,38 @@ public static com.google.logging.v2.ListSinksRequest parseFrom(
public static com.google.logging.v2.ListSinksRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListSinksRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListSinksRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListSinksRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListSinksRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListSinksRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -384,7 +390,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -398,7 +404,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListSinksRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListSinksRequest)
com.google.logging.v2.ListSinksRequestOrBuilder {
@@ -408,7 +414,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListSinksRequest_fieldAccessorTable
@@ -420,7 +426,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListSinksRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -478,39 +484,6 @@ private void buildPartial0(com.google.logging.v2.ListSinksRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListSinksRequest) {
@@ -607,10 +580,10 @@ public Builder mergeFrom(
*
* Required. The parent resource whose sinks are to be listed:
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -637,10 +610,10 @@ public java.lang.String getParent() {
*
* Required. The parent resource whose sinks are to be listed:
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -667,10 +640,10 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* Required. The parent resource whose sinks are to be listed:
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -696,10 +669,10 @@ public Builder setParent(java.lang.String value) {
*
* Required. The parent resource whose sinks are to be listed:
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -721,10 +694,10 @@ public Builder clearParent() {
*
* Required. The parent resource whose sinks are to be listed:
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -933,17 +906,6 @@ public Builder clearPageSize() {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListSinksRequest)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksRequestOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksRequestOrBuilder.java
index e319319df..3022f0284 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksRequestOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksRequestOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListSinksRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListSinksRequest)
@@ -30,10 +32,10 @@ public interface ListSinksRequestOrBuilder
*
* Required. The parent resource whose sinks are to be listed:
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
@@ -50,10 +52,10 @@ public interface ListSinksRequestOrBuilder
*
* Required. The parent resource whose sinks are to be listed:
*
- * "projects/[PROJECT_ID]"
- * "organizations/[ORGANIZATION_ID]"
- * "billingAccounts/[BILLING_ACCOUNT_ID]"
- * "folders/[FOLDER_ID]"
+ * "projects/[PROJECT_ID]"
+ * "organizations/[ORGANIZATION_ID]"
+ * "billingAccounts/[BILLING_ACCOUNT_ID]"
+ * "folders/[FOLDER_ID]"
*
*
*
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksResponse.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksResponse.java
index b6fc17af1..59693af7f 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksResponse.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksResponse.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListSinksResponse}
*/
-public final class ListSinksResponse extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListSinksResponse extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListSinksResponse)
ListSinksResponseOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListSinksResponse");
+ }
+
// Use ListSinksResponse.newBuilder() to construct.
- private ListSinksResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListSinksResponse(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListSinksResponse() {
nextPageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListSinksResponse();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListSinksResponse_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListSinksResponse_fieldAccessorTable
@@ -214,8 +220,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < sinks_.size(); i++) {
output.writeMessage(1, sinks_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, nextPageToken_);
}
getUnknownFields().writeTo(output);
}
@@ -229,8 +235,8 @@ public int getSerializedSize() {
for (int i = 0; i < sinks_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, sinks_.get(i));
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, nextPageToken_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -308,38 +314,38 @@ public static com.google.logging.v2.ListSinksResponse parseFrom(
public static com.google.logging.v2.ListSinksResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListSinksResponse parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListSinksResponse parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListSinksResponse parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListSinksResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListSinksResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -362,7 +368,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -376,7 +382,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListSinksResponse}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListSinksResponse)
com.google.logging.v2.ListSinksResponseOrBuilder {
@@ -386,7 +392,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListSinksResponse_fieldAccessorTable
@@ -398,7 +404,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListSinksResponse.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -468,39 +474,6 @@ private void buildPartial0(com.google.logging.v2.ListSinksResponse result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListSinksResponse) {
@@ -532,8 +505,8 @@ public Builder mergeFrom(com.google.logging.v2.ListSinksResponse other) {
sinks_ = other.sinks_;
bitField0_ = (bitField0_ & ~0x00000001);
sinksBuilder_ =
- com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
- ? getSinksFieldBuilder()
+ com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
+ ? internalGetSinksFieldBuilder()
: null;
} else {
sinksBuilder_.addAllMessages(other.sinks_);
@@ -618,7 +591,7 @@ private void ensureSinksIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogSink,
com.google.logging.v2.LogSink.Builder,
com.google.logging.v2.LogSinkOrBuilder>
@@ -874,7 +847,7 @@ public Builder removeSinks(int index) {
* repeated .google.logging.v2.LogSink sinks = 1;
*/
public com.google.logging.v2.LogSink.Builder getSinksBuilder(int index) {
- return getSinksFieldBuilder().getBuilder(index);
+ return internalGetSinksFieldBuilder().getBuilder(index);
}
/**
@@ -922,7 +895,8 @@ public com.google.logging.v2.LogSinkOrBuilder getSinksOrBuilder(int index) {
* repeated .google.logging.v2.LogSink sinks = 1;
*/
public com.google.logging.v2.LogSink.Builder addSinksBuilder() {
- return getSinksFieldBuilder().addBuilder(com.google.logging.v2.LogSink.getDefaultInstance());
+ return internalGetSinksFieldBuilder()
+ .addBuilder(com.google.logging.v2.LogSink.getDefaultInstance());
}
/**
@@ -935,7 +909,7 @@ public com.google.logging.v2.LogSink.Builder addSinksBuilder() {
* repeated .google.logging.v2.LogSink sinks = 1;
*/
public com.google.logging.v2.LogSink.Builder addSinksBuilder(int index) {
- return getSinksFieldBuilder()
+ return internalGetSinksFieldBuilder()
.addBuilder(index, com.google.logging.v2.LogSink.getDefaultInstance());
}
@@ -949,17 +923,17 @@ public com.google.logging.v2.LogSink.Builder addSinksBuilder(int index) {
* repeated .google.logging.v2.LogSink sinks = 1;
*/
public java.util.List getSinksBuilderList() {
- return getSinksFieldBuilder().getBuilderList();
+ return internalGetSinksFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogSink,
com.google.logging.v2.LogSink.Builder,
com.google.logging.v2.LogSinkOrBuilder>
- getSinksFieldBuilder() {
+ internalGetSinksFieldBuilder() {
if (sinksBuilder_ == null) {
sinksBuilder_ =
- new com.google.protobuf.RepeatedFieldBuilderV3<
+ new com.google.protobuf.RepeatedFieldBuilder<
com.google.logging.v2.LogSink,
com.google.logging.v2.LogSink.Builder,
com.google.logging.v2.LogSinkOrBuilder>(
@@ -1090,17 +1064,6 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:google.logging.v2.ListSinksResponse)
}
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksResponseOrBuilder.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksResponseOrBuilder.java
index c2a8c4a1f..3e43987b7 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksResponseOrBuilder.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListSinksResponseOrBuilder.java
@@ -14,11 +14,13 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
+@com.google.protobuf.Generated
public interface ListSinksResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.logging.v2.ListSinksResponse)
diff --git a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListViewsRequest.java b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListViewsRequest.java
index 6131239b8..8af067703 100644
--- a/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListViewsRequest.java
+++ b/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/ListViewsRequest.java
@@ -14,9 +14,10 @@
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/logging/v2/logging_config.proto
+// Protobuf Java Version: 4.33.0
-// Protobuf Java Version: 3.25.8
package com.google.logging.v2;
/**
@@ -28,14 +29,25 @@
*
* Protobuf type {@code google.logging.v2.ListViewsRequest}
*/
-public final class ListViewsRequest extends com.google.protobuf.GeneratedMessageV3
+@com.google.protobuf.Generated
+public final class ListViewsRequest extends com.google.protobuf.GeneratedMessage
implements
// @@protoc_insertion_point(message_implements:google.logging.v2.ListViewsRequest)
ListViewsRequestOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ "ListViewsRequest");
+ }
+
// Use ListViewsRequest.newBuilder() to construct.
- private ListViewsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private ListViewsRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
@@ -44,19 +56,13 @@ private ListViewsRequest() {
pageToken_ = "";
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
- return new ListViewsRequest();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListViewsRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListViewsRequest_fieldAccessorTable
@@ -76,7 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Required. The bucket whose views are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
*
*
* string parent = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -102,7 +108,7 @@ public java.lang.String getParent() {
*
* Required. The bucket whose views are to be listed:
*
- * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
+ * "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
*
*
* string parent = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -217,11 +223,11 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, pageToken_);
}
if (pageSize_ != 0) {
output.writeInt32(3, pageSize_);
@@ -235,11 +241,11 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parent_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1, parent_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, pageToken_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pageToken_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, pageToken_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_);
@@ -321,38 +327,38 @@ public static com.google.logging.v2.ListViewsRequest parseFrom(
public static com.google.logging.v2.ListViewsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListViewsRequest parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListViewsRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListViewsRequest parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.logging.v2.ListViewsRequest parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
}
public static com.google.logging.v2.ListViewsRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ return com.google.protobuf.GeneratedMessage.parseWithIOException(
PARSER, input, extensionRegistry);
}
@@ -375,7 +381,7 @@ public Builder toBuilder() {
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -389,7 +395,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Protobuf type {@code google.logging.v2.ListViewsRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
implements
// @@protoc_insertion_point(builder_implements:google.logging.v2.ListViewsRequest)
com.google.logging.v2.ListViewsRequestOrBuilder {
@@ -399,7 +405,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.logging.v2.LoggingConfigProto
.internal_static_google_logging_v2_ListViewsRequest_fieldAccessorTable
@@ -411,7 +417,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
// Construct using com.google.logging.v2.ListViewsRequest.newBuilder()
private Builder() {}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@@ -469,39 +475,6 @@ private void buildPartial0(com.google.logging.v2.ListViewsRequest result) {
}
}
- @java.lang.Override
- public Builder clone() {
- return super.clone();
- }
-
- @java.lang.Override
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.setField(field, value);
- }
-
- @java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
- return super.clearField(field);
- }
-
- @java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return super.clearOneof(oneof);
- }
-
- @java.lang.Override
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
- return super.setRepeatedField(field, index, value);
- }
-
- @java.lang.Override
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
- return super.addRepeatedField(field, value);
- }
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.logging.v2.ListViewsRequest) {
@@ -598,7 +571,7 @@ public Builder mergeFrom(
*