Skip to content

Commit

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

The following keys were added:
- schemas.BackendRule.properties.minDeadline (Total Keys: 2)
- schemas.ClientLibrarySettings (Total Keys: 12)
- schemas.CommonLanguageSettings (Total Keys: 5)
- schemas.CppSettings (Total Keys: 3)
- schemas.DotnetSettings (Total Keys: 3)
- schemas.Endpoint.properties.aliases (Total Keys: 2)
- schemas.GoSettings (Total Keys: 3)
- schemas.GoogleApiService.properties.publishing.$ref (Total Keys: 1)
- schemas.JavaSettings (Total Keys: 6)
- schemas.LongRunning (Total Keys: 10)
- schemas.MethodSettings (Total Keys: 4)
- schemas.NodeSettings (Total Keys: 3)
- schemas.PhpSettings (Total Keys: 3)
- schemas.Publishing (Total Keys: 13)
- schemas.PythonSettings (Total Keys: 3)
- schemas.RubySettings (Total Keys: 3)

#### serviceusage:v1beta1

The following keys were added:
- schemas.BackendRule.properties.minDeadline (Total Keys: 2)
- schemas.ClientLibrarySettings (Total Keys: 12)
- schemas.CommonLanguageSettings (Total Keys: 5)
- schemas.CppSettings (Total Keys: 3)
- schemas.DotnetSettings (Total Keys: 3)
- schemas.Endpoint.properties.aliases (Total Keys: 2)
- schemas.GoSettings (Total Keys: 3)
- schemas.GoogleApiService.properties.publishing.$ref (Total Keys: 1)
- schemas.JavaSettings (Total Keys: 6)
- schemas.LongRunning (Total Keys: 10)
- schemas.MethodSettings (Total Keys: 4)
- schemas.NodeSettings (Total Keys: 3)
- schemas.PhpSettings (Total Keys: 3)
- schemas.Publishing (Total Keys: 13)
- schemas.PythonSettings (Total Keys: 3)
- schemas.RubySettings (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Nov 22, 2022
1 parent 3130518 commit 7475ad6
Show file tree
Hide file tree
Showing 4 changed files with 663 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/dyn/serviceusage_v1.services.html
Expand Up @@ -262,6 +262,9 @@ <h3>Method Details</h3>
},
&quot;endpoints&quot;: [ # Configuration for network endpoints. Contains only the names and aliases of the endpoints.
{ # `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
&quot;aliases&quot;: [ # Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.
&quot;A String&quot;,
],
&quot;allowCors&quot;: True or False, # Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests. The response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed.
&quot;name&quot;: &quot;A String&quot;, # The canonical name of this endpoint.
&quot;target&quot;: &quot;A String&quot;, # The specification of an Internet routable address of API frontend that will handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary). It should be either a valid IPv4 address or a fully-qualified domain name. For example, &quot;8.8.8.8&quot; or &quot;myservice.appspot.com&quot;.
Expand Down Expand Up @@ -556,6 +559,9 @@ <h3>Method Details</h3>
},
&quot;endpoints&quot;: [ # Configuration for network endpoints. Contains only the names and aliases of the endpoints.
{ # `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
&quot;aliases&quot;: [ # Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.
&quot;A String&quot;,
],
&quot;allowCors&quot;: True or False, # Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests. The response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed.
&quot;name&quot;: &quot;A String&quot;, # The canonical name of this endpoint.
&quot;target&quot;: &quot;A String&quot;, # The specification of an Internet routable address of API frontend that will handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary). It should be either a valid IPv4 address or a fully-qualified domain name. For example, &quot;8.8.8.8&quot; or &quot;myservice.appspot.com&quot;.
Expand Down Expand Up @@ -765,6 +771,9 @@ <h3>Method Details</h3>
},
&quot;endpoints&quot;: [ # Configuration for network endpoints. Contains only the names and aliases of the endpoints.
{ # `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
&quot;aliases&quot;: [ # Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.
&quot;A String&quot;,
],
&quot;allowCors&quot;: True or False, # Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests. The response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed.
&quot;name&quot;: &quot;A String&quot;, # The canonical name of this endpoint.
&quot;target&quot;: &quot;A String&quot;, # The specification of an Internet routable address of API frontend that will handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary). It should be either a valid IPv4 address or a fully-qualified domain name. For example, &quot;8.8.8.8&quot; or &quot;myservice.appspot.com&quot;.
Expand Down
6 changes: 6 additions & 0 deletions docs/dyn/serviceusage_v1beta1.services.html
Expand Up @@ -386,6 +386,9 @@ <h3>Method Details</h3>
},
&quot;endpoints&quot;: [ # Configuration for network endpoints. Contains only the names and aliases of the endpoints.
{ # `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
&quot;aliases&quot;: [ # Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.
&quot;A String&quot;,
],
&quot;allowCors&quot;: True or False, # Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests. The response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed.
&quot;name&quot;: &quot;A String&quot;, # The canonical name of this endpoint.
&quot;target&quot;: &quot;A String&quot;, # The specification of an Internet routable address of API frontend that will handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary). It should be either a valid IPv4 address or a fully-qualified domain name. For example, &quot;8.8.8.8&quot; or &quot;myservice.appspot.com&quot;.
Expand Down Expand Up @@ -595,6 +598,9 @@ <h3>Method Details</h3>
},
&quot;endpoints&quot;: [ # Configuration for network endpoints. Contains only the names and aliases of the endpoints.
{ # `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
&quot;aliases&quot;: [ # Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.
&quot;A String&quot;,
],
&quot;allowCors&quot;: True or False, # Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests. The response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed.
&quot;name&quot;: &quot;A String&quot;, # The canonical name of this endpoint.
&quot;target&quot;: &quot;A String&quot;, # The specification of an Internet routable address of API frontend that will handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary). It should be either a valid IPv4 address or a fully-qualified domain name. For example, &quot;8.8.8.8&quot; or &quot;myservice.appspot.com&quot;.
Expand Down

0 comments on commit 7475ad6

Please sign in to comment.