google-apis-compute_alpha 0.48.0 → 0.49.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220823"
25
+ REVISION = "20220831"
26
26
  end
27
27
  end
28
28
  end
@@ -3076,6 +3076,72 @@ module Google
3076
3076
  include Google::Apis::Core::JsonObjectSupport
3077
3077
  end
3078
3078
 
3079
+ class NetworkAttachment
3080
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3081
+
3082
+ include Google::Apis::Core::JsonObjectSupport
3083
+ end
3084
+
3085
+ class NetworkAttachmentAggregatedList
3086
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3087
+
3088
+ class Warning
3089
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3090
+
3091
+ class Datum
3092
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3093
+
3094
+ include Google::Apis::Core::JsonObjectSupport
3095
+ end
3096
+
3097
+ include Google::Apis::Core::JsonObjectSupport
3098
+ end
3099
+
3100
+ include Google::Apis::Core::JsonObjectSupport
3101
+ end
3102
+
3103
+ class NetworkAttachmentConnectedEndpoint
3104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3105
+
3106
+ include Google::Apis::Core::JsonObjectSupport
3107
+ end
3108
+
3109
+ class NetworkAttachmentList
3110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3111
+
3112
+ class Warning
3113
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3114
+
3115
+ class Datum
3116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3117
+
3118
+ include Google::Apis::Core::JsonObjectSupport
3119
+ end
3120
+
3121
+ include Google::Apis::Core::JsonObjectSupport
3122
+ end
3123
+
3124
+ include Google::Apis::Core::JsonObjectSupport
3125
+ end
3126
+
3127
+ class NetworkAttachmentsScopedList
3128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3129
+
3130
+ class Warning
3131
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3132
+
3133
+ class Datum
3134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3135
+
3136
+ include Google::Apis::Core::JsonObjectSupport
3137
+ end
3138
+
3139
+ include Google::Apis::Core::JsonObjectSupport
3140
+ end
3141
+
3142
+ include Google::Apis::Core::JsonObjectSupport
3143
+ end
3144
+
3079
3145
  class NetworkEdgeSecurityService
3080
3146
  class Representation < Google::Apis::Core::JsonRepresentation; end
3081
3147
 
@@ -7691,6 +7757,8 @@ module Google
7691
7757
  # @private
7692
7758
  class Representation < Google::Apis::Core::JsonRepresentation
7693
7759
  property :enable, as: 'enable'
7760
+ property :optional, as: 'optional'
7761
+ collection :optional_fields, as: 'optionalFields'
7694
7762
  property :sample_rate, as: 'sampleRate'
7695
7763
  end
7696
7764
  end
@@ -12584,6 +12652,131 @@ module Google
12584
12652
  end
12585
12653
  end
12586
12654
 
12655
+ class NetworkAttachment
12656
+ # @private
12657
+ class Representation < Google::Apis::Core::JsonRepresentation
12658
+ collection :connection_endpoints, as: 'connectionEndpoints', class: Google::Apis::ComputeAlpha::NetworkAttachmentConnectedEndpoint, decorator: Google::Apis::ComputeAlpha::NetworkAttachmentConnectedEndpoint::Representation
12659
+
12660
+ property :connection_preference, as: 'connectionPreference'
12661
+ property :creation_timestamp, as: 'creationTimestamp'
12662
+ property :description, as: 'description'
12663
+ property :fingerprint, :base64 => true, as: 'fingerprint'
12664
+ property :id, :numeric_string => true, as: 'id'
12665
+ property :kind, as: 'kind'
12666
+ property :name, as: 'name'
12667
+ property :network, as: 'network'
12668
+ collection :producer_accept_lists, as: 'producerAcceptLists'
12669
+ collection :producer_reject_lists, as: 'producerRejectLists'
12670
+ property :region, as: 'region'
12671
+ property :self_link, as: 'selfLink'
12672
+ property :self_link_with_id, as: 'selfLinkWithId'
12673
+ collection :subnetworks, as: 'subnetworks'
12674
+ end
12675
+ end
12676
+
12677
+ class NetworkAttachmentAggregatedList
12678
+ # @private
12679
+ class Representation < Google::Apis::Core::JsonRepresentation
12680
+ property :id, as: 'id'
12681
+ hash :items, as: 'items', class: Google::Apis::ComputeAlpha::NetworkAttachmentsScopedList, decorator: Google::Apis::ComputeAlpha::NetworkAttachmentsScopedList::Representation
12682
+
12683
+ property :kind, as: 'kind'
12684
+ property :next_page_token, as: 'nextPageToken'
12685
+ property :self_link, as: 'selfLink'
12686
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::NetworkAttachmentAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::NetworkAttachmentAggregatedList::Warning::Representation
12687
+
12688
+ end
12689
+
12690
+ class Warning
12691
+ # @private
12692
+ class Representation < Google::Apis::Core::JsonRepresentation
12693
+ property :code, as: 'code'
12694
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::NetworkAttachmentAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::NetworkAttachmentAggregatedList::Warning::Datum::Representation
12695
+
12696
+ property :message, as: 'message'
12697
+ end
12698
+
12699
+ class Datum
12700
+ # @private
12701
+ class Representation < Google::Apis::Core::JsonRepresentation
12702
+ property :key, as: 'key'
12703
+ property :value, as: 'value'
12704
+ end
12705
+ end
12706
+ end
12707
+ end
12708
+
12709
+ class NetworkAttachmentConnectedEndpoint
12710
+ # @private
12711
+ class Representation < Google::Apis::Core::JsonRepresentation
12712
+ property :ip_address, as: 'ipAddress'
12713
+ property :project_id_or_num, as: 'projectIdOrNum'
12714
+ collection :secondary_ip_cidr_ranges, as: 'secondaryIpCidrRanges'
12715
+ property :status, as: 'status'
12716
+ property :subnetwork, as: 'subnetwork'
12717
+ end
12718
+ end
12719
+
12720
+ class NetworkAttachmentList
12721
+ # @private
12722
+ class Representation < Google::Apis::Core::JsonRepresentation
12723
+ property :id, as: 'id'
12724
+ collection :items, as: 'items', class: Google::Apis::ComputeAlpha::NetworkAttachment, decorator: Google::Apis::ComputeAlpha::NetworkAttachment::Representation
12725
+
12726
+ property :kind, as: 'kind'
12727
+ property :next_page_token, as: 'nextPageToken'
12728
+ property :self_link, as: 'selfLink'
12729
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::NetworkAttachmentList::Warning, decorator: Google::Apis::ComputeAlpha::NetworkAttachmentList::Warning::Representation
12730
+
12731
+ end
12732
+
12733
+ class Warning
12734
+ # @private
12735
+ class Representation < Google::Apis::Core::JsonRepresentation
12736
+ property :code, as: 'code'
12737
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::NetworkAttachmentList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::NetworkAttachmentList::Warning::Datum::Representation
12738
+
12739
+ property :message, as: 'message'
12740
+ end
12741
+
12742
+ class Datum
12743
+ # @private
12744
+ class Representation < Google::Apis::Core::JsonRepresentation
12745
+ property :key, as: 'key'
12746
+ property :value, as: 'value'
12747
+ end
12748
+ end
12749
+ end
12750
+ end
12751
+
12752
+ class NetworkAttachmentsScopedList
12753
+ # @private
12754
+ class Representation < Google::Apis::Core::JsonRepresentation
12755
+ collection :network_attachments, as: 'networkAttachments', class: Google::Apis::ComputeAlpha::NetworkAttachment, decorator: Google::Apis::ComputeAlpha::NetworkAttachment::Representation
12756
+
12757
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::NetworkAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeAlpha::NetworkAttachmentsScopedList::Warning::Representation
12758
+
12759
+ end
12760
+
12761
+ class Warning
12762
+ # @private
12763
+ class Representation < Google::Apis::Core::JsonRepresentation
12764
+ property :code, as: 'code'
12765
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::NetworkAttachmentsScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::NetworkAttachmentsScopedList::Warning::Datum::Representation
12766
+
12767
+ property :message, as: 'message'
12768
+ end
12769
+
12770
+ class Datum
12771
+ # @private
12772
+ class Representation < Google::Apis::Core::JsonRepresentation
12773
+ property :key, as: 'key'
12774
+ property :value, as: 'value'
12775
+ end
12776
+ end
12777
+ end
12778
+ end
12779
+
12587
12780
  class NetworkEdgeSecurityService
12588
12781
  # @private
12589
12782
  class Representation < Google::Apis::Core::JsonRepresentation