google-apis-saasservicemgmt_v1 0.5.0 → 0.6.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: d5408ef07ca8fc88e07fbebceedcc4eb9d5c900bff29e17013e3af4abcd70a85
4
- data.tar.gz: 52175c53a0179dd21ae99b638251ae8fb685167c31eb8435572b345d77912d0a
3
+ metadata.gz: 7c7f5acafc3b566575dfc6d1bdd1867881316ff6a55f2277cb127ceac3006c01
4
+ data.tar.gz: 1717500b8e389b12d46c2b4ea7a1e55596afadace5690f35faf0191fe7d064e5
5
5
  SHA512:
6
- metadata.gz: c5f08d4d6d8dbd65f7810fef04062e51b71a5145cb911dbbbbdd8d69b28faa0f0eea03cdfd0154dcea1f2fcaa3d08db6a4665e09ea51431d4db28e2c29a2304e
7
- data.tar.gz: 439d822342d5a514974c4d7616d68283adec776183cad6744b40c3f02b57fc15dfa015dc05608d2da30d0ff9806b02fa5cdd0b72f40ecc2d887f7e7dad394fd1
6
+ metadata.gz: 48a3701ba90b03eff480222be9734407bcb62c4ab8216de5215881731170475e69c0e68bc609a59892696e90fa8d0f2e301de0410da466f4b50e91db0b5d310a
7
+ data.tar.gz: fb70c0cbb220873377cb3fe2c23f8a24e9ad055b3cdd79521e33b622087935e19fa1f1e4b7d7e9a7ad34820dc809bfb41ca926e05534c568fdf55532fd026b38
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-saasservicemgmt_v1
2
2
 
3
+ ### v0.6.0 (2026-06-21)
4
+
5
+ * Regenerated from discovery document revision 20260610
6
+
3
7
  ### v0.5.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260603
@@ -438,38 +438,6 @@ module Google
438
438
  end
439
439
  end
440
440
 
441
- # The response structure for the ListSaasReleases method.
442
- class ListSaasReleasesResponse
443
- include Google::Apis::Core::Hashable
444
-
445
- # If present, the next page token can be provided to a subsequent
446
- # ListSaasReleases call to list the next page. If empty, there are no more pages.
447
- # Corresponds to the JSON property `nextPageToken`
448
- # @return [String]
449
- attr_accessor :next_page_token
450
-
451
- # The resulting saas releases.
452
- # Corresponds to the JSON property `saasReleases`
453
- # @return [Array<Google::Apis::SaasservicemgmtV1::SaasRelease>]
454
- attr_accessor :saas_releases
455
-
456
- # Locations that could not be reached.
457
- # Corresponds to the JSON property `unreachable`
458
- # @return [Array<String>]
459
- attr_accessor :unreachable
460
-
461
- def initialize(**args)
462
- update!(**args)
463
- end
464
-
465
- # Update properties of this object
466
- def update!(**args)
467
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
468
- @saas_releases = args[:saas_releases] if args.key?(:saas_releases)
469
- @unreachable = args[:unreachable] if args.key?(:unreachable)
470
- end
471
- end
472
-
473
441
  # The response structure for the ListSaas method.
474
442
  class ListSaasResponse
475
443
  include Google::Apis::Core::Hashable
@@ -534,71 +502,6 @@ module Google
534
502
  end
535
503
  end
536
504
 
537
- # The response structure for the ListUnitGroupOperations method.
538
- class ListUnitGroupOperationsResponse
539
- include Google::Apis::Core::Hashable
540
-
541
- # If present, the next page token can be provided to a subsequent
542
- # ListUnitGroupOperations call to list the next page. If empty, there are no
543
- # more pages.
544
- # Corresponds to the JSON property `nextPageToken`
545
- # @return [String]
546
- attr_accessor :next_page_token
547
-
548
- # The resulting unit group operations.
549
- # Corresponds to the JSON property `unitGroupOperations`
550
- # @return [Array<Google::Apis::SaasservicemgmtV1::UnitGroupOperation>]
551
- attr_accessor :unit_group_operations
552
-
553
- # Locations that could not be reached.
554
- # Corresponds to the JSON property `unreachable`
555
- # @return [Array<String>]
556
- attr_accessor :unreachable
557
-
558
- def initialize(**args)
559
- update!(**args)
560
- end
561
-
562
- # Update properties of this object
563
- def update!(**args)
564
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
565
- @unit_group_operations = args[:unit_group_operations] if args.key?(:unit_group_operations)
566
- @unreachable = args[:unreachable] if args.key?(:unreachable)
567
- end
568
- end
569
-
570
- # The response structure for the ListUnitGroups method.
571
- class ListUnitGroupsResponse
572
- include Google::Apis::Core::Hashable
573
-
574
- # If present, the next page token can be provided to a subsequent ListUnitGroups
575
- # call to list the next page. If empty, there are no more pages.
576
- # Corresponds to the JSON property `nextPageToken`
577
- # @return [String]
578
- attr_accessor :next_page_token
579
-
580
- # The resulting unit groups.
581
- # Corresponds to the JSON property `unitGroups`
582
- # @return [Array<Google::Apis::SaasservicemgmtV1::UnitGroup>]
583
- attr_accessor :unit_groups
584
-
585
- # Locations that could not be reached.
586
- # Corresponds to the JSON property `unreachable`
587
- # @return [Array<String>]
588
- attr_accessor :unreachable
589
-
590
- def initialize(**args)
591
- update!(**args)
592
- end
593
-
594
- # Update properties of this object
595
- def update!(**args)
596
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
597
- @unit_groups = args[:unit_groups] if args.key?(:unit_groups)
598
- @unreachable = args[:unreachable] if args.key?(:unreachable)
599
- end
600
- end
601
-
602
505
  # The response structure for the ListUnitKinds method.
603
506
  class ListUnitKindsResponse
604
507
  include Google::Apis::Core::Hashable
@@ -1126,7 +1029,7 @@ module Google
1126
1029
  end
1127
1030
 
1128
1031
  # An object that describes various settings of Rollout execution. Includes built-
1129
- # in policies across GCP and GDC, and customizable policies.
1032
+ # in and customizable policies.
1130
1033
  class RolloutKind
1131
1034
  include Google::Apis::Core::Hashable
1132
1035
 
@@ -1441,77 +1344,6 @@ module Google
1441
1344
  end
1442
1345
  end
1443
1346
 
1444
- # SaasRelease is a collection of Releases that are assigned to a UnitGroup. It
1445
- # allows provisioning and updates of UnitGroup, which contains multiple Units of
1446
- # different UnitKinds.
1447
- class SaasRelease
1448
- include Google::Apis::Core::Hashable
1449
-
1450
- # Optional. Annotations is an unstructured key-value map stored with a resource
1451
- # that may be set by external tools to store and retrieve arbitrary metadata.
1452
- # They are not queryable and should be preserved when modifying objects. More
1453
- # info: https://kubernetes.io/docs/user-guide/annotations
1454
- # Corresponds to the JSON property `annotations`
1455
- # @return [Hash<String,String>]
1456
- attr_accessor :annotations
1457
-
1458
- # Output only. The timestamp when the resource was created.
1459
- # Corresponds to the JSON property `createTime`
1460
- # @return [String]
1461
- attr_accessor :create_time
1462
-
1463
- # Output only. An opaque value that uniquely identifies a version or generation
1464
- # of a resource. It can be used to confirm that the client and server agree on
1465
- # the ordering of a resource being written.
1466
- # Corresponds to the JSON property `etag`
1467
- # @return [String]
1468
- attr_accessor :etag
1469
-
1470
- # Optional. The labels on the resource, which can be used for categorization.
1471
- # similar to Kubernetes resource labels.
1472
- # Corresponds to the JSON property `labels`
1473
- # @return [Hash<String,String>]
1474
- attr_accessor :labels
1475
-
1476
- # Identifier. The resource name (full URI of the resource) following the
1477
- # standard naming scheme: "projects/`project`/locations/`location`/saasReleases/`
1478
- # saasRelease`"
1479
- # Corresponds to the JSON property `name`
1480
- # @return [String]
1481
- attr_accessor :name
1482
-
1483
- # Output only. The unique identifier of the resource. UID is unique in the time
1484
- # and space for this resource within the scope of the service. It is typically
1485
- # generated by the server on successful creation of a resource and must not be
1486
- # changed. UID is used to uniquely identify resources with resource name reuses.
1487
- # This should be a UUID4.
1488
- # Corresponds to the JSON property `uid`
1489
- # @return [String]
1490
- attr_accessor :uid
1491
-
1492
- # Output only. The timestamp when the resource was last updated. Any change to
1493
- # the resource made by users must refresh this value. Changes to a resource made
1494
- # by the service should refresh this value.
1495
- # Corresponds to the JSON property `updateTime`
1496
- # @return [String]
1497
- attr_accessor :update_time
1498
-
1499
- def initialize(**args)
1500
- update!(**args)
1501
- end
1502
-
1503
- # Update properties of this object
1504
- def update!(**args)
1505
- @annotations = args[:annotations] if args.key?(:annotations)
1506
- @create_time = args[:create_time] if args.key?(:create_time)
1507
- @etag = args[:etag] if args.key?(:etag)
1508
- @labels = args[:labels] if args.key?(:labels)
1509
- @name = args[:name] if args.key?(:name)
1510
- @uid = args[:uid] if args.key?(:uid)
1511
- @update_time = args[:update_time] if args.key?(:update_time)
1512
- end
1513
- end
1514
-
1515
1347
  # A time specification to schedule the maintenance.
1516
1348
  class Schedule
1517
1349
  include Google::Apis::Core::Hashable
@@ -1852,11 +1684,6 @@ module Google
1852
1684
  # @return [String]
1853
1685
  attr_accessor :uid
1854
1686
 
1855
- # Optional. Output only. Reference to the UnitGroup this unit belongs to.
1856
- # Corresponds to the JSON property `unitGroup`
1857
- # @return [String]
1858
- attr_accessor :unit_group
1859
-
1860
1687
  # Optional. Reference to the UnitKind this Unit belongs to. Immutable once set.
1861
1688
  # Corresponds to the JSON property `unitKind`
1862
1689
  # @return [String]
@@ -1899,7 +1726,6 @@ module Google
1899
1726
  @system_managed_state = args[:system_managed_state] if args.key?(:system_managed_state)
1900
1727
  @tenant = args[:tenant] if args.key?(:tenant)
1901
1728
  @uid = args[:uid] if args.key?(:uid)
1902
- @unit_group = args[:unit_group] if args.key?(:unit_group)
1903
1729
  @unit_kind = args[:unit_kind] if args.key?(:unit_kind)
1904
1730
  @update_time = args[:update_time] if args.key?(:update_time)
1905
1731
  end
@@ -1974,146 +1800,6 @@ module Google
1974
1800
  end
1975
1801
  end
1976
1802
 
1977
- # UnitGroup represents a set of Units to be used by a Tenant. In pooling
1978
- # scenarios, the UnitGroup may be created and provisioned before the Tenant is
1979
- # created.
1980
- class UnitGroup
1981
- include Google::Apis::Core::Hashable
1982
-
1983
- # Optional. Annotations is an unstructured key-value map stored with a resource
1984
- # that may be set by external tools to store and retrieve arbitrary metadata.
1985
- # They are not queryable and should be preserved when modifying objects. More
1986
- # info: https://kubernetes.io/docs/user-guide/annotations
1987
- # Corresponds to the JSON property `annotations`
1988
- # @return [Hash<String,String>]
1989
- attr_accessor :annotations
1990
-
1991
- # Output only. The timestamp when the resource was created.
1992
- # Corresponds to the JSON property `createTime`
1993
- # @return [String]
1994
- attr_accessor :create_time
1995
-
1996
- # Output only. An opaque value that uniquely identifies a version or generation
1997
- # of a resource. It can be used to confirm that the client and server agree on
1998
- # the ordering of a resource being written.
1999
- # Corresponds to the JSON property `etag`
2000
- # @return [String]
2001
- attr_accessor :etag
2002
-
2003
- # Optional. The labels on the resource, which can be used for categorization.
2004
- # similar to Kubernetes resource labels.
2005
- # Corresponds to the JSON property `labels`
2006
- # @return [Hash<String,String>]
2007
- attr_accessor :labels
2008
-
2009
- # Identifier. The resource name (full URI of the resource) following the
2010
- # standard naming scheme: "projects/`project`/locations/`location`/unitGroups/`
2011
- # unitGroup`"
2012
- # Corresponds to the JSON property `name`
2013
- # @return [String]
2014
- attr_accessor :name
2015
-
2016
- # Output only. The unique identifier of the resource. UID is unique in the time
2017
- # and space for this resource within the scope of the service. It is typically
2018
- # generated by the server on successful creation of a resource and must not be
2019
- # changed. UID is used to uniquely identify resources with resource name reuses.
2020
- # This should be a UUID4.
2021
- # Corresponds to the JSON property `uid`
2022
- # @return [String]
2023
- attr_accessor :uid
2024
-
2025
- # Output only. The timestamp when the resource was last updated. Any change to
2026
- # the resource made by users must refresh this value. Changes to a resource made
2027
- # by the service should refresh this value.
2028
- # Corresponds to the JSON property `updateTime`
2029
- # @return [String]
2030
- attr_accessor :update_time
2031
-
2032
- def initialize(**args)
2033
- update!(**args)
2034
- end
2035
-
2036
- # Update properties of this object
2037
- def update!(**args)
2038
- @annotations = args[:annotations] if args.key?(:annotations)
2039
- @create_time = args[:create_time] if args.key?(:create_time)
2040
- @etag = args[:etag] if args.key?(:etag)
2041
- @labels = args[:labels] if args.key?(:labels)
2042
- @name = args[:name] if args.key?(:name)
2043
- @uid = args[:uid] if args.key?(:uid)
2044
- @update_time = args[:update_time] if args.key?(:update_time)
2045
- end
2046
- end
2047
-
2048
- # UnitGroupOperation represents an operation on a UnitGroup.
2049
- class UnitGroupOperation
2050
- include Google::Apis::Core::Hashable
2051
-
2052
- # Optional. Annotations is an unstructured key-value map stored with a resource
2053
- # that may be set by external tools to store and retrieve arbitrary metadata.
2054
- # They are not queryable and should be preserved when modifying objects. More
2055
- # info: https://kubernetes.io/docs/user-guide/annotations
2056
- # Corresponds to the JSON property `annotations`
2057
- # @return [Hash<String,String>]
2058
- attr_accessor :annotations
2059
-
2060
- # Output only. The timestamp when the resource was created.
2061
- # Corresponds to the JSON property `createTime`
2062
- # @return [String]
2063
- attr_accessor :create_time
2064
-
2065
- # Output only. An opaque value that uniquely identifies a version or generation
2066
- # of a resource. It can be used to confirm that the client and server agree on
2067
- # the ordering of a resource being written.
2068
- # Corresponds to the JSON property `etag`
2069
- # @return [String]
2070
- attr_accessor :etag
2071
-
2072
- # Optional. The labels on the resource, which can be used for categorization.
2073
- # similar to Kubernetes resource labels.
2074
- # Corresponds to the JSON property `labels`
2075
- # @return [Hash<String,String>]
2076
- attr_accessor :labels
2077
-
2078
- # Identifier. The resource name (full URI of the resource) following the
2079
- # standard naming scheme: "projects/`project`/locations/`location`/
2080
- # unitGroupOperations/`unitGroupOperation`"
2081
- # Corresponds to the JSON property `name`
2082
- # @return [String]
2083
- attr_accessor :name
2084
-
2085
- # Output only. The unique identifier of the resource. UID is unique in the time
2086
- # and space for this resource within the scope of the service. It is typically
2087
- # generated by the server on successful creation of a resource and must not be
2088
- # changed. UID is used to uniquely identify resources with resource name reuses.
2089
- # This should be a UUID4.
2090
- # Corresponds to the JSON property `uid`
2091
- # @return [String]
2092
- attr_accessor :uid
2093
-
2094
- # Output only. The timestamp when the resource was last updated. Any change to
2095
- # the resource made by users must refresh this value. Changes to a resource made
2096
- # by the service should refresh this value.
2097
- # Corresponds to the JSON property `updateTime`
2098
- # @return [String]
2099
- attr_accessor :update_time
2100
-
2101
- def initialize(**args)
2102
- update!(**args)
2103
- end
2104
-
2105
- # Update properties of this object
2106
- def update!(**args)
2107
- @annotations = args[:annotations] if args.key?(:annotations)
2108
- @create_time = args[:create_time] if args.key?(:create_time)
2109
- @etag = args[:etag] if args.key?(:etag)
2110
- @labels = args[:labels] if args.key?(:labels)
2111
- @name = args[:name] if args.key?(:name)
2112
- @uid = args[:uid] if args.key?(:uid)
2113
- @update_time = args[:update_time] if args.key?(:update_time)
2114
- end
2115
- end
2116
-
2117
1803
  # Definition of a Unit. Units belonging to the same UnitKind are managed
2118
1804
  # together; for example they follow the same release model (blueprints, versions
2119
1805
  # etc.) and are typically rolled out together.
@@ -2166,8 +1852,8 @@ module Google
2166
1852
  attr_accessor :etag
2167
1853
 
2168
1854
  # Optional. List of inputVariables for this release that will either be
2169
- # retrieved from a dependencys outputVariables, or will be passed on to a
2170
- # dependencys inputVariables. Maximum 100.
1855
+ # retrieved from a dependency's outputVariables, or will be passed on to a
1856
+ # dependency's inputVariables. Maximum 100.
2171
1857
  # Corresponds to the JSON property `inputVariableMappings`
2172
1858
  # @return [Array<Google::Apis::SaasservicemgmtV1::VariableMapping>]
2173
1859
  attr_accessor :input_variable_mappings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SaasservicemgmtV1
18
18
  # Version of the google-apis-saasservicemgmt_v1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260603"
25
+ REVISION = "20260610"
26
26
  end
27
27
  end
28
28
  end
@@ -106,12 +106,6 @@ module Google
106
106
  include Google::Apis::Core::JsonObjectSupport
107
107
  end
108
108
 
109
- class ListSaasReleasesResponse
110
- class Representation < Google::Apis::Core::JsonRepresentation; end
111
-
112
- include Google::Apis::Core::JsonObjectSupport
113
- end
114
-
115
109
  class ListSaasResponse
116
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
111
 
@@ -124,18 +118,6 @@ module Google
124
118
  include Google::Apis::Core::JsonObjectSupport
125
119
  end
126
120
 
127
- class ListUnitGroupOperationsResponse
128
- class Representation < Google::Apis::Core::JsonRepresentation; end
129
-
130
- include Google::Apis::Core::JsonObjectSupport
131
- end
132
-
133
- class ListUnitGroupsResponse
134
- class Representation < Google::Apis::Core::JsonRepresentation; end
135
-
136
- include Google::Apis::Core::JsonObjectSupport
137
- end
138
-
139
121
  class ListUnitKindsResponse
140
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
123
 
@@ -226,12 +208,6 @@ module Google
226
208
  include Google::Apis::Core::JsonObjectSupport
227
209
  end
228
210
 
229
- class SaasRelease
230
- class Representation < Google::Apis::Core::JsonRepresentation; end
231
-
232
- include Google::Apis::Core::JsonObjectSupport
233
- end
234
-
235
211
  class Schedule
236
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
237
213
 
@@ -274,18 +250,6 @@ module Google
274
250
  include Google::Apis::Core::JsonObjectSupport
275
251
  end
276
252
 
277
- class UnitGroup
278
- class Representation < Google::Apis::Core::JsonRepresentation; end
279
-
280
- include Google::Apis::Core::JsonObjectSupport
281
- end
282
-
283
- class UnitGroupOperation
284
- class Representation < Google::Apis::Core::JsonRepresentation; end
285
-
286
- include Google::Apis::Core::JsonObjectSupport
287
- end
288
-
289
253
  class UnitKind
290
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
291
255
 
@@ -445,16 +409,6 @@ module Google
445
409
  end
446
410
  end
447
411
 
448
- class ListSaasReleasesResponse
449
- # @private
450
- class Representation < Google::Apis::Core::JsonRepresentation
451
- property :next_page_token, as: 'nextPageToken'
452
- collection :saas_releases, as: 'saasReleases', class: Google::Apis::SaasservicemgmtV1::SaasRelease, decorator: Google::Apis::SaasservicemgmtV1::SaasRelease::Representation
453
-
454
- collection :unreachable, as: 'unreachable'
455
- end
456
- end
457
-
458
412
  class ListSaasResponse
459
413
  # @private
460
414
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -475,26 +429,6 @@ module Google
475
429
  end
476
430
  end
477
431
 
478
- class ListUnitGroupOperationsResponse
479
- # @private
480
- class Representation < Google::Apis::Core::JsonRepresentation
481
- property :next_page_token, as: 'nextPageToken'
482
- collection :unit_group_operations, as: 'unitGroupOperations', class: Google::Apis::SaasservicemgmtV1::UnitGroupOperation, decorator: Google::Apis::SaasservicemgmtV1::UnitGroupOperation::Representation
483
-
484
- collection :unreachable, as: 'unreachable'
485
- end
486
- end
487
-
488
- class ListUnitGroupsResponse
489
- # @private
490
- class Representation < Google::Apis::Core::JsonRepresentation
491
- property :next_page_token, as: 'nextPageToken'
492
- collection :unit_groups, as: 'unitGroups', class: Google::Apis::SaasservicemgmtV1::UnitGroup, decorator: Google::Apis::SaasservicemgmtV1::UnitGroup::Representation
493
-
494
- collection :unreachable, as: 'unreachable'
495
- end
496
- end
497
-
498
432
  class ListUnitKindsResponse
499
433
  # @private
500
434
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -687,19 +621,6 @@ module Google
687
621
  end
688
622
  end
689
623
 
690
- class SaasRelease
691
- # @private
692
- class Representation < Google::Apis::Core::JsonRepresentation
693
- hash :annotations, as: 'annotations'
694
- property :create_time, as: 'createTime'
695
- property :etag, as: 'etag'
696
- hash :labels, as: 'labels'
697
- property :name, as: 'name'
698
- property :uid, as: 'uid'
699
- property :update_time, as: 'updateTime'
700
- end
701
- end
702
-
703
624
  class Schedule
704
625
  # @private
705
626
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -773,7 +694,6 @@ module Google
773
694
  property :system_managed_state, as: 'systemManagedState'
774
695
  property :tenant, as: 'tenant'
775
696
  property :uid, as: 'uid'
776
- property :unit_group, as: 'unitGroup'
777
697
  property :unit_kind, as: 'unitKind'
778
698
  property :update_time, as: 'updateTime'
779
699
  end
@@ -798,32 +718,6 @@ module Google
798
718
  end
799
719
  end
800
720
 
801
- class UnitGroup
802
- # @private
803
- class Representation < Google::Apis::Core::JsonRepresentation
804
- hash :annotations, as: 'annotations'
805
- property :create_time, as: 'createTime'
806
- property :etag, as: 'etag'
807
- hash :labels, as: 'labels'
808
- property :name, as: 'name'
809
- property :uid, as: 'uid'
810
- property :update_time, as: 'updateTime'
811
- end
812
- end
813
-
814
- class UnitGroupOperation
815
- # @private
816
- class Representation < Google::Apis::Core::JsonRepresentation
817
- hash :annotations, as: 'annotations'
818
- property :create_time, as: 'createTime'
819
- property :etag, as: 'etag'
820
- hash :labels, as: 'labels'
821
- property :name, as: 'name'
822
- property :uid, as: 'uid'
823
- property :update_time, as: 'updateTime'
824
- end
825
- end
826
-
827
721
  class UnitKind
828
722
  # @private
829
723
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1084,162 +1084,6 @@ module Google
1084
1084
  execute_or_queue_command(command, &block)
1085
1085
  end
1086
1086
 
1087
- # Create a new saas release.
1088
- # @param [String] parent
1089
- # Required. The parent of the saas release.
1090
- # @param [Google::Apis::SaasservicemgmtV1::SaasRelease] saas_release_object
1091
- # @param [String] request_id
1092
- # An optional request ID to identify requests.
1093
- # @param [String] saas_release_id
1094
- # Required. The ID value for the new saas release.
1095
- # @param [Boolean] validate_only
1096
- # If "validate_only" is set to true, the service will try to validate that this
1097
- # request would succeed, but will not actually make changes.
1098
- # @param [String] fields
1099
- # Selector specifying which fields to include in a partial response.
1100
- # @param [String] quota_user
1101
- # Available to use for quota purposes for server-side applications. Can be any
1102
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1103
- # @param [Google::Apis::RequestOptions] options
1104
- # Request-specific options
1105
- #
1106
- # @yield [result, err] Result & error if block supplied
1107
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::SaasRelease] parsed result object
1108
- # @yieldparam err [StandardError] error object if request failed
1109
- #
1110
- # @return [Google::Apis::SaasservicemgmtV1::SaasRelease]
1111
- #
1112
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1113
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1114
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1115
- def create_project_location_saas_release(parent, saas_release_object = nil, request_id: nil, saas_release_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
1116
- command = make_simple_command(:post, 'v1/{+parent}/saasReleases', options)
1117
- command.request_representation = Google::Apis::SaasservicemgmtV1::SaasRelease::Representation
1118
- command.request_object = saas_release_object
1119
- command.response_representation = Google::Apis::SaasservicemgmtV1::SaasRelease::Representation
1120
- command.response_class = Google::Apis::SaasservicemgmtV1::SaasRelease
1121
- command.params['parent'] = parent unless parent.nil?
1122
- command.query['requestId'] = request_id unless request_id.nil?
1123
- command.query['saasReleaseId'] = saas_release_id unless saas_release_id.nil?
1124
- command.query['validateOnly'] = validate_only unless validate_only.nil?
1125
- command.query['fields'] = fields unless fields.nil?
1126
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1127
- execute_or_queue_command(command, &block)
1128
- end
1129
-
1130
- # Delete a single saas release.
1131
- # @param [String] name
1132
- # Required. The resource name of the resource within a service.
1133
- # @param [String] etag
1134
- # The etag known to the client for the expected state of the saas release.
1135
- # @param [String] request_id
1136
- # An optional request ID to identify requests.
1137
- # @param [Boolean] validate_only
1138
- # If "validate_only" is set to true, the service will try to validate that this
1139
- # request would succeed, but will not actually make changes.
1140
- # @param [String] fields
1141
- # Selector specifying which fields to include in a partial response.
1142
- # @param [String] quota_user
1143
- # Available to use for quota purposes for server-side applications. Can be any
1144
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1145
- # @param [Google::Apis::RequestOptions] options
1146
- # Request-specific options
1147
- #
1148
- # @yield [result, err] Result & error if block supplied
1149
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::Empty] parsed result object
1150
- # @yieldparam err [StandardError] error object if request failed
1151
- #
1152
- # @return [Google::Apis::SaasservicemgmtV1::Empty]
1153
- #
1154
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1155
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1156
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1157
- def delete_project_location_saas_release(name, etag: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
1158
- command = make_simple_command(:delete, 'v1/{+name}', options)
1159
- command.response_representation = Google::Apis::SaasservicemgmtV1::Empty::Representation
1160
- command.response_class = Google::Apis::SaasservicemgmtV1::Empty
1161
- command.params['name'] = name unless name.nil?
1162
- command.query['etag'] = etag unless etag.nil?
1163
- command.query['requestId'] = request_id unless request_id.nil?
1164
- command.query['validateOnly'] = validate_only unless validate_only.nil?
1165
- command.query['fields'] = fields unless fields.nil?
1166
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1167
- execute_or_queue_command(command, &block)
1168
- end
1169
-
1170
- # Retrieve a single saas release.
1171
- # @param [String] name
1172
- # Required. The resource name of the resource within a service.
1173
- # @param [String] fields
1174
- # Selector specifying which fields to include in a partial response.
1175
- # @param [String] quota_user
1176
- # Available to use for quota purposes for server-side applications. Can be any
1177
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1178
- # @param [Google::Apis::RequestOptions] options
1179
- # Request-specific options
1180
- #
1181
- # @yield [result, err] Result & error if block supplied
1182
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::SaasRelease] parsed result object
1183
- # @yieldparam err [StandardError] error object if request failed
1184
- #
1185
- # @return [Google::Apis::SaasservicemgmtV1::SaasRelease]
1186
- #
1187
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1188
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1189
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1190
- def get_project_location_saas_release(name, fields: nil, quota_user: nil, options: nil, &block)
1191
- command = make_simple_command(:get, 'v1/{+name}', options)
1192
- command.response_representation = Google::Apis::SaasservicemgmtV1::SaasRelease::Representation
1193
- command.response_class = Google::Apis::SaasservicemgmtV1::SaasRelease
1194
- command.params['name'] = name unless name.nil?
1195
- command.query['fields'] = fields unless fields.nil?
1196
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1197
- execute_or_queue_command(command, &block)
1198
- end
1199
-
1200
- # Retrieve a collection of saas releases.
1201
- # @param [String] parent
1202
- # Required. The parent of the saas releases.
1203
- # @param [String] filter
1204
- # Filter the list as specified in https://google.aip.dev/160.
1205
- # @param [String] order_by
1206
- # Order results as specified in https://google.aip.dev/132.
1207
- # @param [Fixnum] page_size
1208
- # The maximum number of saas releases to send per page.
1209
- # @param [String] page_token
1210
- # The page token: If the next_page_token from a previous response is provided,
1211
- # this request will send the subsequent page.
1212
- # @param [String] fields
1213
- # Selector specifying which fields to include in a partial response.
1214
- # @param [String] quota_user
1215
- # Available to use for quota purposes for server-side applications. Can be any
1216
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1217
- # @param [Google::Apis::RequestOptions] options
1218
- # Request-specific options
1219
- #
1220
- # @yield [result, err] Result & error if block supplied
1221
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::ListSaasReleasesResponse] parsed result object
1222
- # @yieldparam err [StandardError] error object if request failed
1223
- #
1224
- # @return [Google::Apis::SaasservicemgmtV1::ListSaasReleasesResponse]
1225
- #
1226
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1227
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1228
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1229
- def list_project_location_saas_releases(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1230
- command = make_simple_command(:get, 'v1/{+parent}/saasReleases', options)
1231
- command.response_representation = Google::Apis::SaasservicemgmtV1::ListSaasReleasesResponse::Representation
1232
- command.response_class = Google::Apis::SaasservicemgmtV1::ListSaasReleasesResponse
1233
- command.params['parent'] = parent unless parent.nil?
1234
- command.query['filter'] = filter unless filter.nil?
1235
- command.query['orderBy'] = order_by unless order_by.nil?
1236
- command.query['pageSize'] = page_size unless page_size.nil?
1237
- command.query['pageToken'] = page_token unless page_token.nil?
1238
- command.query['fields'] = fields unless fields.nil?
1239
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1240
- execute_or_queue_command(command, &block)
1241
- end
1242
-
1243
1087
  # Create a new tenant.
1244
1088
  # @param [String] parent
1245
1089
  # Required. The parent of the tenant.
@@ -1477,342 +1321,6 @@ module Google
1477
1321
  execute_or_queue_command(command, &block)
1478
1322
  end
1479
1323
 
1480
- # Create a new unit group operation.
1481
- # @param [String] parent
1482
- # Required. The parent of the unit group operation.
1483
- # @param [Google::Apis::SaasservicemgmtV1::UnitGroupOperation] unit_group_operation_object
1484
- # @param [String] request_id
1485
- # Optional. An optional request ID to identify requests. Specify a unique
1486
- # request ID so that if you must retry your request, the server will know to
1487
- # ignore the request if it has already been completed. The server will guarantee
1488
- # that for at least 60 minutes since the first request. For example, consider a
1489
- # situation where you make an initial request and the request times out. If you
1490
- # make the request again with the same request ID, the server can check if
1491
- # original operation with the same request ID was received, and if so, will
1492
- # ignore the second request. This prevents clients from accidentally creating
1493
- # duplicate commitments. The request ID must be a valid UUID with the exception
1494
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
1495
- # @param [String] unit_group_operation_id
1496
- # Required. The ID value for the new unit group operation.
1497
- # @param [Boolean] validate_only
1498
- # Optional. If "validate_only" is set to true, the service will try to validate
1499
- # that this request would succeed, but will not actually make changes.
1500
- # @param [String] fields
1501
- # Selector specifying which fields to include in a partial response.
1502
- # @param [String] quota_user
1503
- # Available to use for quota purposes for server-side applications. Can be any
1504
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1505
- # @param [Google::Apis::RequestOptions] options
1506
- # Request-specific options
1507
- #
1508
- # @yield [result, err] Result & error if block supplied
1509
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::UnitGroupOperation] parsed result object
1510
- # @yieldparam err [StandardError] error object if request failed
1511
- #
1512
- # @return [Google::Apis::SaasservicemgmtV1::UnitGroupOperation]
1513
- #
1514
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1515
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1516
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1517
- def create_project_location_unit_group_operation(parent, unit_group_operation_object = nil, request_id: nil, unit_group_operation_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
1518
- command = make_simple_command(:post, 'v1/{+parent}/unitGroupOperations', options)
1519
- command.request_representation = Google::Apis::SaasservicemgmtV1::UnitGroupOperation::Representation
1520
- command.request_object = unit_group_operation_object
1521
- command.response_representation = Google::Apis::SaasservicemgmtV1::UnitGroupOperation::Representation
1522
- command.response_class = Google::Apis::SaasservicemgmtV1::UnitGroupOperation
1523
- command.params['parent'] = parent unless parent.nil?
1524
- command.query['requestId'] = request_id unless request_id.nil?
1525
- command.query['unitGroupOperationId'] = unit_group_operation_id unless unit_group_operation_id.nil?
1526
- command.query['validateOnly'] = validate_only unless validate_only.nil?
1527
- command.query['fields'] = fields unless fields.nil?
1528
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1529
- execute_or_queue_command(command, &block)
1530
- end
1531
-
1532
- # Delete a single unit group operation.
1533
- # @param [String] name
1534
- # Required. The resource name of the resource within a service.
1535
- # @param [String] etag
1536
- # Optional. The etag known to the client for the expected state of the unit
1537
- # group operation. This is used with state-changing methods to prevent
1538
- # accidental overwrites when multiple user agents might be acting in parallel on
1539
- # the same resource. An etag wildcard provide optimistic concurrency based on
1540
- # the expected existence of the unit group operation. The Any wildcard (`*`)
1541
- # requires that the resource must already exists, and the Not Any wildcard (`!*`)
1542
- # requires that it must not.
1543
- # @param [String] request_id
1544
- # Optional. An optional request ID to identify requests. Specify a unique
1545
- # request ID so that if you must retry your request, the server will know to
1546
- # ignore the request if it has already been completed. The server will guarantee
1547
- # that for at least 60 minutes since the first request. For example, consider a
1548
- # situation where you make an initial request and the request times out. If you
1549
- # make the request again with the same request ID, the server can check if
1550
- # original operation with the same request ID was received, and if so, will
1551
- # ignore the second request. This prevents clients from accidentally creating
1552
- # duplicate commitments. The request ID must be a valid UUID with the exception
1553
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
1554
- # @param [Boolean] validate_only
1555
- # Optional. If "validate_only" is set to true, the service will try to validate
1556
- # that this request would succeed, but will not actually make changes.
1557
- # @param [String] fields
1558
- # Selector specifying which fields to include in a partial response.
1559
- # @param [String] quota_user
1560
- # Available to use for quota purposes for server-side applications. Can be any
1561
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1562
- # @param [Google::Apis::RequestOptions] options
1563
- # Request-specific options
1564
- #
1565
- # @yield [result, err] Result & error if block supplied
1566
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::Empty] parsed result object
1567
- # @yieldparam err [StandardError] error object if request failed
1568
- #
1569
- # @return [Google::Apis::SaasservicemgmtV1::Empty]
1570
- #
1571
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1572
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1573
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1574
- def delete_project_location_unit_group_operation(name, etag: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
1575
- command = make_simple_command(:delete, 'v1/{+name}', options)
1576
- command.response_representation = Google::Apis::SaasservicemgmtV1::Empty::Representation
1577
- command.response_class = Google::Apis::SaasservicemgmtV1::Empty
1578
- command.params['name'] = name unless name.nil?
1579
- command.query['etag'] = etag unless etag.nil?
1580
- command.query['requestId'] = request_id unless request_id.nil?
1581
- command.query['validateOnly'] = validate_only unless validate_only.nil?
1582
- command.query['fields'] = fields unless fields.nil?
1583
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1584
- execute_or_queue_command(command, &block)
1585
- end
1586
-
1587
- # Retrieve a single unit group operation.
1588
- # @param [String] name
1589
- # Required. The resource name of the resource within a service.
1590
- # @param [String] fields
1591
- # Selector specifying which fields to include in a partial response.
1592
- # @param [String] quota_user
1593
- # Available to use for quota purposes for server-side applications. Can be any
1594
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1595
- # @param [Google::Apis::RequestOptions] options
1596
- # Request-specific options
1597
- #
1598
- # @yield [result, err] Result & error if block supplied
1599
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::UnitGroupOperation] parsed result object
1600
- # @yieldparam err [StandardError] error object if request failed
1601
- #
1602
- # @return [Google::Apis::SaasservicemgmtV1::UnitGroupOperation]
1603
- #
1604
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1605
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1606
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1607
- def get_project_location_unit_group_operation(name, fields: nil, quota_user: nil, options: nil, &block)
1608
- command = make_simple_command(:get, 'v1/{+name}', options)
1609
- command.response_representation = Google::Apis::SaasservicemgmtV1::UnitGroupOperation::Representation
1610
- command.response_class = Google::Apis::SaasservicemgmtV1::UnitGroupOperation
1611
- command.params['name'] = name unless name.nil?
1612
- command.query['fields'] = fields unless fields.nil?
1613
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1614
- execute_or_queue_command(command, &block)
1615
- end
1616
-
1617
- # Retrieve a collection of unit group operations.
1618
- # @param [String] parent
1619
- # Required. The parent of the unit group operation.
1620
- # @param [String] filter
1621
- # Filter the list as specified in https://google.aip.dev/160.
1622
- # @param [String] order_by
1623
- # Order results as specified in https://google.aip.dev/132.
1624
- # @param [Fixnum] page_size
1625
- # The maximum number of unit group operations to send per page.
1626
- # @param [String] page_token
1627
- # The page token: If the next_page_token from a previous response is provided,
1628
- # this request will send the subsequent page.
1629
- # @param [String] fields
1630
- # Selector specifying which fields to include in a partial response.
1631
- # @param [String] quota_user
1632
- # Available to use for quota purposes for server-side applications. Can be any
1633
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1634
- # @param [Google::Apis::RequestOptions] options
1635
- # Request-specific options
1636
- #
1637
- # @yield [result, err] Result & error if block supplied
1638
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::ListUnitGroupOperationsResponse] parsed result object
1639
- # @yieldparam err [StandardError] error object if request failed
1640
- #
1641
- # @return [Google::Apis::SaasservicemgmtV1::ListUnitGroupOperationsResponse]
1642
- #
1643
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1644
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1645
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1646
- def list_project_location_unit_group_operations(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1647
- command = make_simple_command(:get, 'v1/{+parent}/unitGroupOperations', options)
1648
- command.response_representation = Google::Apis::SaasservicemgmtV1::ListUnitGroupOperationsResponse::Representation
1649
- command.response_class = Google::Apis::SaasservicemgmtV1::ListUnitGroupOperationsResponse
1650
- command.params['parent'] = parent unless parent.nil?
1651
- command.query['filter'] = filter unless filter.nil?
1652
- command.query['orderBy'] = order_by unless order_by.nil?
1653
- command.query['pageSize'] = page_size unless page_size.nil?
1654
- command.query['pageToken'] = page_token unless page_token.nil?
1655
- command.query['fields'] = fields unless fields.nil?
1656
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1657
- execute_or_queue_command(command, &block)
1658
- end
1659
-
1660
- # Create a new unit group.
1661
- # @param [String] parent
1662
- # Required. The parent of the unit group.
1663
- # @param [Google::Apis::SaasservicemgmtV1::UnitGroup] unit_group_object
1664
- # @param [String] request_id
1665
- # An optional request ID to identify requests.
1666
- # @param [String] unit_group_id
1667
- # Required. The ID value for the new unit group.
1668
- # @param [Boolean] validate_only
1669
- # If "validate_only" is set to true, the service will try to validate that this
1670
- # request would succeed, but will not actually make changes.
1671
- # @param [String] fields
1672
- # Selector specifying which fields to include in a partial response.
1673
- # @param [String] quota_user
1674
- # Available to use for quota purposes for server-side applications. Can be any
1675
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1676
- # @param [Google::Apis::RequestOptions] options
1677
- # Request-specific options
1678
- #
1679
- # @yield [result, err] Result & error if block supplied
1680
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::UnitGroup] parsed result object
1681
- # @yieldparam err [StandardError] error object if request failed
1682
- #
1683
- # @return [Google::Apis::SaasservicemgmtV1::UnitGroup]
1684
- #
1685
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1686
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1687
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1688
- def create_project_location_unit_group(parent, unit_group_object = nil, request_id: nil, unit_group_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
1689
- command = make_simple_command(:post, 'v1/{+parent}/unitGroups', options)
1690
- command.request_representation = Google::Apis::SaasservicemgmtV1::UnitGroup::Representation
1691
- command.request_object = unit_group_object
1692
- command.response_representation = Google::Apis::SaasservicemgmtV1::UnitGroup::Representation
1693
- command.response_class = Google::Apis::SaasservicemgmtV1::UnitGroup
1694
- command.params['parent'] = parent unless parent.nil?
1695
- command.query['requestId'] = request_id unless request_id.nil?
1696
- command.query['unitGroupId'] = unit_group_id unless unit_group_id.nil?
1697
- command.query['validateOnly'] = validate_only unless validate_only.nil?
1698
- command.query['fields'] = fields unless fields.nil?
1699
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1700
- execute_or_queue_command(command, &block)
1701
- end
1702
-
1703
- # Delete a single unit group.
1704
- # @param [String] name
1705
- # Required. The resource name of the resource within a service.
1706
- # @param [String] etag
1707
- # The etag known to the client for the expected state of the unit group.
1708
- # @param [String] request_id
1709
- # An optional request ID to identify requests.
1710
- # @param [Boolean] validate_only
1711
- # If "validate_only" is set to true, the service will try to validate that this
1712
- # request would succeed, but will not actually make changes.
1713
- # @param [String] fields
1714
- # Selector specifying which fields to include in a partial response.
1715
- # @param [String] quota_user
1716
- # Available to use for quota purposes for server-side applications. Can be any
1717
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1718
- # @param [Google::Apis::RequestOptions] options
1719
- # Request-specific options
1720
- #
1721
- # @yield [result, err] Result & error if block supplied
1722
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::Empty] parsed result object
1723
- # @yieldparam err [StandardError] error object if request failed
1724
- #
1725
- # @return [Google::Apis::SaasservicemgmtV1::Empty]
1726
- #
1727
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1728
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1729
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1730
- def delete_project_location_unit_group(name, etag: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
1731
- command = make_simple_command(:delete, 'v1/{+name}', options)
1732
- command.response_representation = Google::Apis::SaasservicemgmtV1::Empty::Representation
1733
- command.response_class = Google::Apis::SaasservicemgmtV1::Empty
1734
- command.params['name'] = name unless name.nil?
1735
- command.query['etag'] = etag unless etag.nil?
1736
- command.query['requestId'] = request_id unless request_id.nil?
1737
- command.query['validateOnly'] = validate_only unless validate_only.nil?
1738
- command.query['fields'] = fields unless fields.nil?
1739
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1740
- execute_or_queue_command(command, &block)
1741
- end
1742
-
1743
- # Retrieve a single unit group.
1744
- # @param [String] name
1745
- # Required. The resource name of the resource within a service.
1746
- # @param [String] fields
1747
- # Selector specifying which fields to include in a partial response.
1748
- # @param [String] quota_user
1749
- # Available to use for quota purposes for server-side applications. Can be any
1750
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1751
- # @param [Google::Apis::RequestOptions] options
1752
- # Request-specific options
1753
- #
1754
- # @yield [result, err] Result & error if block supplied
1755
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::UnitGroup] parsed result object
1756
- # @yieldparam err [StandardError] error object if request failed
1757
- #
1758
- # @return [Google::Apis::SaasservicemgmtV1::UnitGroup]
1759
- #
1760
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1761
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1762
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1763
- def get_project_location_unit_group(name, fields: nil, quota_user: nil, options: nil, &block)
1764
- command = make_simple_command(:get, 'v1/{+name}', options)
1765
- command.response_representation = Google::Apis::SaasservicemgmtV1::UnitGroup::Representation
1766
- command.response_class = Google::Apis::SaasservicemgmtV1::UnitGroup
1767
- command.params['name'] = name unless name.nil?
1768
- command.query['fields'] = fields unless fields.nil?
1769
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1770
- execute_or_queue_command(command, &block)
1771
- end
1772
-
1773
- # Retrieve a collection of unit groups.
1774
- # @param [String] parent
1775
- # Required. The parent of the unit group.
1776
- # @param [String] filter
1777
- # Filter the list as specified in https://google.aip.dev/160.
1778
- # @param [String] order_by
1779
- # Order results as specified in https://google.aip.dev/132.
1780
- # @param [Fixnum] page_size
1781
- # The maximum number of unit groups to send per page.
1782
- # @param [String] page_token
1783
- # The page token: If the next_page_token from a previous response is provided,
1784
- # this request will send the subsequent page.
1785
- # @param [String] fields
1786
- # Selector specifying which fields to include in a partial response.
1787
- # @param [String] quota_user
1788
- # Available to use for quota purposes for server-side applications. Can be any
1789
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1790
- # @param [Google::Apis::RequestOptions] options
1791
- # Request-specific options
1792
- #
1793
- # @yield [result, err] Result & error if block supplied
1794
- # @yieldparam result [Google::Apis::SaasservicemgmtV1::ListUnitGroupsResponse] parsed result object
1795
- # @yieldparam err [StandardError] error object if request failed
1796
- #
1797
- # @return [Google::Apis::SaasservicemgmtV1::ListUnitGroupsResponse]
1798
- #
1799
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1800
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1801
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1802
- def list_project_location_unit_groups(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1803
- command = make_simple_command(:get, 'v1/{+parent}/unitGroups', options)
1804
- command.response_representation = Google::Apis::SaasservicemgmtV1::ListUnitGroupsResponse::Representation
1805
- command.response_class = Google::Apis::SaasservicemgmtV1::ListUnitGroupsResponse
1806
- command.params['parent'] = parent unless parent.nil?
1807
- command.query['filter'] = filter unless filter.nil?
1808
- command.query['orderBy'] = order_by unless order_by.nil?
1809
- command.query['pageSize'] = page_size unless page_size.nil?
1810
- command.query['pageToken'] = page_token unless page_token.nil?
1811
- command.query['fields'] = fields unless fields.nil?
1812
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1813
- execute_or_queue_command(command, &block)
1814
- end
1815
-
1816
1324
  # Create a new unit kind.
1817
1325
  # @param [String] parent
1818
1326
  # Required. The parent of the unit kind.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-saasservicemgmt_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-saasservicemgmt_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-saasservicemgmt_v1/v0.5.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-saasservicemgmt_v1/v0.6.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-saasservicemgmt_v1
62
62
  rdoc_options: []
63
63
  require_paths: