Skip to content

Commit

Permalink
feat(serviceconsumermanagement): update the api
Browse files Browse the repository at this point in the history
#### serviceconsumermanagement:v1beta1

The following keys were added:
- schemas.V1Beta1QuotaBucket.properties.rolloutInfo.$ref (Total Keys: 1)
- schemas.V1Beta1RolloutInfo (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Apr 23, 2024
1 parent 69655d2 commit 79715d0
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
Expand Up @@ -172,6 +172,9 @@ <h3>Method Details</h3>
&quot;policyValue&quot;: &quot;A String&quot;, # The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota).
&quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this policy applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
},
&quot;rolloutInfo&quot;: { # [Output only] Rollout information of a quota. # Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
&quot;defaultLimitOngoingRollout&quot;: True or False, # Whether there is an ongoing rollout for the default limit or not.
},
},
],
&quot;supportedLocations&quot;: [ # List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension.
Expand Down Expand Up @@ -232,6 +235,9 @@ <h3>Method Details</h3>
&quot;policyValue&quot;: &quot;A String&quot;, # The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota).
&quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this policy applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
},
&quot;rolloutInfo&quot;: { # [Output only] Rollout information of a quota. # Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
&quot;defaultLimitOngoingRollout&quot;: True or False, # Whether there is an ongoing rollout for the default limit or not.
},
},
],
&quot;supportedLocations&quot;: [ # List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension.
Expand Down Expand Up @@ -382,6 +388,9 @@ <h3>Method Details</h3>
&quot;policyValue&quot;: &quot;A String&quot;, # The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota).
&quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this policy applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
},
&quot;rolloutInfo&quot;: { # [Output only] Rollout information of a quota. # Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
&quot;defaultLimitOngoingRollout&quot;: True or False, # Whether there is an ongoing rollout for the default limit or not.
},
},
],
&quot;supportedLocations&quot;: [ # List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension.
Expand Down Expand Up @@ -442,6 +451,9 @@ <h3>Method Details</h3>
&quot;policyValue&quot;: &quot;A String&quot;, # The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota).
&quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this policy applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
},
&quot;rolloutInfo&quot;: { # [Output only] Rollout information of a quota. # Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
&quot;defaultLimitOngoingRollout&quot;: True or False, # Whether there is an ongoing rollout for the default limit or not.
},
},
],
&quot;supportedLocations&quot;: [ # List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension.
Expand Down
Expand Up @@ -161,6 +161,9 @@ <h3>Method Details</h3>
&quot;policyValue&quot;: &quot;A String&quot;, # The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota).
&quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this policy applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.
},
&quot;rolloutInfo&quot;: { # [Output only] Rollout information of a quota. # Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
&quot;defaultLimitOngoingRollout&quot;: True or False, # Whether there is an ongoing rollout for the default limit or not.
},
},
],
&quot;supportedLocations&quot;: [ # List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension.
Expand Down
Expand Up @@ -542,7 +542,7 @@
}
}
},
"revision": "20240331",
"revision": "20240414",
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
"schemas": {
"AddTenantProjectRequest": {
Expand Down Expand Up @@ -1826,10 +1826,10 @@
},
"longRunning": {
"$ref": "LongRunning",
"description": "Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes"
"description": "Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: 60s # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: 360s # 6 minutes total_poll_timeout: 54000s # 90 minutes"
},
"selector": {
"description": "The fully qualified name of the method, for which the options below apply. This is used to find the method to apply the options.",
"description": "The fully qualified name of the method, for which the options below apply. This is used to find the method to apply the options. Example: publishing: method_settings: - selector: google.storage.control.v2.StorageControl.CreateFolder # method settings for CreateFolder...",
"type": "string"
}
},
Expand Down
Expand Up @@ -500,7 +500,7 @@
}
}
},
"revision": "20240331",
"revision": "20240414",
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
"schemas": {
"Api": {
Expand Down Expand Up @@ -1660,10 +1660,10 @@
},
"longRunning": {
"$ref": "LongRunning",
"description": "Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes"
"description": "Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto. Example of a YAML configuration:: publishing: method_settings: - selector: google.cloud.speech.v2.Speech.BatchRecognize long_running: initial_poll_delay: 60s # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: 360s # 6 minutes total_poll_timeout: 54000s # 90 minutes"
},
"selector": {
"description": "The fully qualified name of the method, for which the options below apply. This is used to find the method to apply the options.",
"description": "The fully qualified name of the method, for which the options below apply. This is used to find the method to apply the options. Example: publishing: method_settings: - selector: google.storage.control.v2.StorageControl.CreateFolder # method settings for CreateFolder...",
"type": "string"
}
},
Expand Down Expand Up @@ -2872,6 +2872,10 @@
"producerQuotaPolicy": {
"$ref": "V1Beta1ProducerQuotaPolicy",
"description": "Producer policy inherited from the closet ancestor of the current consumer."
},
"rolloutInfo": {
"$ref": "V1Beta1RolloutInfo",
"description": "Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config."
}
},
"type": "object"
Expand Down Expand Up @@ -2917,6 +2921,17 @@
"properties": {},
"type": "object"
},
"V1Beta1RolloutInfo": {
"description": "[Output only] Rollout information of a quota.",
"id": "V1Beta1RolloutInfo",
"properties": {
"defaultLimitOngoingRollout": {
"description": "Whether there is an ongoing rollout for the default limit or not.",
"type": "boolean"
}
},
"type": "object"
},
"V1Beta1ServiceIdentity": {
"description": "A service identity in the Identity and Access Management API.",
"id": "V1Beta1ServiceIdentity",
Expand Down

0 comments on commit 79715d0

Please sign in to comment.