google-apis-eventarc_v1 0.55.0 → 0.57.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e18e157b72f74ef163088300a5215e0ea4e3f408df2bee3d40811401f683ca6
|
4
|
+
data.tar.gz: dd08f9ca7108d5ac27ab68f6dfc835284e7c385b1b9d8ac43c36137b900c3d4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ad79e08478d4718bff144e591141a35e6c365d956da2f0e5e52b181e4130601e6ff5a63550730bfdfd0630249edf9e89b5ffbc1afdb9117f6796424624d2f76
|
7
|
+
data.tar.gz: 60903ab2fbb1d7f6740e95c8943becaab69bb9b32723549865f345fef8596dfef848d3bb59ee5b7c6ed4f4eb8aaac7ef8527b53c971fc837c4a411edb4e95f5c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-eventarc_v1
|
2
2
|
|
3
|
+
### v0.57.0 (2024-12-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241119
|
6
|
+
|
7
|
+
### v0.56.0 (2024-11-10)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241029
|
10
|
+
|
3
11
|
### v0.55.0 (2024-11-03)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20241021
|
@@ -219,6 +219,11 @@ module Google
|
|
219
219
|
# @return [String]
|
220
220
|
attr_accessor :crypto_key_name
|
221
221
|
|
222
|
+
# Optional. Resource labels.
|
223
|
+
# Corresponds to the JSON property `labels`
|
224
|
+
# @return [Hash<String,String>]
|
225
|
+
attr_accessor :labels
|
226
|
+
|
222
227
|
# Required. The resource name of the channel. Must be unique within the location
|
223
228
|
# on the project and must be in `projects/`project`/locations/`location`/
|
224
229
|
# channels/`channel_id`` format.
|
@@ -273,6 +278,7 @@ module Google
|
|
273
278
|
@activation_token = args[:activation_token] if args.key?(:activation_token)
|
274
279
|
@create_time = args[:create_time] if args.key?(:create_time)
|
275
280
|
@crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
|
281
|
+
@labels = args[:labels] if args.key?(:labels)
|
276
282
|
@name = args[:name] if args.key?(:name)
|
277
283
|
@provider = args[:provider] if args.key?(:provider)
|
278
284
|
@pubsub_topic = args[:pubsub_topic] if args.key?(:pubsub_topic)
|
@@ -308,6 +314,11 @@ module Google
|
|
308
314
|
# @return [String]
|
309
315
|
attr_accessor :create_time
|
310
316
|
|
317
|
+
# Optional. Resource labels.
|
318
|
+
# Corresponds to the JSON property `labels`
|
319
|
+
# @return [Hash<String,String>]
|
320
|
+
attr_accessor :labels
|
321
|
+
|
311
322
|
# Required. The name of the connection.
|
312
323
|
# Corresponds to the JSON property `name`
|
313
324
|
# @return [String]
|
@@ -333,6 +344,7 @@ module Google
|
|
333
344
|
@activation_token = args[:activation_token] if args.key?(:activation_token)
|
334
345
|
@channel = args[:channel] if args.key?(:channel)
|
335
346
|
@create_time = args[:create_time] if args.key?(:create_time)
|
347
|
+
@labels = args[:labels] if args.key?(:labels)
|
336
348
|
@name = args[:name] if args.key?(:name)
|
337
349
|
@uid = args[:uid] if args.key?(:uid)
|
338
350
|
@update_time = args[:update_time] if args.key?(:update_time)
|
@@ -806,7 +818,7 @@ module Google
|
|
806
818
|
# @return [Hash<String,String>]
|
807
819
|
attr_accessor :labels
|
808
820
|
|
809
|
-
# The configuration for Platform Telemetry logging for Eventarc
|
821
|
+
# The configuration for Platform Telemetry logging for Eventarc Advanced
|
810
822
|
# resources.
|
811
823
|
# Corresponds to the JSON property `loggingConfig`
|
812
824
|
# @return [Google::Apis::EventarcV1::LoggingConfig]
|
@@ -993,10 +1005,10 @@ module Google
|
|
993
1005
|
# Required. Service account email used to generate the [OAuth token](https://
|
994
1006
|
# developers.google.com/identity/protocols/OAuth2). The principal who calls this
|
995
1007
|
# API must have iam.serviceAccounts.actAs permission in the service account. See
|
996
|
-
# https://cloud.google.com/iam/docs/understanding-service-accounts
|
997
|
-
#
|
998
|
-
#
|
999
|
-
#
|
1008
|
+
# https://cloud.google.com/iam/docs/understanding-service-accounts for more
|
1009
|
+
# information. Eventarc service agents must have roles/roles/iam.
|
1010
|
+
# serviceAccountTokenCreator role to allow Pipeline to create OAuth2 tokens for
|
1011
|
+
# authenticated requests.
|
1000
1012
|
# Corresponds to the JSON property `serviceAccount`
|
1001
1013
|
# @return [String]
|
1002
1014
|
attr_accessor :service_account
|
@@ -1028,9 +1040,9 @@ module Google
|
|
1028
1040
|
# Required. Service account email used to generate the OIDC Token. The principal
|
1029
1041
|
# who calls this API must have iam.serviceAccounts.actAs permission in the
|
1030
1042
|
# service account. See https://cloud.google.com/iam/docs/understanding-service-
|
1031
|
-
# accounts
|
1032
|
-
#
|
1033
|
-
#
|
1043
|
+
# accounts for more information. Eventarc service agents must have roles/roles/
|
1044
|
+
# iam.serviceAccountTokenCreator role to allow the Pipeline to create OpenID
|
1045
|
+
# tokens for authenticated requests.
|
1034
1046
|
# Corresponds to the JSON property `serviceAccount`
|
1035
1047
|
# @return [String]
|
1036
1048
|
attr_accessor :service_account
|
@@ -1050,78 +1062,109 @@ module Google
|
|
1050
1062
|
class GoogleCloudEventarcV1PipelineDestinationHttpEndpoint
|
1051
1063
|
include Google::Apis::Core::Hashable
|
1052
1064
|
|
1053
|
-
# Optional. The CEL expression used to
|
1054
|
-
#
|
1055
|
-
#
|
1056
|
-
# the
|
1057
|
-
#
|
1058
|
-
#
|
1059
|
-
#
|
1060
|
-
#
|
1061
|
-
#
|
1062
|
-
#
|
1063
|
-
#
|
1064
|
-
#
|
1065
|
-
#
|
1066
|
-
#
|
1065
|
+
# Optional. The CEL expression used to modify how the destination-bound HTTP
|
1066
|
+
# request is constructed. If a binding expression is not specified here, the
|
1067
|
+
# message is treated as a CloudEvent and is mapped to the HTTP request according
|
1068
|
+
# to the CloudEvent HTTP Protocol Binding Binary Content Mode. In this
|
1069
|
+
# representation, all fields except the `data` and `datacontenttype` field on
|
1070
|
+
# the message are mapped to HTTP request headers with a prefix of `ce-`. To
|
1071
|
+
# construct the HTTP request payload and the value of the content-type HTTP
|
1072
|
+
# header, the payload format is defined as follows: 1) Use the
|
1073
|
+
# output_payload_format_type on the Pipeline.Destination if it is set, else: 2)
|
1074
|
+
# Use the input_payload_format_type on the Pipeline if it is set, else: 3) Treat
|
1075
|
+
# the payload as opaque binary data. The `data` field of the message is
|
1076
|
+
# converted to the payload format or left as-is for case 3) and then attached as
|
1077
|
+
# the payload of the HTTP request. The `content-type` header on the HTTP request
|
1078
|
+
# is set to the payload format type or left empty for case 3). However, if a
|
1079
|
+
# mediation has updated the `datacontenttype` field on the message so that it is
|
1080
|
+
# not the same as the payload format type but it is still a prefix of the
|
1081
|
+
# payload format type, then the `content-type` header on the HTTP request is set
|
1082
|
+
# to this `datacontenttype` value. For example, if the `datacontenttype` is "
|
1083
|
+
# application/json" and the payload format type is "application/json; charset=
|
1084
|
+
# utf-8", then the `content-type` header on the HTTP request is set to "
|
1085
|
+
# application/json; charset=utf-8". If a non-empty binding expression is
|
1086
|
+
# specified then this expression is used to modify the default CloudEvent HTTP
|
1087
|
+
# Protocol Binding Binary Content representation. The result of the CEL
|
1088
|
+
# expression must be a map of key/value pairs which is used as follows: - If a
|
1089
|
+
# map named `headers` exists on the result of the expression, then its key/value
|
1090
|
+
# pairs are directly mapped to the HTTP request headers. The headers values are
|
1091
|
+
# constructed from the corresponding value type's canonical representation. If
|
1092
|
+
# the `headers` field doesn't exist then the resulting HTTP request will be the
|
1093
|
+
# headers of the CloudEvent HTTP Binding Binary Content Mode representation of
|
1094
|
+
# the final message. Note: If the specified binding expression, has updated the `
|
1095
|
+
# datacontenttype` field on the message so that it is not the same as the
|
1096
|
+
# payload format type but it is still a prefix of the payload format type, then
|
1097
|
+
# the `content-type` header in the `headers` map is set to this `datacontenttype`
|
1098
|
+
# value. - If a field named `body` exists on the result of the expression then
|
1099
|
+
# its value is directly mapped to the body of the request. If the value of the `
|
1100
|
+
# body` field is of type bytes or string then it is used for the HTTP request
|
1101
|
+
# body as-is, with no conversion. If the body field is of any other type then it
|
1102
|
+
# is converted to a JSON string. If the body field does not exist then the
|
1103
|
+
# resulting payload of the HTTP request will be data value of the CloudEvent
|
1104
|
+
# HTTP Binding Binary Content Mode representation of the final message as
|
1105
|
+
# described earlier. - Any other fields in the resulting expression will be
|
1106
|
+
# ignored. The CEL expression may access the incoming CloudEvent message in its
|
1067
1107
|
# definition, as follows: - The `data` field of the incoming CloudEvent message
|
1068
|
-
# can be accessed using the `message.data` value.
|
1069
|
-
#
|
1070
|
-
#
|
1071
|
-
#
|
1072
|
-
# headers
|
1073
|
-
#
|
1074
|
-
# the headers
|
1075
|
-
#
|
1076
|
-
#
|
1077
|
-
#
|
1078
|
-
#
|
1079
|
-
#
|
1080
|
-
#
|
1108
|
+
# can be accessed using the `message.data` value. Subfields of `message.data`
|
1109
|
+
# may also be accessed if an input_payload_format has been specified on the
|
1110
|
+
# Pipeline. - Each attribute of the incoming CloudEvent message can be accessed
|
1111
|
+
# using the `message.` value, where is replaced with the name of the attribute. -
|
1112
|
+
# Existing headers can be accessed in the CEL expression using the `headers`
|
1113
|
+
# variable. The `headers` variable defines a map of key/value pairs
|
1114
|
+
# corresponding to the HTTP headers of the CloudEvent HTTP Binding Binary
|
1115
|
+
# Content Mode representation of the final message as described earlier. For
|
1116
|
+
# example, the following CEL expression can be used to construct an HTTP request
|
1117
|
+
# by adding an additional header to the HTTP headers of the CloudEvent HTTP
|
1118
|
+
# Binding Binary Content Mode representation of the final message and by
|
1119
|
+
# overwriting the body of the request: ``` ` "headers": headers.merge(`"new-
|
1120
|
+
# header-key": "new-header-value"`), "body": "new-body" ` ``` - The default
|
1121
|
+
# binding for the message payload can be accessed using the `body` variable. It
|
1122
|
+
# conatins a string representation of the message payload in the format
|
1123
|
+
# specified by the `output_payload_format` field. If the `input_payload_format`
|
1124
|
+
# field is not set, the `body` variable contains the same message payload bytes
|
1125
|
+
# that were published. Additionally, the following CEL extension functions are
|
1126
|
+
# provided for use in this CEL expression: - toBase64Url: map.toBase64Url() ->
|
1127
|
+
# string - Converts a CelValue to a base64url encoded string - toJsonString: map.
|
1081
1128
|
# toJsonString() -> string - Converts a CelValue to a JSON string - merge: map1.
|
1082
1129
|
# merge(map2) -> map3 - Merges the passed CEL map with the existing CEL map the
|
1083
1130
|
# function is applied to. - If the same key exists in both maps, if the key's
|
1084
1131
|
# value is type map both maps are merged else the value from the passed map is
|
1085
|
-
# used. -
|
1086
|
-
#
|
1087
|
-
#
|
1088
|
-
#
|
1089
|
-
#
|
1090
|
-
#
|
1091
|
-
#
|
1092
|
-
#
|
1093
|
-
#
|
1094
|
-
#
|
1095
|
-
#
|
1096
|
-
#
|
1097
|
-
#
|
1098
|
-
#
|
1099
|
-
# message
|
1100
|
-
#
|
1101
|
-
#
|
1102
|
-
#
|
1103
|
-
#
|
1104
|
-
#
|
1105
|
-
#
|
1106
|
-
#
|
1107
|
-
#
|
1108
|
-
#
|
1109
|
-
# is
|
1110
|
-
#
|
1111
|
-
#
|
1112
|
-
#
|
1113
|
-
#
|
1114
|
-
# content of the message will adhere to the standard CloudEvent format. If it
|
1115
|
-
# doesn’t then the outgoing message request may fail with a persistent error.
|
1132
|
+
# used. - denormalize: map.denormalize() -> map - Denormalizes a CEL map such
|
1133
|
+
# that every value of type map or key in the map is expanded to return a single
|
1134
|
+
# level map. - The resulting keys are "." separated indices of the map keys. -
|
1135
|
+
# For example: ` "a": 1, "b": ` "c": 2, "d": 3 ` "e": [4, 5] ` .denormalize() ->
|
1136
|
+
# ` "a": 1, "b.c": 2, "b.d": 3, "e.0": 4, "e.1": 5 ` - setField: map.setField(
|
1137
|
+
# key, value) -> message - Sets the field of the message with the given key to
|
1138
|
+
# the given value. - If the field is not present it will be added. - If the
|
1139
|
+
# field is present it will be overwritten. - The key can be a dot separated path
|
1140
|
+
# to set a field in a nested message. - Key must be of type string. - Value may
|
1141
|
+
# be any valid type. - removeFields: map.removeFields([key1, key2, ...]) ->
|
1142
|
+
# message - Removes the fields of the map with the given keys. - The keys can be
|
1143
|
+
# a dot separated path to remove a field in a nested message. - If a key is not
|
1144
|
+
# found it will be ignored. - Keys must be of type string. - toMap: [map1, map2,
|
1145
|
+
# ...].toMap() -> map - Converts a CEL list of CEL maps to a single CEL map -
|
1146
|
+
# toCloudEventJsonWithPayloadFormat: message.toCloudEventJsonWithPayloadFormat()
|
1147
|
+
# -> map - Converts a message to the corresponding structure of JSON format for
|
1148
|
+
# CloudEvents. - It converts `data` to destination payload format specified in `
|
1149
|
+
# output_payload_format`. If `output_payload_format` is not set, the data will
|
1150
|
+
# remain unchanged. - It also sets the corresponding datacontenttype of the
|
1151
|
+
# CloudEvent, as indicated by `output_payload_format`. If no `
|
1152
|
+
# output_payload_format` is set it will use the value of the "datacontenttype"
|
1153
|
+
# attribute on the CloudEvent if present, else remove "datacontenttype"
|
1154
|
+
# attribute. - This function expects that the content of the message will adhere
|
1155
|
+
# to the standard CloudEvent format. If it doesn't then this function will fail.
|
1156
|
+
# - The result is a CEL map that corresponds to the JSON representation of the
|
1157
|
+
# CloudEvent. To convert that data to a JSON string it can be chained with the
|
1158
|
+
# toJsonString function. The Pipeline expects that the message it receives
|
1159
|
+
# adheres to the standard CloudEvent format. If it doesn't then the outgoing
|
1160
|
+
# message request may fail with a persistent error.
|
1116
1161
|
# Corresponds to the JSON property `messageBindingTemplate`
|
1117
1162
|
# @return [String]
|
1118
1163
|
attr_accessor :message_binding_template
|
1119
1164
|
|
1120
1165
|
# Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string.
|
1121
|
-
# Examples: `
|
1122
|
-
#
|
1123
|
-
# IP addressable from the VPC specified by the network config, or an internal
|
1124
|
-
# DNS hostname of the service resolvable via Cloud DNS.
|
1166
|
+
# Examples: `https://svc.us-central1.p.local:8080/route`. Only the HTTPS
|
1167
|
+
# protocol is supported.
|
1125
1168
|
# Corresponds to the JSON property `uri`
|
1126
1169
|
# @return [String]
|
1127
1170
|
attr_accessor :uri
|
@@ -1182,7 +1225,42 @@ module Google
|
|
1182
1225
|
class GoogleCloudEventarcV1PipelineMediationTransformation
|
1183
1226
|
include Google::Apis::Core::Hashable
|
1184
1227
|
|
1185
|
-
# Optional. The template to apply to transform messages.
|
1228
|
+
# Optional. The CEL expression template to apply to transform messages. The
|
1229
|
+
# following CEL extension functions are provided for use in this CEL expression:
|
1230
|
+
# - merge: map1.merge(map2) -> map3 - Merges the passed CEL map with the
|
1231
|
+
# existing CEL map the function is applied to. - If the same key exists in both
|
1232
|
+
# maps, if the key's value is type map both maps are merged else the value from
|
1233
|
+
# the passed map is used. - denormalize: map.denormalize() -> map - Denormalizes
|
1234
|
+
# a CEL map such that every value of type map or key in the map is expanded to
|
1235
|
+
# return a single level map. - The resulting keys are "." separated indices of
|
1236
|
+
# the map keys. - For example: ` "a": 1, "b": ` "c": 2, "d": 3 ` "e": [4, 5] ` .
|
1237
|
+
# denormalize() -> ` "a": 1, "b.c": 2, "b.d": 3, "e.0": 4, "e.1": 5 ` - setField:
|
1238
|
+
# map.setField(key, value) -> message - Sets the field of the message with the
|
1239
|
+
# given key to the given value. - If the field is not present it will be added. -
|
1240
|
+
# If the field is present it will be overwritten. - The key can be a dot
|
1241
|
+
# separated path to set a field in a nested message. - Key must be of type
|
1242
|
+
# string. - Value may be any valid type. - removeFields: map.removeFields([key1,
|
1243
|
+
# key2, ...]) -> message - Removes the fields of the map with the given keys. -
|
1244
|
+
# The keys can be a dot separated path to remove a field in a nested message. -
|
1245
|
+
# If a key is not found it will be ignored. - Keys must be of type string. -
|
1246
|
+
# toMap: [map1, map2, ...].toMap() -> map - Converts a CEL list of CEL maps to a
|
1247
|
+
# single CEL map - toDestinationPayloadFormat(): message.data.
|
1248
|
+
# toDestinationPayloadFormat() -> string or bytes - Converts the message data to
|
1249
|
+
# the destination payload format specified in Pipeline.Destination.
|
1250
|
+
# output_payload_format - This function is meant to be applied to the message.
|
1251
|
+
# data field. - If the destination payload format is not set, the function will
|
1252
|
+
# return the message data unchanged. - toCloudEventJsonWithPayloadFormat:
|
1253
|
+
# message.toCloudEventJsonWithPayloadFormat() -> map - Converts a message to the
|
1254
|
+
# corresponding structure of JSON format for CloudEvents - This function applies
|
1255
|
+
# toDestinationPayloadFormat() to the message data. It also sets the
|
1256
|
+
# corresponding datacontenttype of the CloudEvent, as indicated by Pipeline.
|
1257
|
+
# Destination.output_payload_format. If no output_payload_format is set it will
|
1258
|
+
# use the existing datacontenttype on the CloudEvent if present, else leave
|
1259
|
+
# datacontenttype absent. - This function expects that the content of the
|
1260
|
+
# message will adhere to the standard CloudEvent format. If it doesn't then this
|
1261
|
+
# function will fail. - The result is a CEL map that corresponds to the JSON
|
1262
|
+
# representation of the CloudEvent. To convert that data to a JSON string it can
|
1263
|
+
# be chained with the toJsonString function.
|
1186
1264
|
# Corresponds to the JSON property `transformationTemplate`
|
1187
1265
|
# @return [String]
|
1188
1266
|
attr_accessor :transformation_template
|
@@ -1296,13 +1374,13 @@ module Google
|
|
1296
1374
|
attr_accessor :max_attempts
|
1297
1375
|
|
1298
1376
|
# Optional. The maximum amount of seconds to wait between retry attempts. The
|
1299
|
-
# value must be between
|
1377
|
+
# value must be between 1 and 600. The default value for this field is 60.
|
1300
1378
|
# Corresponds to the JSON property `maxRetryDelay`
|
1301
1379
|
# @return [String]
|
1302
1380
|
attr_accessor :max_retry_delay
|
1303
1381
|
|
1304
1382
|
# Optional. The minimum amount of seconds to wait between retry attempts. The
|
1305
|
-
# value must be between
|
1383
|
+
# value must be between 1 and 600. The default value for this field is 5.
|
1306
1384
|
# Corresponds to the JSON property `minRetryDelay`
|
1307
1385
|
# @return [String]
|
1308
1386
|
attr_accessor :min_retry_delay
|
@@ -1841,7 +1919,7 @@ module Google
|
|
1841
1919
|
end
|
1842
1920
|
end
|
1843
1921
|
|
1844
|
-
# The configuration for Platform Telemetry logging for Eventarc
|
1922
|
+
# The configuration for Platform Telemetry logging for Eventarc Advanced
|
1845
1923
|
# resources.
|
1846
1924
|
class LoggingConfig
|
1847
1925
|
include Google::Apis::Core::Hashable
|
@@ -1904,7 +1982,7 @@ module Google
|
|
1904
1982
|
# @return [Hash<String,String>]
|
1905
1983
|
attr_accessor :labels
|
1906
1984
|
|
1907
|
-
# The configuration for Platform Telemetry logging for Eventarc
|
1985
|
+
# The configuration for Platform Telemetry logging for Eventarc Advanced
|
1908
1986
|
# resources.
|
1909
1987
|
# Corresponds to the JSON property `loggingConfig`
|
1910
1988
|
# @return [Google::Apis::EventarcV1::LoggingConfig]
|
@@ -2080,7 +2158,7 @@ module Google
|
|
2080
2158
|
# @return [Hash<String,String>]
|
2081
2159
|
attr_accessor :labels
|
2082
2160
|
|
2083
|
-
# The configuration for Platform Telemetry logging for Eventarc
|
2161
|
+
# The configuration for Platform Telemetry logging for Eventarc Advanced
|
2084
2162
|
# resources.
|
2085
2163
|
# Corresponds to the JSON property `loggingConfig`
|
2086
2164
|
# @return [Google::Apis::EventarcV1::LoggingConfig]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module EventarcV1
|
18
18
|
# Version of the google-apis-eventarc_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.57.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241119"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -409,6 +409,7 @@ module Google
|
|
409
409
|
property :activation_token, as: 'activationToken'
|
410
410
|
property :create_time, as: 'createTime'
|
411
411
|
property :crypto_key_name, as: 'cryptoKeyName'
|
412
|
+
hash :labels, as: 'labels'
|
412
413
|
property :name, as: 'name'
|
413
414
|
property :provider, as: 'provider'
|
414
415
|
property :pubsub_topic, as: 'pubsubTopic'
|
@@ -425,6 +426,7 @@ module Google
|
|
425
426
|
property :activation_token, as: 'activationToken'
|
426
427
|
property :channel, as: 'channel'
|
427
428
|
property :create_time, as: 'createTime'
|
429
|
+
hash :labels, as: 'labels'
|
428
430
|
property :name, as: 'name'
|
429
431
|
property :uid, as: 'uid'
|
430
432
|
property :update_time, as: 'updateTime'
|
@@ -771,7 +771,7 @@ module Google
|
|
771
771
|
# @param [Google::Apis::EventarcV1::Enrollment] enrollment_object
|
772
772
|
# @param [String] enrollment_id
|
773
773
|
# Required. The user-provided ID to be assigned to the Enrollment. It should
|
774
|
-
# match the format
|
774
|
+
# match the format `^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$`.
|
775
775
|
# @param [Boolean] validate_only
|
776
776
|
# Optional. If set, validate the request and preview the review, but do not post
|
777
777
|
# it.
|
@@ -1101,7 +1101,7 @@ module Google
|
|
1101
1101
|
# @param [Google::Apis::EventarcV1::GoogleApiSource] google_api_source_object
|
1102
1102
|
# @param [String] google_api_source_id
|
1103
1103
|
# Required. The user-provided ID to be assigned to the GoogleApiSource. It
|
1104
|
-
# should match the format
|
1104
|
+
# should match the format `^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$`.
|
1105
1105
|
# @param [Boolean] validate_only
|
1106
1106
|
# Optional. If set, validate the request and preview the review, but do not post
|
1107
1107
|
# it.
|
@@ -1431,7 +1431,7 @@ module Google
|
|
1431
1431
|
# @param [Google::Apis::EventarcV1::MessageBus] message_bus_object
|
1432
1432
|
# @param [String] message_bus_id
|
1433
1433
|
# Required. The user-provided ID to be assigned to the MessageBus. It should
|
1434
|
-
# match the format
|
1434
|
+
# match the format `^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$`.
|
1435
1435
|
# @param [Boolean] validate_only
|
1436
1436
|
# Optional. If set, validate the request and preview the review, but do not post
|
1437
1437
|
# it.
|
@@ -1800,8 +1800,8 @@ module Google
|
|
1800
1800
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
1801
1801
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
1802
1802
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
1803
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
1804
|
-
# corresponding to `Code.CANCELLED`.
|
1803
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
1804
|
+
# , corresponding to `Code.CANCELLED`.
|
1805
1805
|
# @param [String] name
|
1806
1806
|
# The name of the operation resource to be cancelled.
|
1807
1807
|
# @param [Google::Apis::EventarcV1::GoogleLongrunningCancelOperationRequest] google_longrunning_cancel_operation_request_object
|
@@ -1943,7 +1943,8 @@ module Google
|
|
1943
1943
|
# Required. The parent collection in which to add this pipeline.
|
1944
1944
|
# @param [Google::Apis::EventarcV1::Pipeline] pipeline_object
|
1945
1945
|
# @param [String] pipeline_id
|
1946
|
-
# Required. The user-provided ID to be assigned to the Pipeline.
|
1946
|
+
# Required. The user-provided ID to be assigned to the Pipeline. It should match
|
1947
|
+
# the format `^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$`.
|
1947
1948
|
# @param [Boolean] validate_only
|
1948
1949
|
# Optional. If set, validate the request and preview the review, but do not post
|
1949
1950
|
# it.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-eventarc_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.57.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.57.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Eventarc API V1
|