Skip to content

Commit

Permalink
chore: generate libraries at Thu Dec 12 16:48:52 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Dec 12, 2024
1 parent 2234882 commit a5b015c
Show file tree
Hide file tree
Showing 20 changed files with 1,834 additions and 184 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r
internal_static_google_api_GoSettings_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_api_GoSettings_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_api_GoSettings_RenamedServicesEntry_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_api_GoSettings_RenamedServicesEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_api_MethodSettings_descriptor;
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Expand Down Expand Up @@ -313,33 +317,36 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "enamedResourcesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val"
+ "ue\030\002 \001(\t:\0028\001\"B\n\014RubySettings\0222\n\006common\030\001"
+ " \001(\0132\".google.api.CommonLanguageSettings"
+ "\"@\n\nGoSettings\0222\n\006common\030\001 \001(\0132\".google."
+ "api.CommonLanguageSettings\"\317\002\n\016MethodSet"
+ "tings\022\020\n\010selector\030\001 \001(\t\022<\n\014long_running\030"
+ "\002 \001(\0132&.google.api.MethodSettings.LongRu"
+ "nning\022\035\n\025auto_populated_fields\030\003 \003(\t\032\315\001\n"
+ "\013LongRunning\0225\n\022initial_poll_delay\030\001 \001(\013"
+ "2\031.google.protobuf.Duration\022\035\n\025poll_dela"
+ "y_multiplier\030\002 \001(\002\0221\n\016max_poll_delay\030\003 \001"
+ "(\0132\031.google.protobuf.Duration\0225\n\022total_p"
+ "oll_timeout\030\004 \001(\0132\031.google.protobuf.Dura"
+ "tion\"+\n\030SelectiveGapicGeneration\022\017\n\007meth"
+ "ods\030\001 \003(\t*\243\001\n\031ClientLibraryOrganization\022"
+ "+\n\'CLIENT_LIBRARY_ORGANIZATION_UNSPECIFI"
+ "ED\020\000\022\t\n\005CLOUD\020\001\022\007\n\003ADS\020\002\022\n\n\006PHOTOS\020\003\022\017\n\013"
+ "STREET_VIEW\020\004\022\014\n\010SHOPPING\020\005\022\007\n\003GEO\020\006\022\021\n\r"
+ "GENERATIVE_AI\020\007*g\n\030ClientLibraryDestinat"
+ "ion\022*\n&CLIENT_LIBRARY_DESTINATION_UNSPEC"
+ "IFIED\020\000\022\n\n\006GITHUB\020\n\022\023\n\017PACKAGE_MANAGER\020\024"
+ ":9\n\020method_signature\022\036.google.protobuf.M"
+ "ethodOptions\030\233\010 \003(\t:6\n\014default_host\022\037.go"
+ "ogle.protobuf.ServiceOptions\030\231\010 \001(\t:6\n\014o"
+ "auth_scopes\022\037.google.protobuf.ServiceOpt"
+ "ions\030\232\010 \001(\t:8\n\013api_version\022\037.google.prot"
+ "obuf.ServiceOptions\030\301\272\253\372\001 \001(\tBi\n\016com.goo"
+ "gle.apiB\013ClientProtoP\001ZAgoogle.golang.or"
+ "g/genproto/googleapis/api/annotations;an"
+ "notations\242\002\004GAPIb\006proto3"
+ "\"\277\001\n\nGoSettings\0222\n\006common\030\001 \001(\0132\".google"
+ ".api.CommonLanguageSettings\022E\n\020renamed_s"
+ "ervices\030\002 \003(\0132+.google.api.GoSettings.Re"
+ "namedServicesEntry\0326\n\024RenamedServicesEnt"
+ "ry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\317\002\n\016M"
+ "ethodSettings\022\020\n\010selector\030\001 \001(\t\022<\n\014long_"
+ "running\030\002 \001(\0132&.google.api.MethodSetting"
+ "s.LongRunning\022\035\n\025auto_populated_fields\030\003"
+ " \003(\t\032\315\001\n\013LongRunning\0225\n\022initial_poll_del"
+ "ay\030\001 \001(\0132\031.google.protobuf.Duration\022\035\n\025p"
+ "oll_delay_multiplier\030\002 \001(\002\0221\n\016max_poll_d"
+ "elay\030\003 \001(\0132\031.google.protobuf.Duration\0225\n"
+ "\022total_poll_timeout\030\004 \001(\0132\031.google.proto"
+ "buf.Duration\"+\n\030SelectiveGapicGeneration"
+ "\022\017\n\007methods\030\001 \003(\t*\243\001\n\031ClientLibraryOrgan"
+ "ization\022+\n\'CLIENT_LIBRARY_ORGANIZATION_U"
+ "NSPECIFIED\020\000\022\t\n\005CLOUD\020\001\022\007\n\003ADS\020\002\022\n\n\006PHOT"
+ "OS\020\003\022\017\n\013STREET_VIEW\020\004\022\014\n\010SHOPPING\020\005\022\007\n\003G"
+ "EO\020\006\022\021\n\rGENERATIVE_AI\020\007*g\n\030ClientLibrary"
+ "Destination\022*\n&CLIENT_LIBRARY_DESTINATIO"
+ "N_UNSPECIFIED\020\000\022\n\n\006GITHUB\020\n\022\023\n\017PACKAGE_M"
+ "ANAGER\020\024:9\n\020method_signature\022\036.google.pr"
+ "otobuf.MethodOptions\030\233\010 \003(\t:6\n\014default_h"
+ "ost\022\037.google.protobuf.ServiceOptions\030\231\010 "
+ "\001(\t:6\n\014oauth_scopes\022\037.google.protobuf.Se"
+ "rviceOptions\030\232\010 \001(\t:8\n\013api_version\022\037.goo"
+ "gle.protobuf.ServiceOptions\030\301\272\253\372\001 \001(\tBi\n"
+ "\016com.google.apiB\013ClientProtoP\001ZAgoogle.g"
+ "olang.org/genproto/googleapis/api/annota"
+ "tions;annotations\242\002\004GAPIb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down Expand Up @@ -483,7 +490,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_api_GoSettings_descriptor,
new java.lang.String[] {
"Common",
"Common", "RenamedServices",
});
internal_static_google_api_GoSettings_RenamedServicesEntry_descriptor =
internal_static_google_api_GoSettings_descriptor.getNestedTypes().get(0);
internal_static_google_api_GoSettings_RenamedServicesEntry_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_api_GoSettings_RenamedServicesEntry_descriptor,
new java.lang.String[] {
"Key", "Value",
});
internal_static_google_api_MethodSettings_descriptor =
getDescriptor().getMessageTypes().get(11);
Expand Down
Loading

0 comments on commit a5b015c

Please sign in to comment.