diff --git a/api_names_out.yaml b/api_names_out.yaml index 5e5c183ddd0..c9b122cf4ea 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -158354,6 +158354,7 @@ "/serviceusage:v1/ContextRule/selector": selector "/serviceusage:v1/Control": control "/serviceusage:v1/Control/environment": environment +"/serviceusage:v1/CreateAdminQuotaPolicyMetadata": create_admin_quota_policy_metadata "/serviceusage:v1/CustomAuthRequirements": custom_auth_requirements "/serviceusage:v1/CustomAuthRequirements/provider": provider "/serviceusage:v1/CustomError": custom_error @@ -158367,6 +158368,7 @@ "/serviceusage:v1/CustomHttpPattern": custom_http_pattern "/serviceusage:v1/CustomHttpPattern/kind": kind "/serviceusage:v1/CustomHttpPattern/path": path +"/serviceusage:v1/DeleteAdminQuotaPolicyMetadata": delete_admin_quota_policy_metadata "/serviceusage:v1/DisableServiceRequest": disable_service_request "/serviceusage:v1/DisableServiceRequest/checkIfServiceHasUsage": check_if_service_has_usage "/serviceusage:v1/DisableServiceRequest/disableDependentServices": disable_dependent_services @@ -158429,6 +158431,7 @@ "/serviceusage:v1/Field/options/option": option "/serviceusage:v1/Field/packed": packed "/serviceusage:v1/Field/typeUrl": type_url +"/serviceusage:v1/GetServiceIdentityMetadata": get_service_identity_metadata "/serviceusage:v1/GetServiceIdentityResponse": get_service_identity_response "/serviceusage:v1/GetServiceIdentityResponse/identity": identity "/serviceusage:v1/GetServiceIdentityResponse/state": state @@ -158528,12 +158531,15 @@ "/serviceusage:v1/HttpRule/restCollection": rest_collection "/serviceusage:v1/HttpRule/restMethodName": rest_method_name "/serviceusage:v1/HttpRule/selector": selector +"/serviceusage:v1/ImportAdminOverridesMetadata": import_admin_overrides_metadata "/serviceusage:v1/ImportAdminOverridesResponse": import_admin_overrides_response "/serviceusage:v1/ImportAdminOverridesResponse/overrides": overrides "/serviceusage:v1/ImportAdminOverridesResponse/overrides/override": override +"/serviceusage:v1/ImportAdminQuotaPoliciesMetadata": import_admin_quota_policies_metadata "/serviceusage:v1/ImportAdminQuotaPoliciesResponse": import_admin_quota_policies_response "/serviceusage:v1/ImportAdminQuotaPoliciesResponse/policies": policies "/serviceusage:v1/ImportAdminQuotaPoliciesResponse/policies/policy": policy +"/serviceusage:v1/ImportConsumerOverridesMetadata": import_consumer_overrides_metadata "/serviceusage:v1/ImportConsumerOverridesResponse": import_consumer_overrides_response "/serviceusage:v1/ImportConsumerOverridesResponse/overrides": overrides "/serviceusage:v1/ImportConsumerOverridesResponse/overrides/override": override @@ -158741,6 +158747,7 @@ "/serviceusage:v1/Type/options/option": option "/serviceusage:v1/Type/sourceContext": source_context "/serviceusage:v1/Type/syntax": syntax +"/serviceusage:v1/UpdateAdminQuotaPolicyMetadata": update_admin_quota_policy_metadata "/serviceusage:v1/Usage": usage "/serviceusage:v1/Usage/producerNotificationChannel": producer_notification_channel "/serviceusage:v1/Usage/requirements": requirements diff --git a/generated/google-apis-serviceusage_v1/CHANGELOG.md b/generated/google-apis-serviceusage_v1/CHANGELOG.md index ca0031cecb3..a3d30f7b63f 100644 --- a/generated/google-apis-serviceusage_v1/CHANGELOG.md +++ b/generated/google-apis-serviceusage_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-serviceusage_v1 +### v0.7.0 (2021-04-08) + +* Regenerated from discovery document revision 20210407 + ### v0.6.0 (2021-03-30) * Regenerated from discovery document revision 20210326 diff --git a/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/classes.rb b/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/classes.rb index e212f6c12d0..65d9991d9a2 100644 --- a/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/classes.rb +++ b/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/classes.rb @@ -756,6 +756,21 @@ def update!(**args) end end + # Metadata message that provides information such as progress, partial failures, + # and similar information on each GetOperation call of LRO returned by + # CreateAdminQuotaPolicy. + class CreateAdminQuotaPolicyMetadata + include Google::Apis::Core::Hashable + + def initialize(**args) + update!(**args) + end + + # Update properties of this object + def update!(**args) + end + end + # Customize service error responses. For example, list any service specific # protobuf types that can appear in error detail lists of error responses. # Example: custom_error: types: - google.foo.v1.CustomError - google.foo.v1. @@ -838,6 +853,21 @@ def update!(**args) end end + # Metadata message that provides information such as progress, partial failures, + # and similar information on each GetOperation call of LRO returned by + # DeleteAdminQuotaPolicy. + class DeleteAdminQuotaPolicyMetadata + include Google::Apis::Core::Hashable + + def initialize(**args) + update!(**args) + end + + # Update properties of this object + def update!(**args) + end + end + # Request message for the `DisableService` method. class DisableServiceRequest include Google::Apis::Core::Hashable @@ -1289,6 +1319,19 @@ def update!(**args) end end + # Metadata for the `GetServiceIdentity` method. + class GetServiceIdentityMetadata + include Google::Apis::Core::Hashable + + def initialize(**args) + update!(**args) + end + + # Update properties of this object + def update!(**args) + end + end + # Response message for getting service identity. class GetServiceIdentityResponse include Google::Apis::Core::Hashable @@ -2134,6 +2177,21 @@ def update!(**args) end end + # Metadata message that provides information such as progress, partial failures, + # and similar information on each GetOperation call of LRO returned by + # ImportAdminOverrides. + class ImportAdminOverridesMetadata + include Google::Apis::Core::Hashable + + def initialize(**args) + update!(**args) + end + + # Update properties of this object + def update!(**args) + end + end + # Response message for ImportAdminOverrides class ImportAdminOverridesResponse include Google::Apis::Core::Hashable @@ -2153,6 +2211,21 @@ def update!(**args) end end + # Metadata message that provides information such as progress, partial failures, + # and similar information on each GetOperation call of LRO returned by + # ImportAdminQuotaPolicies. + class ImportAdminQuotaPoliciesMetadata + include Google::Apis::Core::Hashable + + def initialize(**args) + update!(**args) + end + + # Update properties of this object + def update!(**args) + end + end + # Response message for ImportAdminQuotaPolicies class ImportAdminQuotaPoliciesResponse include Google::Apis::Core::Hashable @@ -2172,6 +2245,21 @@ def update!(**args) end end + # Metadata message that provides information such as progress, partial failures, + # and similar information on each GetOperation call of LRO returned by + # ImportConsumerOverrides. + class ImportConsumerOverridesMetadata + include Google::Apis::Core::Hashable + + def initialize(**args) + update!(**args) + end + + # Update properties of this object + def update!(**args) + end + end + # Response message for ImportConsumerOverrides class ImportConsumerOverridesResponse include Google::Apis::Core::Hashable @@ -3555,6 +3643,21 @@ def update!(**args) end end + # Metadata message that provides information such as progress, partial failures, + # and similar information on each GetOperation call of LRO returned by + # UpdateAdminQuotaPolicy. + class UpdateAdminQuotaPolicyMetadata + include Google::Apis::Core::Hashable + + def initialize(**args) + update!(**args) + end + + # Update properties of this object + def update!(**args) + end + end + # Configuration controlling usage of a service. class Usage include Google::Apis::Core::Hashable diff --git a/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/gem_version.rb b/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/gem_version.rb index b714b87707e..fe028519332 100644 --- a/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/gem_version.rb +++ b/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module ServiceusageV1 # Version of the google-apis-serviceusage_v1 gem - GEM_VERSION = "0.6.0" + GEM_VERSION = "0.7.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.2.0" # Revision of the discovery document this client was generated from - REVISION = "20210326" + REVISION = "20210407" end end end diff --git a/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/representations.rb b/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/representations.rb index 67d237fa036..91795ef13f4 100644 --- a/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/representations.rb +++ b/generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/representations.rb @@ -136,6 +136,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class CreateAdminQuotaPolicyMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class CustomError class Representation < Google::Apis::Core::JsonRepresentation; end @@ -154,6 +160,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class DeleteAdminQuotaPolicyMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class DisableServiceRequest class Representation < Google::Apis::Core::JsonRepresentation; end @@ -226,6 +238,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GetServiceIdentityMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GetServiceIdentityResponse class Representation < Google::Apis::Core::JsonRepresentation; end @@ -280,18 +298,36 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ImportAdminOverridesMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ImportAdminOverridesResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ImportAdminQuotaPoliciesMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ImportAdminQuotaPoliciesResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ImportConsumerOverridesMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ImportConsumerOverridesResponse class Representation < Google::Apis::Core::JsonRepresentation; end @@ -484,6 +520,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class UpdateAdminQuotaPolicyMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Usage class Representation < Google::Apis::Core::JsonRepresentation; end @@ -680,6 +722,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class CreateAdminQuotaPolicyMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class CustomError # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -705,6 +753,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class DeleteAdminQuotaPolicyMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class DisableServiceRequest # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -823,6 +877,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class GetServiceIdentityMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class GetServiceIdentityResponse # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -973,6 +1033,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class ImportAdminOverridesMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class ImportAdminOverridesResponse # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -981,6 +1047,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class ImportAdminQuotaPoliciesMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class ImportAdminQuotaPoliciesResponse # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -989,6 +1061,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class ImportConsumerOverridesMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class ImportConsumerOverridesResponse # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -1305,6 +1383,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class UpdateAdminQuotaPolicyMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class Usage # @private class Representation < Google::Apis::Core::JsonRepresentation diff --git a/generated/google-apis-serviceusage_v1/synth.metadata b/generated/google-apis-serviceusage_v1/synth.metadata index 0dacc5edd30..f77ed655470 100644 --- a/generated/google-apis-serviceusage_v1/synth.metadata +++ b/generated/google-apis-serviceusage_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "4f9574e0bdc005041769c7aa6d4e3f64ed7a0564" + "sha": "8acb5840c4a5c3b92341dd7b804441b10280c8ff" } } ]