Skip to content

Commit 996e879

Browse files
chore: generate libraries at Sat Dec 28 02:25:10 UTC 2024
1 parent 942c26d commit 996e879

File tree

5 files changed

+28
-23
lines changed

5 files changed

+28
-23
lines changed

java-asset/proto-google-cloud-asset-v1p7beta1/src/main/java/com/google/cloud/asset/v1p7beta1/AssetProto.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
9898
+ "ction\030\003 \001(\t\"j\n\014RelatedAsset\0223\n\005asset\030\001 \001"
9999
+ "(\tB$\372A!\n\037cloudasset.googleapis.com/Asset"
100100
+ "\022\022\n\nasset_type\030\002 \001(\t\022\021\n\tancestors\030\003 \003(\tB"
101-
+ "\251\001\n com.google.cloud.asset.v1p7beta1B\nAs"
101+
+ "\246\001\n com.google.cloud.asset.v1p7beta1B\nAs"
102102
+ "setProtoP\001Z6cloud.google.com/go/asset/ap"
103-
+ "iv1p7beta1/assetpb;assetpb\370\001\001\252\002\034Google.C"
104-
+ "loud.Asset.V1P7Beta1\312\002\034Google\\Cloud\\Asse"
105-
+ "t\\V1p7beta1b\006proto3"
103+
+ "iv1p7beta1/assetpb;assetpb\252\002\034Google.Clou"
104+
+ "d.Asset.V1P7Beta1\312\002\034Google\\Cloud\\Asset\\V"
105+
+ "1p7beta1b\006proto3"
106106
};
107107
descriptor =
108108
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

java-asset/proto-google-cloud-asset-v1p7beta1/src/main/proto/google/cloud/asset/v1p7beta1/assets.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import "google/identity/accesscontextmanager/v1/service_perimeter.proto";
2525
import "google/protobuf/struct.proto";
2626
import "google/protobuf/timestamp.proto";
2727

28-
option cc_enable_arenas = true;
2928
option csharp_namespace = "Google.Cloud.Asset.V1P7Beta1";
3029
option go_package = "cloud.google.com/go/asset/apiv1p7beta1/assetpb;assetpb";
3130
option java_multiple_files = true;

java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadata.java

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,10 @@ public com.google.protobuf.ByteString getStatusMessageBytes() {
326326
* <pre>
327327
* Output only. Identifies whether the user has requested cancellation
328328
* of the operation. Operations that have successfully been cancelled
329-
* have [Operation.error][] value with a
330-
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
331-
* `Code.CANCELLED`.
329+
* have
330+
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
331+
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
332+
* corresponding to `Code.CANCELLED`.
332333
* </pre>
333334
*
334335
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1620,9 +1621,10 @@ public Builder setStatusMessageBytes(com.google.protobuf.ByteString value) {
16201621
* <pre>
16211622
* Output only. Identifies whether the user has requested cancellation
16221623
* of the operation. Operations that have successfully been cancelled
1623-
* have [Operation.error][] value with a
1624-
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
1625-
* `Code.CANCELLED`.
1624+
* have
1625+
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
1626+
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
1627+
* corresponding to `Code.CANCELLED`.
16261628
* </pre>
16271629
*
16281630
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1639,9 +1641,10 @@ public boolean getRequestedCancellation() {
16391641
* <pre>
16401642
* Output only. Identifies whether the user has requested cancellation
16411643
* of the operation. Operations that have successfully been cancelled
1642-
* have [Operation.error][] value with a
1643-
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
1644-
* `Code.CANCELLED`.
1644+
* have
1645+
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
1646+
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
1647+
* corresponding to `Code.CANCELLED`.
16451648
* </pre>
16461649
*
16471650
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1662,9 +1665,10 @@ public Builder setRequestedCancellation(boolean value) {
16621665
* <pre>
16631666
* Output only. Identifies whether the user has requested cancellation
16641667
* of the operation. Operations that have successfully been cancelled
1665-
* have [Operation.error][] value with a
1666-
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
1667-
* `Code.CANCELLED`.
1668+
* have
1669+
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
1670+
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
1671+
* corresponding to `Code.CANCELLED`.
16681672
* </pre>
16691673
*
16701674
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>

java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadataOrBuilder.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,10 @@ public interface OperationMetadataOrBuilder
181181
* <pre>
182182
* Output only. Identifies whether the user has requested cancellation
183183
* of the operation. Operations that have successfully been cancelled
184-
* have [Operation.error][] value with a
185-
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
186-
* `Code.CANCELLED`.
184+
* have
185+
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
186+
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
187+
* corresponding to `Code.CANCELLED`.
187188
* </pre>
188189
*
189190
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>

java-batch/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/batch.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,10 @@ message OperationMetadata {
265265

266266
// Output only. Identifies whether the user has requested cancellation
267267
// of the operation. Operations that have successfully been cancelled
268-
// have [Operation.error][] value with a
269-
// [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
270-
// `Code.CANCELLED`.
268+
// have
269+
// [google.longrunning.Operation.error][google.longrunning.Operation.error]
270+
// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
271+
// corresponding to `Code.CANCELLED`.
271272
bool requested_cancellation = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
272273

273274
// Output only. API version used to start the operation.

0 commit comments

Comments
 (0)