Skip to content

Commit 84599fb

Browse files
feat(servicemanagement): update the api
#### servicemanagement:v1 The following keys were deleted: - schemas.EnableServiceResponse (Total Keys: 2)
1 parent cc62dc3 commit 84599fb

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

docs/dyn/servicemanagement_v1.services.rollouts.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106106

107107
{ # A rollout resource that defines how service configuration versions are pushed to control plane systems. Typically, you create a new version of the service config, and then create a Rollout to push the service config.
108108
&quot;createTime&quot;: &quot;A String&quot;, # Creation time of the rollout. Readonly.
109-
&quot;createdBy&quot;: &quot;A String&quot;, # This field is deprecated and will be deleted. Please remove usage of this field.
109+
&quot;createdBy&quot;: &quot;A String&quot;, # The user who created the Rollout. Readonly.
110110
&quot;deleteServiceStrategy&quot;: { # Strategy used to delete a service. This strategy is a placeholder only used by the system generated rollout to delete a service. # The strategy associated with a rollout to delete a `ManagedService`. Readonly.
111111
},
112112
&quot;rolloutId&quot;: &quot;A String&quot;, # Optional. Unique identifier of this Rollout. Must be no longer than 63 characters and only lower case letters, digits, &#x27;.&#x27;, &#x27;_&#x27; and &#x27;-&#x27; are allowed. If not specified by client, the server will generate one. The generated id will have the form of , where &quot;date&quot; is the create date in ISO 8601 format. &quot;revision number&quot; is a monotonically increasing positive number that is reset every day for each service. An example of the generated rollout_id is &#x27;2016-02-16r1&#x27;
@@ -165,7 +165,7 @@ <h3>Method Details</h3>
165165

166166
{ # A rollout resource that defines how service configuration versions are pushed to control plane systems. Typically, you create a new version of the service config, and then create a Rollout to push the service config.
167167
&quot;createTime&quot;: &quot;A String&quot;, # Creation time of the rollout. Readonly.
168-
&quot;createdBy&quot;: &quot;A String&quot;, # This field is deprecated and will be deleted. Please remove usage of this field.
168+
&quot;createdBy&quot;: &quot;A String&quot;, # The user who created the Rollout. Readonly.
169169
&quot;deleteServiceStrategy&quot;: { # Strategy used to delete a service. This strategy is a placeholder only used by the system generated rollout to delete a service. # The strategy associated with a rollout to delete a `ManagedService`. Readonly.
170170
},
171171
&quot;rolloutId&quot;: &quot;A String&quot;, # Optional. Unique identifier of this Rollout. Must be no longer than 63 characters and only lower case letters, digits, &#x27;.&#x27;, &#x27;_&#x27; and &#x27;-&#x27; are allowed. If not specified by client, the server will generate one. The generated id will have the form of , where &quot;date&quot; is the create date in ISO 8601 format. &quot;revision number&quot; is a monotonically increasing positive number that is reset every day for each service. An example of the generated rollout_id is &#x27;2016-02-16r1&#x27;
@@ -201,7 +201,7 @@ <h3>Method Details</h3>
201201
&quot;rollouts&quot;: [ # The list of rollout resources.
202202
{ # A rollout resource that defines how service configuration versions are pushed to control plane systems. Typically, you create a new version of the service config, and then create a Rollout to push the service config.
203203
&quot;createTime&quot;: &quot;A String&quot;, # Creation time of the rollout. Readonly.
204-
&quot;createdBy&quot;: &quot;A String&quot;, # This field is deprecated and will be deleted. Please remove usage of this field.
204+
&quot;createdBy&quot;: &quot;A String&quot;, # The user who created the Rollout. Readonly.
205205
&quot;deleteServiceStrategy&quot;: { # Strategy used to delete a service. This strategy is a placeholder only used by the system generated rollout to delete a service. # The strategy associated with a rollout to delete a `ManagedService`. Readonly.
206206
},
207207
&quot;rolloutId&quot;: &quot;A String&quot;, # Optional. Unique identifier of this Rollout. Must be no longer than 63 characters and only lower case letters, digits, &#x27;.&#x27;, &#x27;_&#x27; and &#x27;-&#x27; are allowed. If not specified by client, the server will generate one. The generated id will have the form of , where &quot;date&quot; is the create date in ISO 8601 format. &quot;revision number&quot; is a monotonically increasing positive number that is reset every day for each service. An example of the generated rollout_id is &#x27;2016-02-16r1&#x27;

googleapiclient/discovery_cache/documents/servicemanagement.v1.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@
829829
}
830830
}
831831
},
832-
"revision": "20220204",
832+
"revision": "20220218",
833833
"rootUrl": "https://servicemanagement.googleapis.com/",
834834
"schemas": {
835835
"Advice": {
@@ -1482,12 +1482,6 @@
14821482
},
14831483
"type": "object"
14841484
},
1485-
"EnableServiceResponse": {
1486-
"description": "Operation payload for EnableService method.",
1487-
"id": "EnableServiceResponse",
1488-
"properties": {},
1489-
"type": "object"
1490-
},
14911485
"Endpoint": {
14921486
"description": "`Endpoint` describes a network address of a service that serves a set of APIs. It is commonly known as a service endpoint. A service may expose any number of service endpoints, and all service endpoints share the same service definition, such as quota limits and monitoring metrics. Example: type: google.api.Service name: library-example.googleapis.com endpoints: # Declares network address `https://library-example.googleapis.com` # for service `library-example.googleapis.com`. The `https` scheme # is implicit for all service endpoints. Other schemes may be # supported in the future. - name: library-example.googleapis.com allow_cors: false - name: content-staging-library-example.googleapis.com # Allows HTTP OPTIONS calls to be passed to the API frontend, for it # to decide whether the subsequent cross-origin request is allowed # to proceed. allow_cors: true",
14931487
"id": "Endpoint",
@@ -2643,7 +2637,7 @@
26432637
"type": "string"
26442638
},
26452639
"createdBy": {
2646-
"description": "This field is deprecated and will be deleted. Please remove usage of this field.",
2640+
"description": "The user who created the Rollout. Readonly.",
26472641
"type": "string"
26482642
},
26492643
"deleteServiceStrategy": {

0 commit comments

Comments
 (0)