Skip to content

Commit

Permalink
chore: generate libraries at Sat Dec 28 02:25:10 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Dec 28, 2024
1 parent 942c26d commit 996e879
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "ction\030\003 \001(\t\"j\n\014RelatedAsset\0223\n\005asset\030\001 \001"
+ "(\tB$\372A!\n\037cloudasset.googleapis.com/Asset"
+ "\022\022\n\nasset_type\030\002 \001(\t\022\021\n\tancestors\030\003 \003(\tB"
+ "\251\001\n com.google.cloud.asset.v1p7beta1B\nAs"
+ "\246\001\n com.google.cloud.asset.v1p7beta1B\nAs"
+ "setProtoP\001Z6cloud.google.com/go/asset/ap"
+ "iv1p7beta1/assetpb;assetpb\370\001\001\252\002\034Google.C"
+ "loud.Asset.V1P7Beta1\312\002\034Google\\Cloud\\Asse"
+ "t\\V1p7beta1b\006proto3"
+ "iv1p7beta1/assetpb;assetpb\252\002\034Google.Clou"
+ "d.Asset.V1P7Beta1\312\002\034Google\\Cloud\\Asset\\V"
+ "1p7beta1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import "google/identity/accesscontextmanager/v1/service_perimeter.proto";
import "google/protobuf/struct.proto";
import "google/protobuf/timestamp.proto";

option cc_enable_arenas = true;
option csharp_namespace = "Google.Cloud.Asset.V1P7Beta1";
option go_package = "cloud.google.com/go/asset/apiv1p7beta1/assetpb;assetpb";
option java_multiple_files = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,10 @@ public com.google.protobuf.ByteString getStatusMessageBytes() {
* <pre>
* Output only. Identifies whether the user has requested cancellation
* of the operation. Operations that have successfully been cancelled
* have [Operation.error][] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
* `Code.CANCELLED`.
* have
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* </pre>
*
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down Expand Up @@ -1620,9 +1621,10 @@ public Builder setStatusMessageBytes(com.google.protobuf.ByteString value) {
* <pre>
* Output only. Identifies whether the user has requested cancellation
* of the operation. Operations that have successfully been cancelled
* have [Operation.error][] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
* `Code.CANCELLED`.
* have
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* </pre>
*
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1639,9 +1641,10 @@ public boolean getRequestedCancellation() {
* <pre>
* Output only. Identifies whether the user has requested cancellation
* of the operation. Operations that have successfully been cancelled
* have [Operation.error][] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
* `Code.CANCELLED`.
* have
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* </pre>
*
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1662,9 +1665,10 @@ public Builder setRequestedCancellation(boolean value) {
* <pre>
* Output only. Identifies whether the user has requested cancellation
* of the operation. Operations that have successfully been cancelled
* have [Operation.error][] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
* `Code.CANCELLED`.
* have
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* </pre>
*
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,10 @@ public interface OperationMetadataOrBuilder
* <pre>
* Output only. Identifies whether the user has requested cancellation
* of the operation. Operations that have successfully been cancelled
* have [Operation.error][] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
* `Code.CANCELLED`.
* have
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* </pre>
*
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,10 @@ message OperationMetadata {

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

// Output only. API version used to start the operation.
Expand Down

0 comments on commit 996e879

Please sign in to comment.