google-apis-workloadmanager_v1 0.10.0 → 0.11.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: 5d6d91a98ceb41ef352be91d0a523a70018426f71727d5b5443d9b0ff07c0f03
4
- data.tar.gz: e5a77917023563e55de7a5533f8bbb305f2d3cf5dda5c9a1afb4406688717d64
3
+ metadata.gz: 7bd0a7178a873d3d3214063deaa4add3829204ec016dd3c90a1196daaec29321
4
+ data.tar.gz: 556833e6057a709d12d44034f0b6d8935a01813787557ed1105aed92d67d7102
5
5
  SHA512:
6
- metadata.gz: 463a35c6e0669977eb10dd8fda6fa3bf459cf03e62f2298ece67cb1acb406239b0df0e050014b89bf5916bf966b62963aa6b11ae81272cdc902959a50cd93d9d
7
- data.tar.gz: d912d1637f4f676b98370178ff9946aa7b2ac5ee101683606444d92359a160b208f45b8f8769951d388a3203aadc983fd47aa04210f59ced28d499bb7ba49b28
6
+ metadata.gz: be9de00e0aed8f50ab17994a03d93336473d830ccf14bb89e2a5aeb8a2686e56ee7940a5f8d9c4becd08ac700181fa425bc25937bf656177c431f4cb6caa1ebd
7
+ data.tar.gz: e016669296688e34c4d3d767f72208d5f31dc3312207dfac5dc606284ddadcd7d120c595e6a6b39bef8c07926b87a96d4f343243a80ac5afbffdeb5c5b3f093f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workloadmanager_v1
2
2
 
3
+ ### v0.11.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230907
6
+
3
7
  ### v0.10.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230710
@@ -273,7 +273,7 @@ module Google
273
273
  # @return [String]
274
274
  attr_accessor :instance_id
275
275
 
276
- # LINT.IfChange The schema of SAP system discovery data.
276
+ # The schema of SAP system discovery data.
277
277
  # Corresponds to the JSON property `sapDiscovery`
278
278
  # @return [Google::Apis::WorkloadmanagerV1::SapDiscovery]
279
279
  attr_accessor :sap_discovery
@@ -582,13 +582,13 @@ module Google
582
582
  # @return [String]
583
583
  attr_accessor :name
584
584
 
585
- # The normal response of the operation in case of success. If the original
586
- # method returns no data on success, such as `Delete`, the response is `google.
587
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
588
- # the response should be the resource. For other methods, the response should
589
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
590
- # example, if the original method name is `TakeSnapshot()`, the inferred
591
- # response type is `TakeSnapshotResponse`.
585
+ # The normal, successful response of the operation. If the original method
586
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
587
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
588
+ # response should be the resource. For other methods, the response should have
589
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
590
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
591
+ # `TakeSnapshotResponse`.
592
592
  # Corresponds to the JSON property `response`
593
593
  # @return [Hash<String,Object>]
594
594
  attr_accessor :response
@@ -873,7 +873,7 @@ module Google
873
873
  end
874
874
  end
875
875
 
876
- # LINT.IfChange The schema of SAP system discovery data.
876
+ # The schema of SAP system discovery data.
877
877
  class SapDiscovery
878
878
  include Google::Apis::Core::Hashable
879
879
 
@@ -892,13 +892,13 @@ module Google
892
892
  # @return [Google::Apis::WorkloadmanagerV1::SapDiscoveryMetadata]
893
893
  attr_accessor :metadata
894
894
 
895
- # A combination of database SID, database instance URI and tenant DB name to
896
- # make a unique identifier per-system.
895
+ # Output only. A combination of database SID, database instance URI and tenant
896
+ # DB name to make a unique identifier per-system.
897
897
  # Corresponds to the JSON property `systemId`
898
898
  # @return [String]
899
899
  attr_accessor :system_id
900
900
 
901
- # Unix timestamp this system has been updated last.
901
+ # Required. Unix timestamp this system has been updated last.
902
902
  # Corresponds to the JSON property `updateTime`
903
903
  # @return [String]
904
904
  attr_accessor :update_time
@@ -931,18 +931,18 @@ module Google
931
931
  # @return [Google::Apis::WorkloadmanagerV1::SapDiscoveryComponentDatabaseProperties]
932
932
  attr_accessor :database_properties
933
933
 
934
- # Pantheon Project in which the resources reside.
934
+ # Required. Pantheon Project in which the resources reside.
935
935
  # Corresponds to the JSON property `hostProject`
936
936
  # @return [String]
937
937
  attr_accessor :host_project
938
938
 
939
- # The resources in a component.
939
+ # Optional. The resources in a component.
940
940
  # Corresponds to the JSON property `resources`
941
941
  # @return [Array<Google::Apis::WorkloadmanagerV1::SapDiscoveryResource>]
942
942
  attr_accessor :resources
943
943
 
944
- # The sap identifier, used by the SAP software and helps differentiate systems
945
- # for customers.
944
+ # Optional. The SAP identifier, used by the SAP software and helps differentiate
945
+ # systems for customers.
946
946
  # Corresponds to the JSON property `sid`
947
947
  # @return [String]
948
948
  attr_accessor :sid
@@ -970,7 +970,7 @@ module Google
970
970
  # @return [String]
971
971
  attr_accessor :application_type
972
972
 
973
- # Required. Resource URI of the recognized ASCS host of the application.
973
+ # Optional. Resource URI of the recognized ASCS host of the application.
974
974
  # Corresponds to the JSON property `ascsUri`
975
975
  # @return [String]
976
976
  attr_accessor :ascs_uri
@@ -1029,22 +1029,23 @@ module Google
1029
1029
  class SapDiscoveryMetadata
1030
1030
  include Google::Apis::Core::Hashable
1031
1031
 
1032
- # Customer region string for customer's use. Does not represent GCP region.
1032
+ # Optional. Customer region string for customer's use. Does not represent GCP
1033
+ # region.
1033
1034
  # Corresponds to the JSON property `customerRegion`
1034
1035
  # @return [String]
1035
1036
  attr_accessor :customer_region
1036
1037
 
1037
- # Customer defined, something like "E-commerce pre prod"
1038
+ # Optional. Customer defined, something like "E-commerce pre prod"
1038
1039
  # Corresponds to the JSON property `definedSystem`
1039
1040
  # @return [String]
1040
1041
  attr_accessor :defined_system
1041
1042
 
1042
- # Should be "prod", "QA", "dev", "staging", etc.
1043
+ # Optional. Should be "prod", "QA", "dev", "staging", etc.
1043
1044
  # Corresponds to the JSON property `environmentType`
1044
1045
  # @return [String]
1045
1046
  attr_accessor :environment_type
1046
1047
 
1047
- # This sap product name
1048
+ # Optional. This SAP product name
1048
1049
  # Corresponds to the JSON property `sapProduct`
1049
1050
  # @return [String]
1050
1051
  attr_accessor :sap_product
@@ -1066,7 +1067,7 @@ module Google
1066
1067
  class SapDiscoveryResource
1067
1068
  include Google::Apis::Core::Hashable
1068
1069
 
1069
- # A list of resource URIs related to this resource.
1070
+ # Optional. A list of resource URIs related to this resource.
1070
1071
  # Corresponds to the JSON property `relatedResources`
1071
1072
  # @return [Array<String>]
1072
1073
  attr_accessor :related_resources
@@ -1081,12 +1082,13 @@ module Google
1081
1082
  # @return [String]
1082
1083
  attr_accessor :resource_type
1083
1084
 
1084
- # URI of the resource, includes project, location, and name.
1085
+ # Required. URI of the resource, includes project, location, and name.
1085
1086
  # Corresponds to the JSON property `resourceUri`
1086
1087
  # @return [String]
1087
1088
  attr_accessor :resource_uri
1088
1089
 
1089
- # Unix timestamp of when this resource last had its discovery data updated.
1090
+ # Required. Unix timestamp of when this resource last had its discovery data
1091
+ # updated.
1090
1092
  # Corresponds to the JSON property `updateTime`
1091
1093
  # @return [String]
1092
1094
  attr_accessor :update_time
@@ -1110,7 +1112,7 @@ module Google
1110
1112
  class SapValidation
1111
1113
  include Google::Apis::Core::Hashable
1112
1114
 
1113
- # A list of SAP validation metrics data.
1115
+ # Optional. A list of SAP validation metrics data.
1114
1116
  # Corresponds to the JSON property `validationDetails`
1115
1117
  # @return [Array<Google::Apis::WorkloadmanagerV1::SapValidationValidationDetail>]
1116
1118
  attr_accessor :validation_details
@@ -1129,12 +1131,12 @@ module Google
1129
1131
  class SapValidationValidationDetail
1130
1132
  include Google::Apis::Core::Hashable
1131
1133
 
1132
- # The pairs of metrics data: field name & field value.
1134
+ # Optional. The pairs of metrics data: field name & field value.
1133
1135
  # Corresponds to the JSON property `details`
1134
1136
  # @return [Hash<String,String>]
1135
1137
  attr_accessor :details
1136
1138
 
1137
- # The SAP system that the validation data is from.
1139
+ # Optional. The SAP system that the validation data is from.
1138
1140
  # Corresponds to the JSON property `sapValidationType`
1139
1141
  # @return [String]
1140
1142
  attr_accessor :sap_validation_type
@@ -1174,7 +1176,7 @@ module Google
1174
1176
  class SqlserverValidation
1175
1177
  include Google::Apis::Core::Hashable
1176
1178
 
1177
- # The agent version collected this data point
1179
+ # Optional. The agent version collected this data point
1178
1180
  # Corresponds to the JSON property `agentVersion`
1179
1181
  # @return [String]
1180
1182
  attr_accessor :agent_version
@@ -1191,7 +1193,7 @@ module Google
1191
1193
  # @return [String]
1192
1194
  attr_accessor :project_id
1193
1195
 
1194
- # A list of SqlServer validation metrics data.
1196
+ # Optional. A list of SqlServer validation metrics data.
1195
1197
  # Corresponds to the JSON property `validationDetails`
1196
1198
  # @return [Array<Google::Apis::WorkloadmanagerV1::SqlserverValidationValidationDetail>]
1197
1199
  attr_accessor :validation_details
@@ -1237,7 +1239,7 @@ module Google
1237
1239
  # @return [Array<Google::Apis::WorkloadmanagerV1::SqlserverValidationDetails>]
1238
1240
  attr_accessor :details
1239
1241
 
1240
- # The Sqlserver system that the validation data is from.
1242
+ # Optional. The Sqlserver system that the validation data is from.
1241
1243
  # Corresponds to the JSON property `type`
1242
1244
  # @return [String]
1243
1245
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkloadmanagerV1
18
18
  # Version of the google-apis-workloadmanager_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230710"
25
+ REVISION = "20230907"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workloadmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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: 2023-07-23 00:00:00.000000000 Z
11
+ date: 2023-09-10 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-workloadmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Workload Manager API V1