google-apis-cloudfunctions_v2alpha 0.10.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d784a1f942398a16297c5104d4fbfa23c609622a653983972d2ff3ad3fc06022
|
|
4
|
+
data.tar.gz: ad6db156105c64c28bb652d1cf0102e77059f0224fee8ee4f965f51d823278cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9f82f194f9c8dba72221762e6d1644c05d2f413b1dd804dbbc999e9b2c3d9f765f4ab7d35d8408a134cbbb1b3532501d45a1b65d285e94fde961852ede52ddb
|
|
7
|
+
data.tar.gz: 5a8459ea07b93a8072b60e5e3c28840c968fbf3b468857c0b96db648b0059fe85fc644c56f638724c013a2ccf7c2ae1d4d68b06c8cfa17f67fa5cee63595db34
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Release history for google-apis-cloudfunctions_v2alpha
|
|
2
2
|
|
|
3
|
+
### v0.13.0 (2022-09-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220824
|
|
6
|
+
|
|
7
|
+
### v0.12.0 (2022-08-12)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20220805
|
|
10
|
+
|
|
11
|
+
### v0.11.0 (2022-07-16)
|
|
12
|
+
|
|
13
|
+
* Regenerated from discovery document revision 20220707
|
|
14
|
+
* Regenerated using generator version 0.9.0
|
|
15
|
+
|
|
3
16
|
### v0.10.0 (2022-07-02)
|
|
4
17
|
|
|
5
18
|
* Regenerated from discovery document revision 20220622
|
|
@@ -120,28 +120,33 @@ module Google
|
|
|
120
120
|
# members` can have the following values: * `allUsers`: A special identifier
|
|
121
121
|
# that represents anyone who is on the internet; with or without a Google
|
|
122
122
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
|
123
|
-
# anyone who is authenticated with a Google account or a service account.
|
|
124
|
-
#
|
|
125
|
-
#
|
|
126
|
-
#
|
|
127
|
-
#
|
|
128
|
-
#
|
|
129
|
-
# `
|
|
130
|
-
#
|
|
131
|
-
#
|
|
132
|
-
#
|
|
133
|
-
#
|
|
134
|
-
#
|
|
135
|
-
# example, `
|
|
136
|
-
# If the
|
|
137
|
-
# emailid`` and the
|
|
138
|
-
# `deleted:
|
|
139
|
-
# identifier) representing a
|
|
140
|
-
# example, `
|
|
141
|
-
#
|
|
142
|
-
#
|
|
143
|
-
#
|
|
144
|
-
#
|
|
123
|
+
# anyone who is authenticated with a Google account or a service account. Does
|
|
124
|
+
# not include identities that come from external identity providers (IdPs)
|
|
125
|
+
# through identity federation. * `user:`emailid``: An email address that
|
|
126
|
+
# represents a specific Google account. For example, `alice@example.com` . * `
|
|
127
|
+
# serviceAccount:`emailid``: An email address that represents a Google service
|
|
128
|
+
# account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
|
|
129
|
+
# serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
|
|
130
|
+
# identifier for a [Kubernetes service account](https://cloud.google.com/
|
|
131
|
+
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
|
132
|
+
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
|
133
|
+
# email address that represents a Google group. For example, `admins@example.com`
|
|
134
|
+
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
|
135
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
|
136
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
|
137
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
|
138
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
|
139
|
+
# address (plus unique identifier) representing a service account that has been
|
|
140
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
|
141
|
+
# 123456789012345678901`. If the service account is undeleted, this value
|
|
142
|
+
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
|
143
|
+
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
|
144
|
+
# An email address (plus unique identifier) representing a Google group that has
|
|
145
|
+
# been recently deleted. For example, `admins@example.com?uid=
|
|
146
|
+
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
|
147
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
|
148
|
+
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
|
149
|
+
# of that domain. For example, `google.com` or `example.com`.
|
|
145
150
|
# Corresponds to the JSON property `members`
|
|
146
151
|
# @return [Array<String>]
|
|
147
152
|
attr_accessor :members
|
|
@@ -563,6 +568,156 @@ module Google
|
|
|
563
568
|
end
|
|
564
569
|
end
|
|
565
570
|
|
|
571
|
+
# Represents the metadata of the long-running operation.
|
|
572
|
+
class GoogleCloudFunctionsV2OperationMetadata
|
|
573
|
+
include Google::Apis::Core::Hashable
|
|
574
|
+
|
|
575
|
+
# API version used to start the operation.
|
|
576
|
+
# Corresponds to the JSON property `apiVersion`
|
|
577
|
+
# @return [String]
|
|
578
|
+
attr_accessor :api_version
|
|
579
|
+
|
|
580
|
+
# Identifies whether the user has requested cancellation of the operation.
|
|
581
|
+
# Operations that have successfully been cancelled have Operation.error value
|
|
582
|
+
# with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
|
|
583
|
+
# Corresponds to the JSON property `cancelRequested`
|
|
584
|
+
# @return [Boolean]
|
|
585
|
+
attr_accessor :cancel_requested
|
|
586
|
+
alias_method :cancel_requested?, :cancel_requested
|
|
587
|
+
|
|
588
|
+
# The time the operation was created.
|
|
589
|
+
# Corresponds to the JSON property `createTime`
|
|
590
|
+
# @return [String]
|
|
591
|
+
attr_accessor :create_time
|
|
592
|
+
|
|
593
|
+
# The time the operation finished running.
|
|
594
|
+
# Corresponds to the JSON property `endTime`
|
|
595
|
+
# @return [String]
|
|
596
|
+
attr_accessor :end_time
|
|
597
|
+
|
|
598
|
+
# The original request that started the operation.
|
|
599
|
+
# Corresponds to the JSON property `requestResource`
|
|
600
|
+
# @return [Hash<String,Object>]
|
|
601
|
+
attr_accessor :request_resource
|
|
602
|
+
|
|
603
|
+
# Mechanism for reporting in-progress stages
|
|
604
|
+
# Corresponds to the JSON property `stages`
|
|
605
|
+
# @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage>]
|
|
606
|
+
attr_accessor :stages
|
|
607
|
+
|
|
608
|
+
# Human-readable status of the operation, if any.
|
|
609
|
+
# Corresponds to the JSON property `statusDetail`
|
|
610
|
+
# @return [String]
|
|
611
|
+
attr_accessor :status_detail
|
|
612
|
+
|
|
613
|
+
# Server-defined resource path for the target of the operation.
|
|
614
|
+
# Corresponds to the JSON property `target`
|
|
615
|
+
# @return [String]
|
|
616
|
+
attr_accessor :target
|
|
617
|
+
|
|
618
|
+
# Name of the verb executed by the operation.
|
|
619
|
+
# Corresponds to the JSON property `verb`
|
|
620
|
+
# @return [String]
|
|
621
|
+
attr_accessor :verb
|
|
622
|
+
|
|
623
|
+
def initialize(**args)
|
|
624
|
+
update!(**args)
|
|
625
|
+
end
|
|
626
|
+
|
|
627
|
+
# Update properties of this object
|
|
628
|
+
def update!(**args)
|
|
629
|
+
@api_version = args[:api_version] if args.key?(:api_version)
|
|
630
|
+
@cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
|
|
631
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
632
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
|
633
|
+
@request_resource = args[:request_resource] if args.key?(:request_resource)
|
|
634
|
+
@stages = args[:stages] if args.key?(:stages)
|
|
635
|
+
@status_detail = args[:status_detail] if args.key?(:status_detail)
|
|
636
|
+
@target = args[:target] if args.key?(:target)
|
|
637
|
+
@verb = args[:verb] if args.key?(:verb)
|
|
638
|
+
end
|
|
639
|
+
end
|
|
640
|
+
|
|
641
|
+
# Each Stage of the deployment process
|
|
642
|
+
class GoogleCloudFunctionsV2Stage
|
|
643
|
+
include Google::Apis::Core::Hashable
|
|
644
|
+
|
|
645
|
+
# Message describing the Stage
|
|
646
|
+
# Corresponds to the JSON property `message`
|
|
647
|
+
# @return [String]
|
|
648
|
+
attr_accessor :message
|
|
649
|
+
|
|
650
|
+
# Name of the Stage. This will be unique for each Stage.
|
|
651
|
+
# Corresponds to the JSON property `name`
|
|
652
|
+
# @return [String]
|
|
653
|
+
attr_accessor :name
|
|
654
|
+
|
|
655
|
+
# Resource of the Stage
|
|
656
|
+
# Corresponds to the JSON property `resource`
|
|
657
|
+
# @return [String]
|
|
658
|
+
attr_accessor :resource
|
|
659
|
+
|
|
660
|
+
# Link to the current Stage resource
|
|
661
|
+
# Corresponds to the JSON property `resourceUri`
|
|
662
|
+
# @return [String]
|
|
663
|
+
attr_accessor :resource_uri
|
|
664
|
+
|
|
665
|
+
# Current state of the Stage
|
|
666
|
+
# Corresponds to the JSON property `state`
|
|
667
|
+
# @return [String]
|
|
668
|
+
attr_accessor :state
|
|
669
|
+
|
|
670
|
+
# State messages from the current Stage.
|
|
671
|
+
# Corresponds to the JSON property `stateMessages`
|
|
672
|
+
# @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2StateMessage>]
|
|
673
|
+
attr_accessor :state_messages
|
|
674
|
+
|
|
675
|
+
def initialize(**args)
|
|
676
|
+
update!(**args)
|
|
677
|
+
end
|
|
678
|
+
|
|
679
|
+
# Update properties of this object
|
|
680
|
+
def update!(**args)
|
|
681
|
+
@message = args[:message] if args.key?(:message)
|
|
682
|
+
@name = args[:name] if args.key?(:name)
|
|
683
|
+
@resource = args[:resource] if args.key?(:resource)
|
|
684
|
+
@resource_uri = args[:resource_uri] if args.key?(:resource_uri)
|
|
685
|
+
@state = args[:state] if args.key?(:state)
|
|
686
|
+
@state_messages = args[:state_messages] if args.key?(:state_messages)
|
|
687
|
+
end
|
|
688
|
+
end
|
|
689
|
+
|
|
690
|
+
# Informational messages about the state of the Cloud Function or Operation.
|
|
691
|
+
class GoogleCloudFunctionsV2StateMessage
|
|
692
|
+
include Google::Apis::Core::Hashable
|
|
693
|
+
|
|
694
|
+
# The message.
|
|
695
|
+
# Corresponds to the JSON property `message`
|
|
696
|
+
# @return [String]
|
|
697
|
+
attr_accessor :message
|
|
698
|
+
|
|
699
|
+
# Severity of the state message.
|
|
700
|
+
# Corresponds to the JSON property `severity`
|
|
701
|
+
# @return [String]
|
|
702
|
+
attr_accessor :severity
|
|
703
|
+
|
|
704
|
+
# One-word CamelCase type of the state message.
|
|
705
|
+
# Corresponds to the JSON property `type`
|
|
706
|
+
# @return [String]
|
|
707
|
+
attr_accessor :type
|
|
708
|
+
|
|
709
|
+
def initialize(**args)
|
|
710
|
+
update!(**args)
|
|
711
|
+
end
|
|
712
|
+
|
|
713
|
+
# Update properties of this object
|
|
714
|
+
def update!(**args)
|
|
715
|
+
@message = args[:message] if args.key?(:message)
|
|
716
|
+
@severity = args[:severity] if args.key?(:severity)
|
|
717
|
+
@type = args[:type] if args.key?(:type)
|
|
718
|
+
end
|
|
719
|
+
end
|
|
720
|
+
|
|
566
721
|
# Represents the metadata of the long-running operation.
|
|
567
722
|
class GoogleCloudFunctionsV2alphaOperationMetadata
|
|
568
723
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudfunctionsV2alpha
|
|
18
18
|
# Version of the google-apis-cloudfunctions_v2alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.13.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220824"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -94,6 +94,24 @@ module Google
|
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
|
95
95
|
end
|
|
96
96
|
|
|
97
|
+
class GoogleCloudFunctionsV2OperationMetadata
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class GoogleCloudFunctionsV2Stage
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
class GoogleCloudFunctionsV2StateMessage
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
97
115
|
class GoogleCloudFunctionsV2alphaOperationMetadata
|
|
98
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
117
|
|
|
@@ -381,6 +399,44 @@ module Google
|
|
|
381
399
|
end
|
|
382
400
|
end
|
|
383
401
|
|
|
402
|
+
class GoogleCloudFunctionsV2OperationMetadata
|
|
403
|
+
# @private
|
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
405
|
+
property :api_version, as: 'apiVersion'
|
|
406
|
+
property :cancel_requested, as: 'cancelRequested'
|
|
407
|
+
property :create_time, as: 'createTime'
|
|
408
|
+
property :end_time, as: 'endTime'
|
|
409
|
+
hash :request_resource, as: 'requestResource'
|
|
410
|
+
collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage::Representation
|
|
411
|
+
|
|
412
|
+
property :status_detail, as: 'statusDetail'
|
|
413
|
+
property :target, as: 'target'
|
|
414
|
+
property :verb, as: 'verb'
|
|
415
|
+
end
|
|
416
|
+
end
|
|
417
|
+
|
|
418
|
+
class GoogleCloudFunctionsV2Stage
|
|
419
|
+
# @private
|
|
420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
421
|
+
property :message, as: 'message'
|
|
422
|
+
property :name, as: 'name'
|
|
423
|
+
property :resource, as: 'resource'
|
|
424
|
+
property :resource_uri, as: 'resourceUri'
|
|
425
|
+
property :state, as: 'state'
|
|
426
|
+
collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2StateMessage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2StateMessage::Representation
|
|
427
|
+
|
|
428
|
+
end
|
|
429
|
+
end
|
|
430
|
+
|
|
431
|
+
class GoogleCloudFunctionsV2StateMessage
|
|
432
|
+
# @private
|
|
433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
434
|
+
property :message, as: 'message'
|
|
435
|
+
property :severity, as: 'severity'
|
|
436
|
+
property :type, as: 'type'
|
|
437
|
+
end
|
|
438
|
+
end
|
|
439
|
+
|
|
384
440
|
class GoogleCloudFunctionsV2alphaOperationMetadata
|
|
385
441
|
# @private
|
|
386
442
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudfunctions_v2alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.13.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: 2022-
|
|
11
|
+
date: 2022-09-05 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-cloudfunctions_v2alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.13.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|