google-apis-networkmanagement_v1beta1 0.3.0 → 0.4.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: 1b2d17933bbb27d4597177540a165e770959260d4daae3db3d97c046d656673a
4
- data.tar.gz: f67ea6532eaab1d030691b27f7a5dd55515295735fe54017248dded47a517828
3
+ metadata.gz: 43a92c07e4e579a00f91735db5d94aaaaea595308d1d18889508c0f24fd9303f
4
+ data.tar.gz: 2696b4a8498a41f53ad048c64f65a468c6788ca424ef2d61c15e0ac804cf23ac
5
5
  SHA512:
6
- metadata.gz: 253ae7bba7e398976f71354550af4aa8b29e07ccd90009ef1a171ee9bea23926cdd698acfe416752d4d160a991e04d280a0cf968ee412b54be0ef30dd7103877
7
- data.tar.gz: 328ca79fe389a5a24e0d2ae09d32123eaa24754b2ee48cd3e1581b6ed131c03f2954e828fb248c8af8d7ac071c6a794158314eda25085a7215e43578fce4f971
6
+ metadata.gz: 517de6b19487186a1e27c9d49ad6f9a2d68fcaaf4e37e1c6ab261c1f7c0e6728c9e9c46b607a71c0a02a0cbfad2f5d4604602a7ac75ca22de912a72a2e9f3c10
7
+ data.tar.gz: d25ac3e111ca5fe8c4a0fba4d4ff703f4397def429585da904a4c30fa622c96604a056df98e85e182d03a1220fd6e65f334077da85d1a2e4203a72e255c2a124
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.4.0 (2021-05-08)
4
+
5
+ * Regenerated from discovery document revision 20210429
6
+
3
7
  ### v0.3.0 (2021-03-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20210316
@@ -211,18 +211,18 @@ module Google
211
211
  # @return [String]
212
212
  attr_accessor :display_name
213
213
 
214
- # External IP address of Cloud SQL instance.
214
+ # External IP address of a Cloud SQL instance.
215
215
  # Corresponds to the JSON property `externalIp`
216
216
  # @return [String]
217
217
  attr_accessor :external_ip
218
218
 
219
- # Internal IP address of Cloud SQL instance.
219
+ # Internal IP address of a Cloud SQL instance.
220
220
  # Corresponds to the JSON property `internalIp`
221
221
  # @return [String]
222
222
  attr_accessor :internal_ip
223
223
 
224
- # URI of a Cloud SQL instance network or empty string if instance does not have
225
- # one.
224
+ # URI of a Cloud SQL instance network or empty string if the instance does not
225
+ # have one.
226
226
  # Corresponds to the JSON property `networkUri`
227
227
  # @return [String]
228
228
  attr_accessor :network_uri
@@ -750,27 +750,27 @@ module Google
750
750
  end
751
751
  end
752
752
 
753
- # For display only. Metadata associated with a Google Kubernetes Engine cluster
754
- # master.
753
+ # For display only. Metadata associated with a Google Kubernetes Engine (GKE)
754
+ # cluster master.
755
755
  class GkeMasterInfo
756
756
  include Google::Apis::Core::Hashable
757
757
 
758
- # URI of a Google Kubernetes Engine cluster network.
758
+ # URI of a GKE cluster network.
759
759
  # Corresponds to the JSON property `clusterNetworkUri`
760
760
  # @return [String]
761
761
  attr_accessor :cluster_network_uri
762
762
 
763
- # URI of a Google Kubernetes Engine cluster.
763
+ # URI of a GKE cluster.
764
764
  # Corresponds to the JSON property `clusterUri`
765
765
  # @return [String]
766
766
  attr_accessor :cluster_uri
767
767
 
768
- # External IP address of a Google Kubernetes Engine cluster master.
768
+ # External IP address of a GKE cluster master.
769
769
  # Corresponds to the JSON property `externalIp`
770
770
  # @return [String]
771
771
  attr_accessor :external_ip
772
772
 
773
- # Internal IP address of a Google Kubernetes Engine cluster master.
773
+ # Internal IP address of a GKE cluster master.
774
774
  # Corresponds to the JSON property `internalIp`
775
775
  # @return [String]
776
776
  attr_accessor :internal_ip
@@ -1693,8 +1693,8 @@ module Google
1693
1693
  # @return [Google::Apis::NetworkmanagementV1beta1::ForwardingRuleInfo]
1694
1694
  attr_accessor :forwarding_rule
1695
1695
 
1696
- # For display only. Metadata associated with a Google Kubernetes Engine cluster
1697
- # master.
1696
+ # For display only. Metadata associated with a Google Kubernetes Engine (GKE)
1697
+ # cluster master.
1698
1698
  # Corresponds to the JSON property `gkeMaster`
1699
1699
  # @return [Google::Apis::NetworkmanagementV1beta1::GkeMasterInfo]
1700
1700
  attr_accessor :gke_master
@@ -1808,7 +1808,7 @@ module Google
1808
1808
  end
1809
1809
 
1810
1810
  # Trace represents one simulated packet forwarding path. * Each trace contains
1811
- # multiple ordered Steps. * Each step is in a particular state with associated
1811
+ # multiple ordered steps. * Each step is in a particular state with associated
1812
1812
  # configuration. * State is categorized as final or non-final states. * Each
1813
1813
  # final state has a reason associated. * Each trace must end with a final state (
1814
1814
  # the last step). ``` |---------------------Trace----------------------| Step1(
@@ -1862,7 +1862,7 @@ module Google
1862
1862
  # @return [String]
1863
1863
  attr_accessor :network_uri
1864
1864
 
1865
- # Name of a GCP region where this VPN gateway is configured.
1865
+ # Name of a Google Cloud region where this VPN gateway is configured.
1866
1866
  # Corresponds to the JSON property `region`
1867
1867
  # @return [String]
1868
1868
  attr_accessor :region
@@ -1908,7 +1908,7 @@ module Google
1908
1908
  # @return [String]
1909
1909
  attr_accessor :network_uri
1910
1910
 
1911
- # Name of a GCP region where this VPN tunnel is configured.
1911
+ # Name of a Google Cloud region where this VPN tunnel is configured.
1912
1912
  # Corresponds to the JSON property `region`
1913
1913
  # @return [String]
1914
1914
  attr_accessor :region
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1beta1
18
18
  # Version of the google-apis-networkmanagement_v1beta1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210316"
25
+ REVISION = "20210429"
26
26
  end
27
27
  end
28
28
  end
@@ -88,7 +88,7 @@ module Google
88
88
  # accepts strings like "displayName=tokyo", and is documented in more detail in [
89
89
  # AIP-160](https://google.aip.dev/160).
90
90
  # @param [Fixnum] page_size
91
- # The maximum number of results to return. If not set, the service will select a
91
+ # The maximum number of results to return. If not set, the service selects a
92
92
  # default.
93
93
  # @param [String] page_token
94
94
  # A page token received from the `next_page_token` field in the response. Send
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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: 2021-03-22 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Network Management API V1beta1