getRenamedServicesMap();
+ /**
+ *
+ *
+ *
+ * Map of service names to renamed services. Keys are the package relative
+ * service names and values are the name to be used for the service client
+ * and call options.
+ *
+ * publishing:
+ * go_settings:
+ * renamed_services:
+ * Publisher: TopicAdmin
+ *
+ *
+ * map<string, string> renamed_services = 2;
+ */
+ /* nullable */
+ java.lang.String getRenamedServicesOrDefault(
+ java.lang.String key,
+ /* nullable */
+ java.lang.String defaultValue);
+ /**
+ *
+ *
+ *
+ * Map of service names to renamed services. Keys are the package relative
+ * service names and values are the name to be used for the service client
+ * and call options.
+ *
+ * publishing:
+ * go_settings:
+ * renamed_services:
+ * Publisher: TopicAdmin
+ *
+ *
+ * map<string, string> renamed_services = 2;
+ */
+ java.lang.String getRenamedServicesOrThrow(java.lang.String key);
}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/CancelOperationRequest.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/CancelOperationRequest.java
index 1971847cc7..7049fa2bcc 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/CancelOperationRequest.java
+++ b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/CancelOperationRequest.java
@@ -23,7 +23,8 @@
*
*
*
- * The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
+ * The request message for
+ * [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
*
*
* Protobuf type {@code google.longrunning.CancelOperationRequest}
@@ -277,7 +278,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
*
- * The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
+ * The request message for
+ * [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
*
*
* Protobuf type {@code google.longrunning.CancelOperationRequest}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/DeleteOperationRequest.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/DeleteOperationRequest.java
index 66ad2ee922..a7c80538fe 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/DeleteOperationRequest.java
+++ b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/DeleteOperationRequest.java
@@ -23,7 +23,8 @@
*
*
*
- * The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
+ * The request message for
+ * [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
*
*
* Protobuf type {@code google.longrunning.DeleteOperationRequest}
@@ -277,7 +278,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
*
- * The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
+ * The request message for
+ * [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
*
*
* Protobuf type {@code google.longrunning.DeleteOperationRequest}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/GetOperationRequest.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/GetOperationRequest.java
index c08917dbc6..2d6b93be06 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/GetOperationRequest.java
+++ b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/GetOperationRequest.java
@@ -23,7 +23,8 @@
*
*
*
- * The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
+ * The request message for
+ * [Operations.GetOperation][google.longrunning.Operations.GetOperation].
*
*
* Protobuf type {@code google.longrunning.GetOperationRequest}
@@ -277,7 +278,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
*
- * The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
+ * The request message for
+ * [Operations.GetOperation][google.longrunning.Operations.GetOperation].
*
*
* Protobuf type {@code google.longrunning.GetOperationRequest}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsRequest.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsRequest.java
index 3a1d957cc9..79efbfe46e 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsRequest.java
+++ b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsRequest.java
@@ -23,7 +23,8 @@
*
*
*
- * The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
+ * The request message for
+ * [Operations.ListOperations][google.longrunning.Operations.ListOperations].
*
*
* Protobuf type {@code google.longrunning.ListOperationsRequest}
@@ -426,7 +427,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
*
- * The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
+ * The request message for
+ * [Operations.ListOperations][google.longrunning.Operations.ListOperations].
*
*
* Protobuf type {@code google.longrunning.ListOperationsRequest}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsResponse.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsResponse.java
index 19a7eaa90e..8a60b2769f 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsResponse.java
+++ b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsResponse.java
@@ -23,7 +23,8 @@
*
*
*
- * The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
+ * The response message for
+ * [Operations.ListOperations][google.longrunning.Operations.ListOperations].
*
*
* Protobuf type {@code google.longrunning.ListOperationsResponse}
@@ -360,7 +361,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
*
- * The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
+ * The response message for
+ * [Operations.ListOperations][google.longrunning.Operations.ListOperations].
*
*
* Protobuf type {@code google.longrunning.ListOperationsResponse}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/Operation.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/Operation.java
index 7e0378de7e..e64657bda1 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/Operation.java
+++ b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/Operation.java
@@ -299,7 +299,7 @@ public com.google.rpc.StatusOrBuilder getErrorOrBuilder() {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -321,7 +321,7 @@ public boolean hasResponse() {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -346,7 +346,7 @@ public com.google.protobuf.Any getResponse() {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -1462,7 +1462,7 @@ public com.google.rpc.StatusOrBuilder getErrorOrBuilder() {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -1484,7 +1484,7 @@ public boolean hasResponse() {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -1516,7 +1516,7 @@ public com.google.protobuf.Any getResponse() {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -1545,7 +1545,7 @@ public Builder setResponse(com.google.protobuf.Any value) {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -1571,7 +1571,7 @@ public Builder setResponse(com.google.protobuf.Any.Builder builderForValue) {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -1608,7 +1608,7 @@ public Builder mergeResponse(com.google.protobuf.Any value) {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -1640,7 +1640,7 @@ public Builder clearResponse() {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -1659,7 +1659,7 @@ public com.google.protobuf.Any.Builder getResponseBuilder() {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -1686,7 +1686,7 @@ public com.google.protobuf.AnyOrBuilder getResponseOrBuilder() {
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationInfo.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationInfo.java
index ec1e9a0c42..780d173edd 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationInfo.java
+++ b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationInfo.java
@@ -27,13 +27,12 @@
*
* Example:
*
- * rpc LongRunningRecognize(LongRunningRecognizeRequest)
- * returns (google.longrunning.Operation) {
- * option (google.longrunning.operation_info) = {
- * response_type: "LongRunningRecognizeResponse"
- * metadata_type: "LongRunningRecognizeMetadata"
- * };
- * }
+ * rpc Export(ExportRequest) returns (google.longrunning.Operation) {
+ * option (google.longrunning.operation_info) = {
+ * response_type: "ExportResponse"
+ * metadata_type: "ExportMetadata"
+ * };
+ * }
*
*
* Protobuf type {@code google.longrunning.OperationInfo}
@@ -376,13 +375,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Example:
*
- * rpc LongRunningRecognize(LongRunningRecognizeRequest)
- * returns (google.longrunning.Operation) {
- * option (google.longrunning.operation_info) = {
- * response_type: "LongRunningRecognizeResponse"
- * metadata_type: "LongRunningRecognizeMetadata"
- * };
- * }
+ * rpc Export(ExportRequest) returns (google.longrunning.Operation) {
+ * option (google.longrunning.operation_info) = {
+ * response_type: "ExportResponse"
+ * metadata_type: "ExportMetadata"
+ * };
+ * }
*
*
* Protobuf type {@code google.longrunning.OperationInfo}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationOrBuilder.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationOrBuilder.java
index b4edfc4783..2be5f22612 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationOrBuilder.java
+++ b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationOrBuilder.java
@@ -151,7 +151,7 @@ public interface OperationOrBuilder
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -170,7 +170,7 @@ public interface OperationOrBuilder
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -189,7 +189,7 @@ public interface OperationOrBuilder
*
*
*
- * The normal response of the operation in case of success. If the original
+ * The normal, successful response of the operation. If the original
* method returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationsProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationsProto.java
index 3d02ac5688..502eec4452 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationsProto.java
+++ b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationsProto.java
@@ -96,10 +96,10 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"\n#google/longrunning/operations.proto\022\022g"
+ "oogle.longrunning\032\034google/api/annotation"
+ "s.proto\032\027google/api/client.proto\032\031google"
- + "/protobuf/any.proto\032\036google/protobuf/dur"
- + "ation.proto\032\033google/protobuf/empty.proto"
- + "\032\027google/rpc/status.proto\032 google/protob"
- + "uf/descriptor.proto\"\250\001\n\tOperation\022\014\n\004nam"
+ + "/protobuf/any.proto\032 google/protobuf/des"
+ + "criptor.proto\032\036google/protobuf/duration."
+ + "proto\032\033google/protobuf/empty.proto\032\027goog"
+ + "le/rpc/status.proto\"\250\001\n\tOperation\022\014\n\004nam"
+ "e\030\001 \001(\t\022&\n\010metadata\030\002 \001(\0132\024.google.proto"
+ "buf.Any\022\014\n\004done\030\003 \001(\010\022#\n\005error\030\004 \001(\0132\022.g"
+ "oogle.rpc.StatusH\000\022(\n\010response\030\005 \001(\0132\024.g"
@@ -134,11 +134,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "ongrunning.Operation\"\000\032\035\312A\032longrunning.g"
+ "oogleapis.com:Z\n\016operation_info\022\036.google"
+ ".protobuf.MethodOptions\030\231\010 \001(\0132!.google."
- + "longrunning.OperationInfoB\235\001\n\026com.google"
+ + "longrunning.OperationInfoB\245\001\n\026com.google"
+ ".longrunningB\017OperationsProtoP\001ZCcloud.g"
+ "oogle.com/go/longrunning/autogen/longrun"
- + "ningpb;longrunningpb\370\001\001\252\002\022Google.LongRun"
- + "ning\312\002\022Google\\LongRunningb\006proto3"
+ + "ningpb;longrunningpb\370\001\001\242\002\005GLRUN\252\002\022Google"
+ + ".LongRunning\312\002\022Google\\LongRunningb\006proto"
+ + "3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -147,10 +148,10 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
com.google.api.AnnotationsProto.getDescriptor(),
com.google.api.ClientProto.getDescriptor(),
com.google.protobuf.AnyProto.getDescriptor(),
+ com.google.protobuf.DescriptorProtos.getDescriptor(),
com.google.protobuf.DurationProto.getDescriptor(),
com.google.protobuf.EmptyProto.getDescriptor(),
com.google.rpc.StatusProto.getDescriptor(),
- com.google.protobuf.DescriptorProtos.getDescriptor(),
});
internal_static_google_longrunning_Operation_descriptor =
getDescriptor().getMessageTypes().get(0);
@@ -227,10 +228,10 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
com.google.api.AnnotationsProto.getDescriptor();
com.google.api.ClientProto.getDescriptor();
com.google.protobuf.AnyProto.getDescriptor();
+ com.google.protobuf.DescriptorProtos.getDescriptor();
com.google.protobuf.DurationProto.getDescriptor();
com.google.protobuf.EmptyProto.getDescriptor();
com.google.rpc.StatusProto.getDescriptor();
- com.google.protobuf.DescriptorProtos.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/WaitOperationRequest.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/WaitOperationRequest.java
index 7e7b2bd76f..c3d41a8079 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/WaitOperationRequest.java
+++ b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/WaitOperationRequest.java
@@ -23,7 +23,8 @@
*
*
*
- * The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
+ * The request message for
+ * [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
*
*
* Protobuf type {@code google.longrunning.WaitOperationRequest}
@@ -344,7 +345,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
*
- * The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
+ * The request message for
+ * [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
*
*
* Protobuf type {@code google.longrunning.WaitOperationRequest}
diff --git a/java-common-protos/proto-google-common-protos/src/main/proto/google/api/client.proto b/java-common-protos/proto-google-common-protos/src/main/proto/google/api/client.proto
index 6003be5307..7e3e66e9ed 100644
--- a/java-common-protos/proto-google-common-protos/src/main/proto/google/api/client.proto
+++ b/java-common-protos/proto-google-common-protos/src/main/proto/google/api/client.proto
@@ -342,6 +342,16 @@ message RubySettings {
message GoSettings {
// Some settings.
CommonLanguageSettings common = 1;
+
+ // Map of service names to renamed services. Keys are the package relative
+ // service names and values are the name to be used for the service client
+ // and call options.
+ //
+ // publishing:
+ // go_settings:
+ // renamed_services:
+ // Publisher: TopicAdmin
+ map renamed_services = 2;
}
// Describes the generator configuration for a method.
diff --git a/java-common-protos/proto-google-common-protos/src/main/proto/google/longrunning/operations.proto b/java-common-protos/proto-google-common-protos/src/main/proto/google/longrunning/operations.proto
index be8880b3f7..bb42620b73 100644
--- a/java-common-protos/proto-google-common-protos/src/main/proto/google/longrunning/operations.proto
+++ b/java-common-protos/proto-google-common-protos/src/main/proto/google/longrunning/operations.proto
@@ -19,10 +19,10 @@ package google.longrunning;
import "google/api/annotations.proto";
import "google/api/client.proto";
import "google/protobuf/any.proto";
+import "google/protobuf/descriptor.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/empty.proto";
import "google/rpc/status.proto";
-import "google/protobuf/descriptor.proto";
option cc_enable_arenas = true;
option csharp_namespace = "Google.LongRunning";
@@ -30,6 +30,7 @@ option go_package = "cloud.google.com/go/longrunning/autogen/longrunningpb;longr
option java_multiple_files = true;
option java_outer_classname = "OperationsProto";
option java_package = "com.google.longrunning";
+option objc_class_prefix = "GLRUN";
option php_namespace = "Google\\LongRunning";
extend google.protobuf.MethodOptions {
@@ -45,25 +46,17 @@ extend google.protobuf.MethodOptions {
// 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.
service Operations {
option (google.api.default_host) = "longrunning.googleapis.com";
// 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/*/operations`. To
- // override the binding, API services can add a binding such as
- // `"/v1/{name=users/*}/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.
rpc ListOperations(ListOperationsRequest) returns (ListOperationsResponse) {
option (google.api.http) = {
get: "/v1/{name=operations}"
@@ -100,8 +93,9 @@ service Operations {
// 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`.
rpc CancelOperation(CancelOperationRequest) returns (google.protobuf.Empty) {
option (google.api.http) = {
post: "/v1/{name=operations/**}:cancel"
@@ -119,8 +113,7 @@ service Operations {
// Note that this method is on a best-effort basis. It may return the latest
// state before the specified timeout (including immediately), meaning even an
// immediate response is no guarantee that the operation is done.
- rpc WaitOperation(WaitOperationRequest) returns (Operation) {
- }
+ rpc WaitOperation(WaitOperationRequest) returns (Operation) {}
}
// This resource represents a long-running operation that is the result of a
@@ -144,12 +137,13 @@ message Operation {
// The operation result, which can be either an `error` or a valid `response`.
// If `done` == `false`, neither `error` nor `response` is set.
- // If `done` == `true`, exactly one of `error` or `response` is set.
+ // If `done` == `true`, exactly one of `error` or `response` can be set.
+ // Some services might not provide the result.
oneof result {
// The error result of the operation in case of failure or cancellation.
google.rpc.Status error = 4;
- // The normal response of the operation in case of success. If the original
+ // The normal, successful response of the operation. If the original
// method returns no data on success, such as `Delete`, the response is
// `google.protobuf.Empty`. If the original method is standard
// `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -161,13 +155,15 @@ message Operation {
}
}
-// The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
+// The request message for
+// [Operations.GetOperation][google.longrunning.Operations.GetOperation].
message GetOperationRequest {
// The name of the operation resource.
string name = 1;
}
-// The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
+// The request message for
+// [Operations.ListOperations][google.longrunning.Operations.ListOperations].
message ListOperationsRequest {
// The name of the operation's parent resource.
string name = 4;
@@ -182,7 +178,8 @@ message ListOperationsRequest {
string page_token = 3;
}
-// The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
+// The response message for
+// [Operations.ListOperations][google.longrunning.Operations.ListOperations].
message ListOperationsResponse {
// A list of operations that matches the specified filter in the request.
repeated Operation operations = 1;
@@ -191,19 +188,22 @@ message ListOperationsResponse {
string next_page_token = 2;
}
-// The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
+// The request message for
+// [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
message CancelOperationRequest {
// The name of the operation resource to be cancelled.
string name = 1;
}
-// The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
+// The request message for
+// [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
message DeleteOperationRequest {
// The name of the operation resource to be deleted.
string name = 1;
}
-// The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
+// The request message for
+// [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
message WaitOperationRequest {
// The name of the operation resource to wait on.
string name = 1;
@@ -218,13 +218,12 @@ message WaitOperationRequest {
//
// Example:
//
-// rpc LongRunningRecognize(LongRunningRecognizeRequest)
-// returns (google.longrunning.Operation) {
-// option (google.longrunning.operation_info) = {
-// response_type: "LongRunningRecognizeResponse"
-// metadata_type: "LongRunningRecognizeMetadata"
-// };
-// }
+// rpc Export(ExportRequest) returns (google.longrunning.Operation) {
+// option (google.longrunning.operation_info) = {
+// response_type: "ExportResponse"
+// metadata_type: "ExportMetadata"
+// };
+// }
message OperationInfo {
// Required. The message name of the primary return type for this
// long-running operation.
diff --git a/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/ResourcePolicyMember.java b/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/ResourcePolicyMember.java
new file mode 100644
index 0000000000..7f8ee8d3ca
--- /dev/null
+++ b/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/ResourcePolicyMember.java
@@ -0,0 +1,901 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: google/iam/v1/resource_policy_member.proto
+
+// Protobuf Java Version: 3.25.5
+package com.google.iam.v1;
+
+/**
+ *
+ *
+ *
+ * Output-only policy member strings of a Google Cloud resource's built-in
+ * identity.
+ *
+ *
+ * Protobuf type {@code google.iam.v1.ResourcePolicyMember}
+ */
+public final class ResourcePolicyMember extends com.google.protobuf.GeneratedMessageV3
+ implements
+ // @@protoc_insertion_point(message_implements:google.iam.v1.ResourcePolicyMember)
+ ResourcePolicyMemberOrBuilder {
+ private static final long serialVersionUID = 0L;
+ // Use ResourcePolicyMember.newBuilder() to construct.
+ private ResourcePolicyMember(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ super(builder);
+ }
+
+ private ResourcePolicyMember() {
+ iamPolicyNamePrincipal_ = "";
+ iamPolicyUidPrincipal_ = "";
+ }
+
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+ return new ResourcePolicyMember();
+ }
+
+ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+ return com.google.iam.v1.ResourcePolicyMemberProto
+ .internal_static_google_iam_v1_ResourcePolicyMember_descriptor;
+ }
+
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.google.iam.v1.ResourcePolicyMemberProto
+ .internal_static_google_iam_v1_ResourcePolicyMember_fieldAccessorTable
+ .ensureFieldAccessorsInitialized(
+ com.google.iam.v1.ResourcePolicyMember.class,
+ com.google.iam.v1.ResourcePolicyMember.Builder.class);
+ }
+
+ public static final int IAM_POLICY_NAME_PRINCIPAL_FIELD_NUMBER = 1;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object iamPolicyNamePrincipal_ = "";
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * user-assigned name (https://google.aip.dev/122). If a resource is deleted
+ * and recreated with the same name, the binding will be applicable to the new
+ * resource.
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter`
+ *
+ *
+ * string iam_policy_name_principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The iamPolicyNamePrincipal.
+ */
+ @java.lang.Override
+ public java.lang.String getIamPolicyNamePrincipal() {
+ java.lang.Object ref = iamPolicyNamePrincipal_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ iamPolicyNamePrincipal_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * user-assigned name (https://google.aip.dev/122). If a resource is deleted
+ * and recreated with the same name, the binding will be applicable to the new
+ * resource.
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter`
+ *
+ *
+ * string iam_policy_name_principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The bytes for iamPolicyNamePrincipal.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getIamPolicyNamePrincipalBytes() {
+ java.lang.Object ref = iamPolicyNamePrincipal_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ iamPolicyNamePrincipal_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
+ public static final int IAM_POLICY_UID_PRINCIPAL_FIELD_NUMBER = 2;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object iamPolicyUidPrincipal_ = "";
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * system-assigned unique identifier (https://google.aip.dev/148#uid). If a
+ * resource is deleted and recreated with the same name, the binding will not
+ * be applicable to the new resource
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5`
+ *
+ *
+ * string iam_policy_uid_principal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The iamPolicyUidPrincipal.
+ */
+ @java.lang.Override
+ public java.lang.String getIamPolicyUidPrincipal() {
+ java.lang.Object ref = iamPolicyUidPrincipal_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ iamPolicyUidPrincipal_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * system-assigned unique identifier (https://google.aip.dev/148#uid). If a
+ * resource is deleted and recreated with the same name, the binding will not
+ * be applicable to the new resource
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5`
+ *
+ *
+ * string iam_policy_uid_principal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The bytes for iamPolicyUidPrincipal.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getIamPolicyUidPrincipalBytes() {
+ java.lang.Object ref = iamPolicyUidPrincipal_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ iamPolicyUidPrincipal_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
+ private byte memoizedIsInitialized = -1;
+
+ @java.lang.Override
+ public final boolean isInitialized() {
+ byte isInitialized = memoizedIsInitialized;
+ if (isInitialized == 1) return true;
+ if (isInitialized == 0) return false;
+
+ memoizedIsInitialized = 1;
+ return true;
+ }
+
+ @java.lang.Override
+ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(iamPolicyNamePrincipal_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 1, iamPolicyNamePrincipal_);
+ }
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(iamPolicyUidPrincipal_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 2, iamPolicyUidPrincipal_);
+ }
+ getUnknownFields().writeTo(output);
+ }
+
+ @java.lang.Override
+ public int getSerializedSize() {
+ int size = memoizedSize;
+ if (size != -1) return size;
+
+ size = 0;
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(iamPolicyNamePrincipal_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, iamPolicyNamePrincipal_);
+ }
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(iamPolicyUidPrincipal_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, iamPolicyUidPrincipal_);
+ }
+ size += getUnknownFields().getSerializedSize();
+ memoizedSize = size;
+ return size;
+ }
+
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
+ if (obj == this) {
+ return true;
+ }
+ if (!(obj instanceof com.google.iam.v1.ResourcePolicyMember)) {
+ return super.equals(obj);
+ }
+ com.google.iam.v1.ResourcePolicyMember other = (com.google.iam.v1.ResourcePolicyMember) obj;
+
+ if (!getIamPolicyNamePrincipal().equals(other.getIamPolicyNamePrincipal())) return false;
+ if (!getIamPolicyUidPrincipal().equals(other.getIamPolicyUidPrincipal())) return false;
+ if (!getUnknownFields().equals(other.getUnknownFields())) return false;
+ return true;
+ }
+
+ @java.lang.Override
+ public int hashCode() {
+ if (memoizedHashCode != 0) {
+ return memoizedHashCode;
+ }
+ int hash = 41;
+ hash = (19 * hash) + getDescriptor().hashCode();
+ hash = (37 * hash) + IAM_POLICY_NAME_PRINCIPAL_FIELD_NUMBER;
+ hash = (53 * hash) + getIamPolicyNamePrincipal().hashCode();
+ hash = (37 * hash) + IAM_POLICY_UID_PRINCIPAL_FIELD_NUMBER;
+ hash = (53 * hash) + getIamPolicyUidPrincipal().hashCode();
+ hash = (29 * hash) + getUnknownFields().hashCode();
+ memoizedHashCode = hash;
+ return hash;
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseFrom(java.nio.ByteBuffer data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseFrom(
+ java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseFrom(
+ com.google.protobuf.ByteString data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseFrom(
+ com.google.protobuf.ByteString data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseFrom(byte[] data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseFrom(
+ byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseFrom(
+ java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ PARSER, input, extensionRegistry);
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseDelimitedFrom(
+ java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+ PARSER, input, extensionRegistry);
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseFrom(
+ com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember parseFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+ PARSER, input, extensionRegistry);
+ }
+
+ @java.lang.Override
+ public Builder newBuilderForType() {
+ return newBuilder();
+ }
+
+ public static Builder newBuilder() {
+ return DEFAULT_INSTANCE.toBuilder();
+ }
+
+ public static Builder newBuilder(com.google.iam.v1.ResourcePolicyMember prototype) {
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
+ }
+
+ @java.lang.Override
+ public Builder toBuilder() {
+ return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ }
+
+ @java.lang.Override
+ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ Builder builder = new Builder(parent);
+ return builder;
+ }
+ /**
+ *
+ *
+ *
+ * Output-only policy member strings of a Google Cloud resource's built-in
+ * identity.
+ *
+ *
+ * Protobuf type {@code google.iam.v1.ResourcePolicyMember}
+ */
+ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+ implements
+ // @@protoc_insertion_point(builder_implements:google.iam.v1.ResourcePolicyMember)
+ com.google.iam.v1.ResourcePolicyMemberOrBuilder {
+ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+ return com.google.iam.v1.ResourcePolicyMemberProto
+ .internal_static_google_iam_v1_ResourcePolicyMember_descriptor;
+ }
+
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.google.iam.v1.ResourcePolicyMemberProto
+ .internal_static_google_iam_v1_ResourcePolicyMember_fieldAccessorTable
+ .ensureFieldAccessorsInitialized(
+ com.google.iam.v1.ResourcePolicyMember.class,
+ com.google.iam.v1.ResourcePolicyMember.Builder.class);
+ }
+
+ // Construct using com.google.iam.v1.ResourcePolicyMember.newBuilder()
+ private Builder() {}
+
+ private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ super(parent);
+ }
+
+ @java.lang.Override
+ public Builder clear() {
+ super.clear();
+ bitField0_ = 0;
+ iamPolicyNamePrincipal_ = "";
+ iamPolicyUidPrincipal_ = "";
+ return this;
+ }
+
+ @java.lang.Override
+ public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+ return com.google.iam.v1.ResourcePolicyMemberProto
+ .internal_static_google_iam_v1_ResourcePolicyMember_descriptor;
+ }
+
+ @java.lang.Override
+ public com.google.iam.v1.ResourcePolicyMember getDefaultInstanceForType() {
+ return com.google.iam.v1.ResourcePolicyMember.getDefaultInstance();
+ }
+
+ @java.lang.Override
+ public com.google.iam.v1.ResourcePolicyMember build() {
+ com.google.iam.v1.ResourcePolicyMember result = buildPartial();
+ if (!result.isInitialized()) {
+ throw newUninitializedMessageException(result);
+ }
+ return result;
+ }
+
+ @java.lang.Override
+ public com.google.iam.v1.ResourcePolicyMember buildPartial() {
+ com.google.iam.v1.ResourcePolicyMember result =
+ new com.google.iam.v1.ResourcePolicyMember(this);
+ if (bitField0_ != 0) {
+ buildPartial0(result);
+ }
+ onBuilt();
+ return result;
+ }
+
+ private void buildPartial0(com.google.iam.v1.ResourcePolicyMember result) {
+ int from_bitField0_ = bitField0_;
+ if (((from_bitField0_ & 0x00000001) != 0)) {
+ result.iamPolicyNamePrincipal_ = iamPolicyNamePrincipal_;
+ }
+ if (((from_bitField0_ & 0x00000002) != 0)) {
+ result.iamPolicyUidPrincipal_ = iamPolicyUidPrincipal_;
+ }
+ }
+
+ @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.iam.v1.ResourcePolicyMember) {
+ return mergeFrom((com.google.iam.v1.ResourcePolicyMember) other);
+ } else {
+ super.mergeFrom(other);
+ return this;
+ }
+ }
+
+ public Builder mergeFrom(com.google.iam.v1.ResourcePolicyMember other) {
+ if (other == com.google.iam.v1.ResourcePolicyMember.getDefaultInstance()) return this;
+ if (!other.getIamPolicyNamePrincipal().isEmpty()) {
+ iamPolicyNamePrincipal_ = other.iamPolicyNamePrincipal_;
+ bitField0_ |= 0x00000001;
+ onChanged();
+ }
+ if (!other.getIamPolicyUidPrincipal().isEmpty()) {
+ iamPolicyUidPrincipal_ = other.iamPolicyUidPrincipal_;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ }
+ this.mergeUnknownFields(other.getUnknownFields());
+ onChanged();
+ return this;
+ }
+
+ @java.lang.Override
+ public final boolean isInitialized() {
+ return true;
+ }
+
+ @java.lang.Override
+ public Builder mergeFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ if (extensionRegistry == null) {
+ throw new java.lang.NullPointerException();
+ }
+ try {
+ boolean done = false;
+ while (!done) {
+ int tag = input.readTag();
+ switch (tag) {
+ case 0:
+ done = true;
+ break;
+ case 10:
+ {
+ iamPolicyNamePrincipal_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 10
+ case 18:
+ {
+ iamPolicyUidPrincipal_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 18
+ default:
+ {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
+ } // switch (tag)
+ } // while (!done)
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.unwrapIOException();
+ } finally {
+ onChanged();
+ } // finally
+ return this;
+ }
+
+ private int bitField0_;
+
+ private java.lang.Object iamPolicyNamePrincipal_ = "";
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * user-assigned name (https://google.aip.dev/122). If a resource is deleted
+ * and recreated with the same name, the binding will be applicable to the new
+ * resource.
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter`
+ *
+ *
+ * string iam_policy_name_principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ *
+ * @return The iamPolicyNamePrincipal.
+ */
+ public java.lang.String getIamPolicyNamePrincipal() {
+ java.lang.Object ref = iamPolicyNamePrincipal_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ iamPolicyNamePrincipal_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * user-assigned name (https://google.aip.dev/122). If a resource is deleted
+ * and recreated with the same name, the binding will be applicable to the new
+ * resource.
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter`
+ *
+ *
+ * string iam_policy_name_principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ *
+ * @return The bytes for iamPolicyNamePrincipal.
+ */
+ public com.google.protobuf.ByteString getIamPolicyNamePrincipalBytes() {
+ java.lang.Object ref = iamPolicyNamePrincipal_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ iamPolicyNamePrincipal_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * user-assigned name (https://google.aip.dev/122). If a resource is deleted
+ * and recreated with the same name, the binding will be applicable to the new
+ * resource.
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter`
+ *
+ *
+ * string iam_policy_name_principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ *
+ * @param value The iamPolicyNamePrincipal to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIamPolicyNamePrincipal(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ iamPolicyNamePrincipal_ = value;
+ bitField0_ |= 0x00000001;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * user-assigned name (https://google.aip.dev/122). If a resource is deleted
+ * and recreated with the same name, the binding will be applicable to the new
+ * resource.
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter`
+ *
+ *
+ * string iam_policy_name_principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearIamPolicyNamePrincipal() {
+ iamPolicyNamePrincipal_ = getDefaultInstance().getIamPolicyNamePrincipal();
+ bitField0_ = (bitField0_ & ~0x00000001);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * user-assigned name (https://google.aip.dev/122). If a resource is deleted
+ * and recreated with the same name, the binding will be applicable to the new
+ * resource.
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter`
+ *
+ *
+ * string iam_policy_name_principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ *
+ * @param value The bytes for iamPolicyNamePrincipal to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIamPolicyNamePrincipalBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ iamPolicyNamePrincipal_ = value;
+ bitField0_ |= 0x00000001;
+ onChanged();
+ return this;
+ }
+
+ private java.lang.Object iamPolicyUidPrincipal_ = "";
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * system-assigned unique identifier (https://google.aip.dev/148#uid). If a
+ * resource is deleted and recreated with the same name, the binding will not
+ * be applicable to the new resource
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5`
+ *
+ *
+ * string iam_policy_uid_principal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ *
+ * @return The iamPolicyUidPrincipal.
+ */
+ public java.lang.String getIamPolicyUidPrincipal() {
+ java.lang.Object ref = iamPolicyUidPrincipal_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ iamPolicyUidPrincipal_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * system-assigned unique identifier (https://google.aip.dev/148#uid). If a
+ * resource is deleted and recreated with the same name, the binding will not
+ * be applicable to the new resource
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5`
+ *
+ *
+ * string iam_policy_uid_principal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ *
+ * @return The bytes for iamPolicyUidPrincipal.
+ */
+ public com.google.protobuf.ByteString getIamPolicyUidPrincipalBytes() {
+ java.lang.Object ref = iamPolicyUidPrincipal_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ iamPolicyUidPrincipal_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * system-assigned unique identifier (https://google.aip.dev/148#uid). If a
+ * resource is deleted and recreated with the same name, the binding will not
+ * be applicable to the new resource
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5`
+ *
+ *
+ * string iam_policy_uid_principal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ *
+ * @param value The iamPolicyUidPrincipal to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIamPolicyUidPrincipal(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ iamPolicyUidPrincipal_ = value;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * system-assigned unique identifier (https://google.aip.dev/148#uid). If a
+ * resource is deleted and recreated with the same name, the binding will not
+ * be applicable to the new resource
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5`
+ *
+ *
+ * string iam_policy_uid_principal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearIamPolicyUidPrincipal() {
+ iamPolicyUidPrincipal_ = getDefaultInstance().getIamPolicyUidPrincipal();
+ bitField0_ = (bitField0_ & ~0x00000002);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * system-assigned unique identifier (https://google.aip.dev/148#uid). If a
+ * resource is deleted and recreated with the same name, the binding will not
+ * be applicable to the new resource
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5`
+ *
+ *
+ * string iam_policy_uid_principal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ *
+ * @param value The bytes for iamPolicyUidPrincipal to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIamPolicyUidPrincipalBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ iamPolicyUidPrincipal_ = value;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ 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.iam.v1.ResourcePolicyMember)
+ }
+
+ // @@protoc_insertion_point(class_scope:google.iam.v1.ResourcePolicyMember)
+ private static final com.google.iam.v1.ResourcePolicyMember DEFAULT_INSTANCE;
+
+ static {
+ DEFAULT_INSTANCE = new com.google.iam.v1.ResourcePolicyMember();
+ }
+
+ public static com.google.iam.v1.ResourcePolicyMember getDefaultInstance() {
+ return DEFAULT_INSTANCE;
+ }
+
+ private static final com.google.protobuf.Parser PARSER =
+ new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public ResourcePolicyMember parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ Builder builder = newBuilder();
+ try {
+ builder.mergeFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(builder.buildPartial());
+ } catch (com.google.protobuf.UninitializedMessageException e) {
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
+ .setUnfinishedMessage(builder.buildPartial());
+ }
+ return builder.buildPartial();
+ }
+ };
+
+ public static com.google.protobuf.Parser parser() {
+ return PARSER;
+ }
+
+ @java.lang.Override
+ public com.google.protobuf.Parser getParserForType() {
+ return PARSER;
+ }
+
+ @java.lang.Override
+ public com.google.iam.v1.ResourcePolicyMember getDefaultInstanceForType() {
+ return DEFAULT_INSTANCE;
+ }
+}
diff --git a/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/ResourcePolicyMemberOrBuilder.java b/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/ResourcePolicyMemberOrBuilder.java
new file mode 100644
index 0000000000..b1c9e29e53
--- /dev/null
+++ b/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/ResourcePolicyMemberOrBuilder.java
@@ -0,0 +1,100 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: google/iam/v1/resource_policy_member.proto
+
+// Protobuf Java Version: 3.25.5
+package com.google.iam.v1;
+
+public interface ResourcePolicyMemberOrBuilder
+ extends
+ // @@protoc_insertion_point(interface_extends:google.iam.v1.ResourcePolicyMember)
+ com.google.protobuf.MessageOrBuilder {
+
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * user-assigned name (https://google.aip.dev/122). If a resource is deleted
+ * and recreated with the same name, the binding will be applicable to the new
+ * resource.
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter`
+ *
+ *
+ * string iam_policy_name_principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The iamPolicyNamePrincipal.
+ */
+ java.lang.String getIamPolicyNamePrincipal();
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * user-assigned name (https://google.aip.dev/122). If a resource is deleted
+ * and recreated with the same name, the binding will be applicable to the new
+ * resource.
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter`
+ *
+ *
+ * string iam_policy_name_principal = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The bytes for iamPolicyNamePrincipal.
+ */
+ com.google.protobuf.ByteString getIamPolicyNamePrincipalBytes();
+
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * system-assigned unique identifier (https://google.aip.dev/148#uid). If a
+ * resource is deleted and recreated with the same name, the binding will not
+ * be applicable to the new resource
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5`
+ *
+ *
+ * string iam_policy_uid_principal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The iamPolicyUidPrincipal.
+ */
+ java.lang.String getIamPolicyUidPrincipal();
+ /**
+ *
+ *
+ *
+ * IAM policy binding member referring to a Google Cloud resource by
+ * system-assigned unique identifier (https://google.aip.dev/148#uid). If a
+ * resource is deleted and recreated with the same name, the binding will not
+ * be applicable to the new resource
+ *
+ * Example:
+ * `principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5`
+ *
+ *
+ * string iam_policy_uid_principal = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The bytes for iamPolicyUidPrincipal.
+ */
+ com.google.protobuf.ByteString getIamPolicyUidPrincipalBytes();
+}
diff --git a/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/ResourcePolicyMemberProto.java b/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/ResourcePolicyMemberProto.java
new file mode 100644
index 0000000000..28627cdb58
--- /dev/null
+++ b/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/ResourcePolicyMemberProto.java
@@ -0,0 +1,77 @@
+/*
+ * Copyright 2024 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: google/iam/v1/resource_policy_member.proto
+
+// Protobuf Java Version: 3.25.5
+package com.google.iam.v1;
+
+public final class ResourcePolicyMemberProto {
+ private ResourcePolicyMemberProto() {}
+
+ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
+
+ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
+ registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+ }
+
+ static final com.google.protobuf.Descriptors.Descriptor
+ internal_static_google_iam_v1_ResourcePolicyMember_descriptor;
+ static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internal_static_google_iam_v1_ResourcePolicyMember_fieldAccessorTable;
+
+ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ return descriptor;
+ }
+
+ private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
+
+ static {
+ java.lang.String[] descriptorData = {
+ "\n*google/iam/v1/resource_policy_member.p"
+ + "roto\022\rgoogle.iam.v1\032\037google/api/field_be"
+ + "havior.proto\"e\n\024ResourcePolicyMember\022&\n\031"
+ + "iam_policy_name_principal\030\001 \001(\tB\003\340A\003\022%\n\030"
+ + "iam_policy_uid_principal\030\002 \001(\tB\003\340A\003B\207\001\n\021"
+ + "com.google.iam.v1B\031ResourcePolicyMemberP"
+ + "rotoP\001Z)cloud.google.com/go/iam/apiv1/ia"
+ + "mpb;iampb\252\002\023Google.Cloud.Iam.V1\312\002\023Google"
+ + "\\Cloud\\Iam\\V1b\006proto3"
+ };
+ descriptor =
+ com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+ descriptorData,
+ new com.google.protobuf.Descriptors.FileDescriptor[] {
+ com.google.api.FieldBehaviorProto.getDescriptor(),
+ });
+ internal_static_google_iam_v1_ResourcePolicyMember_descriptor =
+ getDescriptor().getMessageTypes().get(0);
+ internal_static_google_iam_v1_ResourcePolicyMember_fieldAccessorTable =
+ new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_iam_v1_ResourcePolicyMember_descriptor,
+ new java.lang.String[] {
+ "IamPolicyNamePrincipal", "IamPolicyUidPrincipal",
+ });
+ com.google.protobuf.ExtensionRegistry registry =
+ com.google.protobuf.ExtensionRegistry.newInstance();
+ registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+ com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
+ descriptor, registry);
+ com.google.api.FieldBehaviorProto.getDescriptor();
+ }
+
+ // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-iam/proto-google-iam-v1/src/main/proto/google/iam/v1/resource_policy_member.proto b/java-iam/proto-google-iam-v1/src/main/proto/google/iam/v1/resource_policy_member.proto
new file mode 100644
index 0000000000..8f9aae60d4
--- /dev/null
+++ b/java-iam/proto-google-iam-v1/src/main/proto/google/iam/v1/resource_policy_member.proto
@@ -0,0 +1,50 @@
+// Copyright 2024 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+syntax = "proto3";
+
+package google.iam.v1;
+
+import "google/api/field_behavior.proto";
+
+option csharp_namespace = "Google.Cloud.Iam.V1";
+option go_package = "cloud.google.com/go/iam/apiv1/iampb;iampb";
+option php_namespace = "Google\\Cloud\\Iam\\V1";
+option java_multiple_files = true;
+option java_outer_classname = "ResourcePolicyMemberProto";
+option java_package = "com.google.iam.v1";
+
+// Output-only policy member strings of a Google Cloud resource's built-in
+// identity.
+message ResourcePolicyMember {
+ // IAM policy binding member referring to a Google Cloud resource by
+ // user-assigned name (https://google.aip.dev/122). If a resource is deleted
+ // and recreated with the same name, the binding will be applicable to the new
+ // resource.
+ //
+ // Example:
+ // `principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter`
+ string iam_policy_name_principal = 1
+ [(google.api.field_behavior) = OUTPUT_ONLY];
+
+ // IAM policy binding member referring to a Google Cloud resource by
+ // system-assigned unique identifier (https://google.aip.dev/148#uid). If a
+ // resource is deleted and recreated with the same name, the binding will not
+ // be applicable to the new resource
+ //
+ // Example:
+ // `principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5`
+ string iam_policy_uid_principal = 2
+ [(google.api.field_behavior) = OUTPUT_ONLY];
+}
From 1e73a4a201001ef836bbec0f1ca5441491740c3e Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 12 Dec 2024 12:31:14 -0500
Subject: [PATCH 65/65] chore(main): release 2.51.0 (#3382)
:robot: I have created a release *beep* *boop*
---
2.51.0
##
[2.51.0](https://github.com/googleapis/sdk-platform-java/compare/v2.50.0...v2.51.0)
(2024-12-12)
### Features
* [iam] add ResourcePolicyMember to google/iam/v1
([b8e2859](https://github.com/googleapis/sdk-platform-java/commit/b8e28597774d778fc6b79354edbfacbbd76015af))
### Bug Fixes
* [#3381](https://github.com/googleapis/sdk-platform-java/issues/3381)
([75dcb96](https://github.com/googleapis/sdk-platform-java/commit/75dcb96b799990bec9998b420463aa782fb65661))
* graalvm missing build time class when using protobuf 4.x
([#3438](https://github.com/googleapis/sdk-platform-java/issues/3438))
([f0236cf](https://github.com/googleapis/sdk-platform-java/commit/f0236cfc102cf7ce06e1f733a4f40a50133d6b24))
* return all library names if repo-level parameter changes
([#3379](https://github.com/googleapis/sdk-platform-java/issues/3379))
([75dcb96](https://github.com/googleapis/sdk-platform-java/commit/75dcb96b799990bec9998b420463aa782fb65661)),
closes
[#3381](https://github.com/googleapis/sdk-platform-java/issues/3381)
### Dependencies
* update dependency com.fasterxml.jackson:jackson-bom to v2.18.2
([#3422](https://github.com/googleapis/sdk-platform-java/issues/3422))
([fdc3a54](https://github.com/googleapis/sdk-platform-java/commit/fdc3a5427836fcc5e9052fed736c178d7e7bdf18))
* update dependency com.google.api-client:google-api-client-bom to
v2.7.1
([#3450](https://github.com/googleapis/sdk-platform-java/issues/3450))
([35f1310](https://github.com/googleapis/sdk-platform-java/commit/35f1310cde638c89cf6680282e82f442821afe65))
* update dependency com.google.auth:google-auth-library-oauth2-http to
v1.30.0
([#3428](https://github.com/googleapis/sdk-platform-java/issues/3428))
([78cbff1](https://github.com/googleapis/sdk-platform-java/commit/78cbff1af55fb804400df5307b0df464936e0bae))
* update dependency com.google.errorprone:error_prone_annotations to
v2.36.0
([#3425](https://github.com/googleapis/sdk-platform-java/issues/3425))
([52dcc0d](https://github.com/googleapis/sdk-platform-java/commit/52dcc0d7aa525a18329a56fefe8a3b97efd6b1d3))
* update dependency com.google.errorprone:error_prone_annotations to
v2.36.0
([#3426](https://github.com/googleapis/sdk-platform-java/issues/3426))
([77dd85d](https://github.com/googleapis/sdk-platform-java/commit/77dd85d5cc7ad39d5dbbb5bab3bb17863fc8b9c9))
* update dependency dev.cel:cel to v0.8.0
([#3429](https://github.com/googleapis/sdk-platform-java/issues/3429))
([79cde20](https://github.com/googleapis/sdk-platform-java/commit/79cde2028c2ec307001c6bedd4310a78d04f379e))
* update dependency io.github.java-diff-utils:java-diff-utils to v4.15
([#3430](https://github.com/googleapis/sdk-platform-java/issues/3430))
([91fd5cb](https://github.com/googleapis/sdk-platform-java/commit/91fd5cb4aaf6ca02a0f73d664c0dbe283d13e989))
* update dependency net.bytebuddy:byte-buddy to v1.15.10
([#3298](https://github.com/googleapis/sdk-platform-java/issues/3298))
([7b503de](https://github.com/googleapis/sdk-platform-java/commit/7b503dead0c8142630a5b05142e1e8a07f7300c3))
* update dependency org.checkerframework:checker-qual to v3.48.3
([#3278](https://github.com/googleapis/sdk-platform-java/issues/3278))
([c5fd1b4](https://github.com/googleapis/sdk-platform-java/commit/c5fd1b4e201de5d042c3e0999ab74ad2a1bd6c17))
* update dependency org.easymock:easymock to v5.5.0
([#3431](https://github.com/googleapis/sdk-platform-java/issues/3431))
([3c22f5e](https://github.com/googleapis/sdk-platform-java/commit/3c22f5e8dc73d867689df3f63c97580c908dfeb5))
* update dependency packaging to v24.2
([#3432](https://github.com/googleapis/sdk-platform-java/issues/3432))
([c1e7c81](https://github.com/googleapis/sdk-platform-java/commit/c1e7c81b68e46a6a7e350cc3d857df48254e337b))
* update docker.io/library/alpine docker tag to v3.21.0
([#3433](https://github.com/googleapis/sdk-platform-java/issues/3433))
([c8318c2](https://github.com/googleapis/sdk-platform-java/commit/c8318c243857242f155d9a78b3a4ff24e31a1b7e))
* update docker.io/library/alpine:3.20.3 docker digest to 1e42bbe
([#3417](https://github.com/googleapis/sdk-platform-java/issues/3417))
([0f4ef19](https://github.com/googleapis/sdk-platform-java/commit/0f4ef19b9fa30155fa7630b7b5b95495da646043))
* update docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine docker
digest to 3bab9f2
([#3447](https://github.com/googleapis/sdk-platform-java/issues/3447))
([ccf7eac](https://github.com/googleapis/sdk-platform-java/commit/ccf7eacf19c70e1063fc4e15d6340bc0d6c6dac0))
* update docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine docker
digest to cdfb386
([#3418](https://github.com/googleapis/sdk-platform-java/issues/3418))
([2559ff8](https://github.com/googleapis/sdk-platform-java/commit/2559ff8998f1cc8f1cb279a02520ad9ee7bac776))
* update docker.io/library/python docker tag to v3.13.1
([#3434](https://github.com/googleapis/sdk-platform-java/issues/3434))
([feefd27](https://github.com/googleapis/sdk-platform-java/commit/feefd2788ac7447f2778bb971f5d752d93ef3b0e))
* update google api dependencies
([#3435](https://github.com/googleapis/sdk-platform-java/issues/3435))
([3a1e8f2](https://github.com/googleapis/sdk-platform-java/commit/3a1e8f214a28b514956a6f4ce3857fe89856c4a0))
* update google auth library dependencies to v1.30.1
([#3453](https://github.com/googleapis/sdk-platform-java/issues/3453))
([d7b7dd9](https://github.com/googleapis/sdk-platform-java/commit/d7b7dd98314de957b048c9ddb70ad3089f39fc63))
* update google http client dependencies to v1.45.2
([#3394](https://github.com/googleapis/sdk-platform-java/issues/3394))
([f8ee892](https://github.com/googleapis/sdk-platform-java/commit/f8ee89227ac6b095b186db8c81d067aa5af9bc66))
* update google http client dependencies to v1.45.3
([#3454](https://github.com/googleapis/sdk-platform-java/issues/3454))
([a112559](https://github.com/googleapis/sdk-platform-java/commit/a112559ef0ac4f70d53dcc7ba1c5eaa73b6cc3c1))
* update google.cloud.opentelemetry.version to v0.33.0
([#3436](https://github.com/googleapis/sdk-platform-java/issues/3436))
([e519626](https://github.com/googleapis/sdk-platform-java/commit/e519626e2dc538ff8291f94b699e54b37d50d6a4))
* update googleapis/java-cloud-bom digest to 93740d5
([#3280](https://github.com/googleapis/sdk-platform-java/issues/3280))
([f987db5](https://github.com/googleapis/sdk-platform-java/commit/f987db5dc8bc0f5f8bd7805a2596e13055343cc0))
* update grpc dependencies to v1.68.2
([#3420](https://github.com/googleapis/sdk-platform-java/issues/3420))
([6d0a169](https://github.com/googleapis/sdk-platform-java/commit/6d0a169065b99c00e88592c1caa608447e0fc4e8))
* update grpc dependencies to v1.69.0
([#3451](https://github.com/googleapis/sdk-platform-java/issues/3451))
([0effb37](https://github.com/googleapis/sdk-platform-java/commit/0effb371f88fd7c911861ab7aca7d67c52cc4ad0))
* update junit5 monorepo to v5.11.3
([#3310](https://github.com/googleapis/sdk-platform-java/issues/3310))
([4e33f2b](https://github.com/googleapis/sdk-platform-java/commit/4e33f2b8ff9e169e96f59683a21bb08dc086c110))
* update netty dependencies
([#3423](https://github.com/googleapis/sdk-platform-java/issues/3423))
([22ea7b5](https://github.com/googleapis/sdk-platform-java/commit/22ea7b533241660aba124062b0a5d6a5cbfcef7b))
* update opentelemetry-java monorepo to v1.44.1
([#3437](https://github.com/googleapis/sdk-platform-java/issues/3437))
([66b85da](https://github.com/googleapis/sdk-platform-java/commit/66b85da86faef954274d4208f074ca52ad4aebc4))
* update opentelemetry-java monorepo to v1.45.0
([#3439](https://github.com/googleapis/sdk-platform-java/issues/3439))
([d29475a](https://github.com/googleapis/sdk-platform-java/commit/d29475a7ad89e96026f3c710e331976902a161b7))
* update repo-automation-bots digest to 6662ddc
([#3421](https://github.com/googleapis/sdk-platform-java/issues/3421))
([dec5de0](https://github.com/googleapis/sdk-platform-java/commit/dec5de0e628ad9be6bd5fb8d768d50918c2edab7))
* update repo-automation-bots digest to 8230b4e
([#3448](https://github.com/googleapis/sdk-platform-java/issues/3448))
([e53199b](https://github.com/googleapis/sdk-platform-java/commit/e53199be9632c2f8cc6a94ba25f3aa3567d63ffa))
* update repo-automation-bots digest to ae0a72f
([#3452](https://github.com/googleapis/sdk-platform-java/issues/3452))
([331bacf](https://github.com/googleapis/sdk-platform-java/commit/331bacf1b222d9282e116c4b829140407d9b9127))
* update repo-automation-bots digest to f3fbbab
([#3419](https://github.com/googleapis/sdk-platform-java/issues/3419))
([343a029](https://github.com/googleapis/sdk-platform-java/commit/343a029a75e7e325f069e0e2aebb131d79a26901))
### Documentation
* explain default generation config in `README.md`
([#3388](https://github.com/googleapis/sdk-platform-java/issues/3388))
([2ac86de](https://github.com/googleapis/sdk-platform-java/commit/2ac86de1baf263e92cb442b970a86350d54bbca5))
* hermetic build README syntax fix
([#3391](https://github.com/googleapis/sdk-platform-java/issues/3391))
([cf32e72](https://github.com/googleapis/sdk-platform-java/commit/cf32e72d83c06d1d36e1eea01afc37bee5766455))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
---
.cloudbuild/graalvm/cloudbuild-test-a.yaml | 2 +-
.cloudbuild/graalvm/cloudbuild-test-b.yaml | 2 +-
.cloudbuild/graalvm/cloudbuild.yaml | 2 +-
...oudbuild-library-generation-push-prod.yaml | 2 +-
.../cloudbuild-library-generation-push.yaml | 2 +-
.../library_generation.Dockerfile | 2 +-
.release-please-manifest.json | 2 +-
CHANGELOG.md | 56 +++++++++++++++++++
WORKSPACE | 2 +-
api-common-java/pom.xml | 4 +-
coverage-report/pom.xml | 8 +--
gapic-generator-java-bom/pom.xml | 26 ++++-----
gapic-generator-java-pom-parent/pom.xml | 2 +-
gapic-generator-java/pom.xml | 6 +-
gax-java/README.md | 12 ++--
gax-java/dependencies.properties | 8 +--
gax-java/gax-bom/pom.xml | 20 +++----
gax-java/gax-grpc/pom.xml | 4 +-
gax-java/gax-httpjson/pom.xml | 4 +-
gax-java/gax/pom.xml | 4 +-
gax-java/pom.xml | 14 ++---
.../grpc-google-common-protos/pom.xml | 4 +-
java-common-protos/pom.xml | 10 ++--
.../proto-google-common-protos/pom.xml | 4 +-
java-core/google-cloud-core-bom/pom.xml | 10 ++--
java-core/google-cloud-core-grpc/pom.xml | 4 +-
java-core/google-cloud-core-http/pom.xml | 4 +-
java-core/google-cloud-core/pom.xml | 4 +-
java-core/pom.xml | 6 +-
java-iam/grpc-google-iam-v1/pom.xml | 4 +-
java-iam/grpc-google-iam-v2/pom.xml | 4 +-
java-iam/grpc-google-iam-v2beta/pom.xml | 4 +-
java-iam/pom.xml | 22 ++++----
java-iam/proto-google-iam-v1/pom.xml | 4 +-
java-iam/proto-google-iam-v2/pom.xml | 4 +-
java-iam/proto-google-iam-v2beta/pom.xml | 4 +-
java-shared-dependencies/README.md | 2 +-
.../dependency-convergence-check/pom.xml | 2 +-
.../first-party-dependencies/pom.xml | 10 ++--
java-shared-dependencies/pom.xml | 8 +--
.../third-party-dependencies/pom.xml | 4 +-
.../upper-bound-check/pom.xml | 4 +-
sdk-platform-java-config/pom.xml | 4 +-
showcase/pom.xml | 2 +-
versions.txt | 32 +++++------
45 files changed, 200 insertions(+), 144 deletions(-)
diff --git a/.cloudbuild/graalvm/cloudbuild-test-a.yaml b/.cloudbuild/graalvm/cloudbuild-test-a.yaml
index 2e1a5030f4..18f9f47c5b 100644
--- a/.cloudbuild/graalvm/cloudbuild-test-a.yaml
+++ b/.cloudbuild/graalvm/cloudbuild-test-a.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _SHARED_DEPENDENCIES_VERSION: '3.40.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
+ _SHARED_DEPENDENCIES_VERSION: '3.41.0' # {x-version-update:google-cloud-shared-dependencies:current}
_JAVA_SHARED_CONFIG_VERSION: '1.12.2'
options:
machineType: 'E2_HIGHCPU_8'
diff --git a/.cloudbuild/graalvm/cloudbuild-test-b.yaml b/.cloudbuild/graalvm/cloudbuild-test-b.yaml
index 65a7fa31ad..c31d6054e3 100644
--- a/.cloudbuild/graalvm/cloudbuild-test-b.yaml
+++ b/.cloudbuild/graalvm/cloudbuild-test-b.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _SHARED_DEPENDENCIES_VERSION: '3.40.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
+ _SHARED_DEPENDENCIES_VERSION: '3.41.0' # {x-version-update:google-cloud-shared-dependencies:current}
_JAVA_SHARED_CONFIG_VERSION: '1.12.2'
options:
machineType: 'E2_HIGHCPU_8'
diff --git a/.cloudbuild/graalvm/cloudbuild.yaml b/.cloudbuild/graalvm/cloudbuild.yaml
index 1f0d9278b6..e834d07f41 100644
--- a/.cloudbuild/graalvm/cloudbuild.yaml
+++ b/.cloudbuild/graalvm/cloudbuild.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _SHARED_DEPENDENCIES_VERSION: '3.40.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
+ _SHARED_DEPENDENCIES_VERSION: '3.41.0' # {x-version-update:google-cloud-shared-dependencies:current}
_JAVA_SHARED_CONFIG_VERSION: '1.12.2'
steps:
# GraalVM A build
diff --git a/.cloudbuild/library_generation/cloudbuild-library-generation-push-prod.yaml b/.cloudbuild/library_generation/cloudbuild-library-generation-push-prod.yaml
index a2e594c470..ae318d890e 100644
--- a/.cloudbuild/library_generation/cloudbuild-library-generation-push-prod.yaml
+++ b/.cloudbuild/library_generation/cloudbuild-library-generation-push-prod.yaml
@@ -15,7 +15,7 @@
timeout: 7200s # 2 hours
substitutions:
_IMAGE_NAME: "us-docker.pkg.dev/java-hermetic-build-prod/private-resources/java-library-generation"
- _GAPIC_GENERATOR_JAVA_VERSION: '2.50.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
+ _GAPIC_GENERATOR_JAVA_VERSION: '2.51.0' # {x-version-update:gapic-generator-java:current}
_SHA_IMAGE_ID: "${_IMAGE_NAME}:${COMMIT_SHA}"
_LATEST_IMAGE_ID: "${_IMAGE_NAME}:latest"
_VERSIONED_IMAGE_ID: "${_IMAGE_NAME}:${_GAPIC_GENERATOR_JAVA_VERSION}"
diff --git a/.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml b/.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml
index 4f5cc0262a..8a8a26a2dd 100644
--- a/.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml
+++ b/.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml
@@ -15,7 +15,7 @@
timeout: 7200s # 2 hours
substitutions:
_IMAGE_NAME: "gcr.io/cloud-devrel-public-resources/java-library-generation"
- _GAPIC_GENERATOR_JAVA_VERSION: '2.50.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
+ _GAPIC_GENERATOR_JAVA_VERSION: '2.51.0' # {x-version-update:gapic-generator-java:current}
_SHA_IMAGE_ID: "${_IMAGE_NAME}:${COMMIT_SHA}"
_LATEST_IMAGE_ID: "${_IMAGE_NAME}:latest"
_VERSIONED_IMAGE_ID: "${_IMAGE_NAME}:${_GAPIC_GENERATOR_JAVA_VERSION}"
diff --git a/.cloudbuild/library_generation/library_generation.Dockerfile b/.cloudbuild/library_generation/library_generation.Dockerfile
index 4145d78e4d..d7c85fc5ca 100644
--- a/.cloudbuild/library_generation/library_generation.Dockerfile
+++ b/.cloudbuild/library_generation/library_generation.Dockerfile
@@ -20,7 +20,7 @@ FROM docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine@sha256:3bab9f2cd4fa
WORKDIR /sdk-platform-java
COPY . .
# {x-version-update-start:gapic-generator-java:current}
-ENV DOCKER_GAPIC_GENERATOR_VERSION="2.50.1-SNAPSHOT"
+ENV DOCKER_GAPIC_GENERATOR_VERSION="2.51.0"
# {x-version-update-end}
RUN mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 11ee7212d7..318899b64d 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.50.0"
+ ".": "2.51.0"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bedb3aa241..776fa766f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,61 @@
# Changelog
+## [2.51.0](https://github.com/googleapis/sdk-platform-java/compare/v2.50.0...v2.51.0) (2024-12-12)
+
+
+### Features
+
+* [iam] add ResourcePolicyMember to google/iam/v1 ([b8e2859](https://github.com/googleapis/sdk-platform-java/commit/b8e28597774d778fc6b79354edbfacbbd76015af))
+
+
+### Bug Fixes
+
+* [#3381](https://github.com/googleapis/sdk-platform-java/issues/3381) ([75dcb96](https://github.com/googleapis/sdk-platform-java/commit/75dcb96b799990bec9998b420463aa782fb65661))
+* graalvm missing build time class when using protobuf 4.x ([#3438](https://github.com/googleapis/sdk-platform-java/issues/3438)) ([f0236cf](https://github.com/googleapis/sdk-platform-java/commit/f0236cfc102cf7ce06e1f733a4f40a50133d6b24))
+* return all library names if repo-level parameter changes ([#3379](https://github.com/googleapis/sdk-platform-java/issues/3379)) ([75dcb96](https://github.com/googleapis/sdk-platform-java/commit/75dcb96b799990bec9998b420463aa782fb65661)), closes [#3381](https://github.com/googleapis/sdk-platform-java/issues/3381)
+
+
+### Dependencies
+
+* update dependency com.fasterxml.jackson:jackson-bom to v2.18.2 ([#3422](https://github.com/googleapis/sdk-platform-java/issues/3422)) ([fdc3a54](https://github.com/googleapis/sdk-platform-java/commit/fdc3a5427836fcc5e9052fed736c178d7e7bdf18))
+* update dependency com.google.api-client:google-api-client-bom to v2.7.1 ([#3450](https://github.com/googleapis/sdk-platform-java/issues/3450)) ([35f1310](https://github.com/googleapis/sdk-platform-java/commit/35f1310cde638c89cf6680282e82f442821afe65))
+* update dependency com.google.auth:google-auth-library-oauth2-http to v1.30.0 ([#3428](https://github.com/googleapis/sdk-platform-java/issues/3428)) ([78cbff1](https://github.com/googleapis/sdk-platform-java/commit/78cbff1af55fb804400df5307b0df464936e0bae))
+* update dependency com.google.errorprone:error_prone_annotations to v2.36.0 ([#3425](https://github.com/googleapis/sdk-platform-java/issues/3425)) ([52dcc0d](https://github.com/googleapis/sdk-platform-java/commit/52dcc0d7aa525a18329a56fefe8a3b97efd6b1d3))
+* update dependency com.google.errorprone:error_prone_annotations to v2.36.0 ([#3426](https://github.com/googleapis/sdk-platform-java/issues/3426)) ([77dd85d](https://github.com/googleapis/sdk-platform-java/commit/77dd85d5cc7ad39d5dbbb5bab3bb17863fc8b9c9))
+* update dependency dev.cel:cel to v0.8.0 ([#3429](https://github.com/googleapis/sdk-platform-java/issues/3429)) ([79cde20](https://github.com/googleapis/sdk-platform-java/commit/79cde2028c2ec307001c6bedd4310a78d04f379e))
+* update dependency io.github.java-diff-utils:java-diff-utils to v4.15 ([#3430](https://github.com/googleapis/sdk-platform-java/issues/3430)) ([91fd5cb](https://github.com/googleapis/sdk-platform-java/commit/91fd5cb4aaf6ca02a0f73d664c0dbe283d13e989))
+* update dependency net.bytebuddy:byte-buddy to v1.15.10 ([#3298](https://github.com/googleapis/sdk-platform-java/issues/3298)) ([7b503de](https://github.com/googleapis/sdk-platform-java/commit/7b503dead0c8142630a5b05142e1e8a07f7300c3))
+* update dependency org.checkerframework:checker-qual to v3.48.3 ([#3278](https://github.com/googleapis/sdk-platform-java/issues/3278)) ([c5fd1b4](https://github.com/googleapis/sdk-platform-java/commit/c5fd1b4e201de5d042c3e0999ab74ad2a1bd6c17))
+* update dependency org.easymock:easymock to v5.5.0 ([#3431](https://github.com/googleapis/sdk-platform-java/issues/3431)) ([3c22f5e](https://github.com/googleapis/sdk-platform-java/commit/3c22f5e8dc73d867689df3f63c97580c908dfeb5))
+* update dependency packaging to v24.2 ([#3432](https://github.com/googleapis/sdk-platform-java/issues/3432)) ([c1e7c81](https://github.com/googleapis/sdk-platform-java/commit/c1e7c81b68e46a6a7e350cc3d857df48254e337b))
+* update docker.io/library/alpine docker tag to v3.21.0 ([#3433](https://github.com/googleapis/sdk-platform-java/issues/3433)) ([c8318c2](https://github.com/googleapis/sdk-platform-java/commit/c8318c243857242f155d9a78b3a4ff24e31a1b7e))
+* update docker.io/library/alpine:3.20.3 docker digest to 1e42bbe ([#3417](https://github.com/googleapis/sdk-platform-java/issues/3417)) ([0f4ef19](https://github.com/googleapis/sdk-platform-java/commit/0f4ef19b9fa30155fa7630b7b5b95495da646043))
+* update docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine docker digest to 3bab9f2 ([#3447](https://github.com/googleapis/sdk-platform-java/issues/3447)) ([ccf7eac](https://github.com/googleapis/sdk-platform-java/commit/ccf7eacf19c70e1063fc4e15d6340bc0d6c6dac0))
+* update docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine docker digest to cdfb386 ([#3418](https://github.com/googleapis/sdk-platform-java/issues/3418)) ([2559ff8](https://github.com/googleapis/sdk-platform-java/commit/2559ff8998f1cc8f1cb279a02520ad9ee7bac776))
+* update docker.io/library/python docker tag to v3.13.1 ([#3434](https://github.com/googleapis/sdk-platform-java/issues/3434)) ([feefd27](https://github.com/googleapis/sdk-platform-java/commit/feefd2788ac7447f2778bb971f5d752d93ef3b0e))
+* update google api dependencies ([#3435](https://github.com/googleapis/sdk-platform-java/issues/3435)) ([3a1e8f2](https://github.com/googleapis/sdk-platform-java/commit/3a1e8f214a28b514956a6f4ce3857fe89856c4a0))
+* update google auth library dependencies to v1.30.1 ([#3453](https://github.com/googleapis/sdk-platform-java/issues/3453)) ([d7b7dd9](https://github.com/googleapis/sdk-platform-java/commit/d7b7dd98314de957b048c9ddb70ad3089f39fc63))
+* update google http client dependencies to v1.45.2 ([#3394](https://github.com/googleapis/sdk-platform-java/issues/3394)) ([f8ee892](https://github.com/googleapis/sdk-platform-java/commit/f8ee89227ac6b095b186db8c81d067aa5af9bc66))
+* update google http client dependencies to v1.45.3 ([#3454](https://github.com/googleapis/sdk-platform-java/issues/3454)) ([a112559](https://github.com/googleapis/sdk-platform-java/commit/a112559ef0ac4f70d53dcc7ba1c5eaa73b6cc3c1))
+* update google.cloud.opentelemetry.version to v0.33.0 ([#3436](https://github.com/googleapis/sdk-platform-java/issues/3436)) ([e519626](https://github.com/googleapis/sdk-platform-java/commit/e519626e2dc538ff8291f94b699e54b37d50d6a4))
+* update googleapis/java-cloud-bom digest to 93740d5 ([#3280](https://github.com/googleapis/sdk-platform-java/issues/3280)) ([f987db5](https://github.com/googleapis/sdk-platform-java/commit/f987db5dc8bc0f5f8bd7805a2596e13055343cc0))
+* update grpc dependencies to v1.68.2 ([#3420](https://github.com/googleapis/sdk-platform-java/issues/3420)) ([6d0a169](https://github.com/googleapis/sdk-platform-java/commit/6d0a169065b99c00e88592c1caa608447e0fc4e8))
+* update grpc dependencies to v1.69.0 ([#3451](https://github.com/googleapis/sdk-platform-java/issues/3451)) ([0effb37](https://github.com/googleapis/sdk-platform-java/commit/0effb371f88fd7c911861ab7aca7d67c52cc4ad0))
+* update junit5 monorepo to v5.11.3 ([#3310](https://github.com/googleapis/sdk-platform-java/issues/3310)) ([4e33f2b](https://github.com/googleapis/sdk-platform-java/commit/4e33f2b8ff9e169e96f59683a21bb08dc086c110))
+* update netty dependencies ([#3423](https://github.com/googleapis/sdk-platform-java/issues/3423)) ([22ea7b5](https://github.com/googleapis/sdk-platform-java/commit/22ea7b533241660aba124062b0a5d6a5cbfcef7b))
+* update opentelemetry-java monorepo to v1.44.1 ([#3437](https://github.com/googleapis/sdk-platform-java/issues/3437)) ([66b85da](https://github.com/googleapis/sdk-platform-java/commit/66b85da86faef954274d4208f074ca52ad4aebc4))
+* update opentelemetry-java monorepo to v1.45.0 ([#3439](https://github.com/googleapis/sdk-platform-java/issues/3439)) ([d29475a](https://github.com/googleapis/sdk-platform-java/commit/d29475a7ad89e96026f3c710e331976902a161b7))
+* update repo-automation-bots digest to 6662ddc ([#3421](https://github.com/googleapis/sdk-platform-java/issues/3421)) ([dec5de0](https://github.com/googleapis/sdk-platform-java/commit/dec5de0e628ad9be6bd5fb8d768d50918c2edab7))
+* update repo-automation-bots digest to 8230b4e ([#3448](https://github.com/googleapis/sdk-platform-java/issues/3448)) ([e53199b](https://github.com/googleapis/sdk-platform-java/commit/e53199be9632c2f8cc6a94ba25f3aa3567d63ffa))
+* update repo-automation-bots digest to ae0a72f ([#3452](https://github.com/googleapis/sdk-platform-java/issues/3452)) ([331bacf](https://github.com/googleapis/sdk-platform-java/commit/331bacf1b222d9282e116c4b829140407d9b9127))
+* update repo-automation-bots digest to f3fbbab ([#3419](https://github.com/googleapis/sdk-platform-java/issues/3419)) ([343a029](https://github.com/googleapis/sdk-platform-java/commit/343a029a75e7e325f069e0e2aebb131d79a26901))
+
+
+### Documentation
+
+* explain default generation config in `README.md` ([#3388](https://github.com/googleapis/sdk-platform-java/issues/3388)) ([2ac86de](https://github.com/googleapis/sdk-platform-java/commit/2ac86de1baf263e92cb442b970a86350d54bbca5))
+* hermetic build README syntax fix ([#3391](https://github.com/googleapis/sdk-platform-java/issues/3391)) ([cf32e72](https://github.com/googleapis/sdk-platform-java/commit/cf32e72d83c06d1d36e1eea01afc37bee5766455))
+
## [2.50.0](https://github.com/googleapis/sdk-platform-java/compare/v2.49.0...v2.50.0) (2024-11-14)
diff --git a/WORKSPACE b/WORKSPACE
index 72bfd23dcd..da72d75ae2 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -58,7 +58,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS")
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS")
-_gapic_generator_java_version = "2.50.1-SNAPSHOT" # {x-version-update:gapic-generator-java:current}
+_gapic_generator_java_version = "2.51.0" # {x-version-update:gapic-generator-java:current}
maven_install(
artifacts = [
diff --git a/api-common-java/pom.xml b/api-common-java/pom.xml
index 4254279a93..358584c3bd 100644
--- a/api-common-java/pom.xml
+++ b/api-common-java/pom.xml
@@ -5,14 +5,14 @@
com.google.api
api-common
jar
- 2.41.1-SNAPSHOT
+ 2.42.0
API Common
Common utilities for Google APIs in Java
com.google.api
gapic-generator-java-pom-parent
- 2.50.1-SNAPSHOT
+ 2.51.0
../gapic-generator-java-pom-parent
diff --git a/coverage-report/pom.xml b/coverage-report/pom.xml
index bd9b77f978..24a33a0a17 100644
--- a/coverage-report/pom.xml
+++ b/coverage-report/pom.xml
@@ -31,22 +31,22 @@
com.google.api
gax
- 2.58.1-SNAPSHOT
+ 2.59.0
com.google.api
gax-grpc
- 2.58.1-SNAPSHOT
+ 2.59.0
com.google.api
gax-httpjson
- 2.58.1-SNAPSHOT
+ 2.59.0
com.google.api
api-common
- 2.41.1-SNAPSHOT
+ 2.42.0