Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update googleapis commit at Fri Nov 15 02:29:08 UTC 2024 #3377

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
4955330
chore: update googleapis commit at Fri Nov 15 02:29:08 UTC 2024
cloud-java-bot Nov 15, 2024
11e1e80
chore: generate libraries at Fri Nov 15 02:34:05 UTC 2024
cloud-java-bot Nov 15, 2024
7b8a00b
chore: update googleapis commit at Sat Nov 16 02:27:50 UTC 2024
cloud-java-bot Nov 16, 2024
4ccbac6
chore: update googleapis commit at Mon Nov 18 02:30:15 UTC 2024
cloud-java-bot Nov 18, 2024
eb64dc2
chore: update googleapis commit at Tue Nov 19 02:29:15 UTC 2024
cloud-java-bot Nov 19, 2024
722de1f
chore: update googleapis commit at Wed Nov 20 02:28:37 UTC 2024
cloud-java-bot Nov 20, 2024
45d5e13
chore: update googleapis commit at Thu Nov 21 02:28:41 UTC 2024
cloud-java-bot Nov 21, 2024
553232b
chore: update googleapis commit at Fri Nov 22 02:29:12 UTC 2024
cloud-java-bot Nov 22, 2024
ad4e90c
chore: update googleapis commit at Sat Nov 23 02:27:52 UTC 2024
cloud-java-bot Nov 23, 2024
5a478a7
chore: generate libraries at Sat Nov 23 02:33:01 UTC 2024
cloud-java-bot Nov 23, 2024
e2a60b5
chore: update googleapis commit at Tue Nov 26 02:29:39 UTC 2024
cloud-java-bot Nov 26, 2024
8ceb74d
chore: update googleapis commit at Wed Nov 27 02:30:22 UTC 2024
cloud-java-bot Nov 27, 2024
c8ab820
chore: update googleapis commit at Thu Nov 28 02:30:13 UTC 2024
cloud-java-bot Nov 28, 2024
e1c1965
chore: update googleapis commit at Fri Nov 29 02:30:11 UTC 2024
cloud-java-bot Nov 29, 2024
ed15a66
chore: update googleapis commit at Tue Dec 3 02:31:02 UTC 2024
cloud-java-bot Dec 3, 2024
ce32fd1
chore: update googleapis commit at Tue Dec 3 21:12:31 UTC 2024
cloud-java-bot Dec 3, 2024
16e5cd1
chore: merge main into generate-libraries-main
cloud-java-bot Dec 3, 2024
2fc9904
chore: update googleapis commit at Wed Dec 4 02:30:54 UTC 2024
cloud-java-bot Dec 4, 2024
b318111
chore: update googleapis commit at Thu Dec 5 02:31:11 UTC 2024
cloud-java-bot Dec 5, 2024
20c00a7
chore: merge main into generate-libraries-main
cloud-java-bot Dec 5, 2024
eff186e
chore: update googleapis commit at Thu Dec 5 21:59:05 UTC 2024
cloud-java-bot Dec 5, 2024
5c7ca7f
chore: generate libraries at Thu Dec 5 22:03:29 UTC 2024
cloud-java-bot Dec 5, 2024
9aa9657
chore: merge main into generate-libraries-main
cloud-java-bot Dec 6, 2024
9acd745
chore: update googleapis commit at Fri Dec 6 02:30:44 UTC 2024
cloud-java-bot Dec 6, 2024
1fa8055
chore: merge main into generate-libraries-main
cloud-java-bot Dec 7, 2024
861ab92
chore: update googleapis commit at Sat Dec 7 02:29:58 UTC 2024
cloud-java-bot Dec 7, 2024
11f2bb5
chore: merge main into generate-libraries-main
cloud-java-bot Dec 8, 2024
14c05d1
chore: merge main into generate-libraries-main
cloud-java-bot Dec 10, 2024
6edd77d
chore: update googleapis commit at Tue Dec 10 02:31:44 UTC 2024
cloud-java-bot Dec 10, 2024
61e963d
chore: merge main into generate-libraries-main
cloud-java-bot Dec 11, 2024
f6ac167
chore: update googleapis commit at Wed Dec 11 02:30:57 UTC 2024
cloud-java-bot Dec 11, 2024
45b8869
chore: merge main into generate-libraries-main
cloud-java-bot Dec 11, 2024
36945c4
chore: update googleapis commit at Wed Dec 11 23:11:38 UTC 2024
cloud-java-bot Dec 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
googleapis_commitish: 6b5d85c66e0885b1665040f6f80b2401f60c1068
googleapis_commitish: c46c4ec72b13fe2d32d1c8fb878419562b54c031
# the libraries are ordered with respect to library name, which is
# java-{library.library_name} or java-{library.api-shortname} when
# library.library_name is not defined.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
* <pre>
* Manages long-running operations with an API service.
* When an API method normally takes long time to complete, it can be designed
* to return [Operation][google.longrunning.Operation] to the client, and the client can use this
* interface to receive the real response asynchronously by polling the
* operation resource, or pass the operation resource to another API (such as
* Google Cloud Pub/Sub API) to receive the response. Any API service that
* returns long-running operations should implement the `Operations` interface
* so developers can have a consistent client experience.
* to return [Operation][google.longrunning.Operation] to the client, and the
* client can use this interface to receive the real response asynchronously by
* polling the operation resource, or pass the operation resource to another API
* (such as Pub/Sub API) to receive the response. Any API service that returns
* long-running operations should implement the `Operations` interface so
* developers can have a consistent client experience.
* </pre>
*/
@javax.annotation.Generated(
Expand Down Expand Up @@ -296,12 +296,12 @@ public OperationsFutureStub newStub(
* <pre>
* Manages long-running operations with an API service.
* When an API method normally takes long time to complete, it can be designed
* to return [Operation][google.longrunning.Operation] to the client, and the client can use this
* interface to receive the real response asynchronously by polling the
* operation resource, or pass the operation resource to another API (such as
* Google Cloud Pub/Sub API) to receive the response. Any API service that
* returns long-running operations should implement the `Operations` interface
* so developers can have a consistent client experience.
* to return [Operation][google.longrunning.Operation] to the client, and the
* client can use this interface to receive the real response asynchronously by
* polling the operation resource, or pass the operation resource to another API
* (such as Pub/Sub API) to receive the response. Any API service that returns
* long-running operations should implement the `Operations` interface so
* developers can have a consistent client experience.
* </pre>
*/
public interface AsyncService {
Expand All @@ -312,13 +312,6 @@ public interface AsyncService {
* <pre>
* Lists operations that match the specified filter in the request. If the
* server doesn't support this method, it returns `UNIMPLEMENTED`.
* NOTE: the `name` binding allows API services to override the binding
* to use different resource name schemes, such as `users/&#42;&#47;operations`. To
* override the binding, API services can add a binding such as
* `"/v1/{name=users/&#42;}/operations"` to their service configuration.
* For backwards compatibility, the default name includes the operations
* collection id, however overriding users must ensure the name binding
* is the parent resource, without the operations collection id.
* </pre>
*/
default void listOperations(
Expand Down Expand Up @@ -374,8 +367,9 @@ default void deleteOperation(
* other methods to check whether the cancellation succeeded or whether the
* operation completed despite cancellation. On successful cancellation,
* the operation is not deleted; instead, it becomes an operation with
* an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* an [Operation.error][google.longrunning.Operation.error] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of `1`, corresponding to
* `Code.CANCELLED`.
* </pre>
*/
default void cancelOperation(
Expand Down Expand Up @@ -414,12 +408,12 @@ default void waitOperation(
* <pre>
* Manages long-running operations with an API service.
* When an API method normally takes long time to complete, it can be designed
* to return [Operation][google.longrunning.Operation] to the client, and the client can use this
* interface to receive the real response asynchronously by polling the
* operation resource, or pass the operation resource to another API (such as
* Google Cloud Pub/Sub API) to receive the response. Any API service that
* returns long-running operations should implement the `Operations` interface
* so developers can have a consistent client experience.
* to return [Operation][google.longrunning.Operation] to the client, and the
* client can use this interface to receive the real response asynchronously by
* polling the operation resource, or pass the operation resource to another API
* (such as Pub/Sub API) to receive the response. Any API service that returns
* long-running operations should implement the `Operations` interface so
* developers can have a consistent client experience.
* </pre>
*/
public abstract static class OperationsImplBase implements io.grpc.BindableService, AsyncService {
Expand All @@ -436,12 +430,12 @@ public final io.grpc.ServerServiceDefinition bindService() {
* <pre>
* Manages long-running operations with an API service.
* When an API method normally takes long time to complete, it can be designed
* to return [Operation][google.longrunning.Operation] to the client, and the client can use this
* interface to receive the real response asynchronously by polling the
* operation resource, or pass the operation resource to another API (such as
* Google Cloud Pub/Sub API) to receive the response. Any API service that
* returns long-running operations should implement the `Operations` interface
* so developers can have a consistent client experience.
* to return [Operation][google.longrunning.Operation] to the client, and the
* client can use this interface to receive the real response asynchronously by
* polling the operation resource, or pass the operation resource to another API
* (such as Pub/Sub API) to receive the response. Any API service that returns
* long-running operations should implement the `Operations` interface so
* developers can have a consistent client experience.
* </pre>
*/
public static final class OperationsStub extends io.grpc.stub.AbstractAsyncStub<OperationsStub> {
Expand All @@ -460,13 +454,6 @@ protected OperationsStub build(io.grpc.Channel channel, io.grpc.CallOptions call
* <pre>
* Lists operations that match the specified filter in the request. If the
* server doesn't support this method, it returns `UNIMPLEMENTED`.
* NOTE: the `name` binding allows API services to override the binding
* to use different resource name schemes, such as `users/&#42;&#47;operations`. To
* override the binding, API services can add a binding such as
* `"/v1/{name=users/&#42;}/operations"` to their service configuration.
* For backwards compatibility, the default name includes the operations
* collection id, however overriding users must ensure the name binding
* is the parent resource, without the operations collection id.
* </pre>
*/
public void listOperations(
Expand Down Expand Up @@ -528,8 +515,9 @@ public void deleteOperation(
* other methods to check whether the cancellation succeeded or whether the
* operation completed despite cancellation. On successful cancellation,
* the operation is not deleted; instead, it becomes an operation with
* an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* an [Operation.error][google.longrunning.Operation.error] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of `1`, corresponding to
* `Code.CANCELLED`.
* </pre>
*/
public void cancelOperation(
Expand Down Expand Up @@ -572,12 +560,12 @@ public void waitOperation(
* <pre>
* Manages long-running operations with an API service.
* When an API method normally takes long time to complete, it can be designed
* to return [Operation][google.longrunning.Operation] to the client, and the client can use this
* interface to receive the real response asynchronously by polling the
* operation resource, or pass the operation resource to another API (such as
* Google Cloud Pub/Sub API) to receive the response. Any API service that
* returns long-running operations should implement the `Operations` interface
* so developers can have a consistent client experience.
* to return [Operation][google.longrunning.Operation] to the client, and the
* client can use this interface to receive the real response asynchronously by
* polling the operation resource, or pass the operation resource to another API
* (such as Pub/Sub API) to receive the response. Any API service that returns
* long-running operations should implement the `Operations` interface so
* developers can have a consistent client experience.
* </pre>
*/
public static final class OperationsBlockingStub
Expand All @@ -598,13 +586,6 @@ protected OperationsBlockingStub build(
* <pre>
* Lists operations that match the specified filter in the request. If the
* server doesn't support this method, it returns `UNIMPLEMENTED`.
* NOTE: the `name` binding allows API services to override the binding
* to use different resource name schemes, such as `users/&#42;&#47;operations`. To
* override the binding, API services can add a binding such as
* `"/v1/{name=users/&#42;}/operations"` to their service configuration.
* For backwards compatibility, the default name includes the operations
* collection id, however overriding users must ensure the name binding
* is the parent resource, without the operations collection id.
* </pre>
*/
public com.google.longrunning.ListOperationsResponse listOperations(
Expand Down Expand Up @@ -656,8 +637,9 @@ public com.google.protobuf.Empty deleteOperation(
* other methods to check whether the cancellation succeeded or whether the
* operation completed despite cancellation. On successful cancellation,
* the operation is not deleted; instead, it becomes an operation with
* an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* an [Operation.error][google.longrunning.Operation.error] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of `1`, corresponding to
* `Code.CANCELLED`.
* </pre>
*/
public com.google.protobuf.Empty cancelOperation(
Expand Down Expand Up @@ -694,12 +676,12 @@ public com.google.longrunning.Operation waitOperation(
* <pre>
* Manages long-running operations with an API service.
* When an API method normally takes long time to complete, it can be designed
* to return [Operation][google.longrunning.Operation] to the client, and the client can use this
* interface to receive the real response asynchronously by polling the
* operation resource, or pass the operation resource to another API (such as
* Google Cloud Pub/Sub API) to receive the response. Any API service that
* returns long-running operations should implement the `Operations` interface
* so developers can have a consistent client experience.
* to return [Operation][google.longrunning.Operation] to the client, and the
* client can use this interface to receive the real response asynchronously by
* polling the operation resource, or pass the operation resource to another API
* (such as Pub/Sub API) to receive the response. Any API service that returns
* long-running operations should implement the `Operations` interface so
* developers can have a consistent client experience.
* </pre>
*/
public static final class OperationsFutureStub
Expand All @@ -719,13 +701,6 @@ protected OperationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
* <pre>
* Lists operations that match the specified filter in the request. If the
* server doesn't support this method, it returns `UNIMPLEMENTED`.
* NOTE: the `name` binding allows API services to override the binding
* to use different resource name schemes, such as `users/&#42;&#47;operations`. To
* override the binding, API services can add a binding such as
* `"/v1/{name=users/&#42;}/operations"` to their service configuration.
* For backwards compatibility, the default name includes the operations
* collection id, however overriding users must ensure the name binding
* is the parent resource, without the operations collection id.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down Expand Up @@ -778,8 +753,9 @@ protected OperationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
* other methods to check whether the cancellation succeeded or whether the
* operation completed despite cancellation. On successful cancellation,
* the operation is not deleted; instead, it becomes an operation with
* an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* an [Operation.error][google.longrunning.Operation.error] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of `1`, corresponding to
* `Code.CANCELLED`.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
Expand Down
Loading
Loading