configs
Creates, updates, deletes, gets or lists a configs resource.
Overview
| Name | configs |
| Type | Resource |
| Id | google.servicemanagement.configs |
Fields
The following fields are returned by SELECT queries:
- get
- list
| Name | Datatype | Description |
|---|---|---|
id | string | A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. Must be no longer than 63 characters and only lower case letters, digits, '.', '_' and '-' are allowed. If empty, the server may choose to generate one instead. |
name | string | The service name, which is a DNS-like logical identifier for the service, such as calendar.googleapis.com. The service name typically goes through DNS verification to make sure the owner of the service also owns the DNS name. |
apis | array | A list of API interfaces exported by this service. Only the name field of the google.protobuf.Api needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files. |
aspects | array | Configuration aspects. This is a repeated field to allow multiple aspects to be configured. The kind field in each ConfigAspect specifies the type of aspect. The spec field contains the configuration for that aspect. The schema for the spec field is defined by the backend service owners. |
authentication | object | Auth configuration. (id: Authentication) |
backend | object | API backend configuration. (id: Backend) |
billing | object | Billing configuration. (id: Billing) |
configVersion | integer (uint32) | Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to 3. |
context | object | Context configuration. (id: Context) |
control | object | Configuration for the service control plane. (id: Control) |
customError | object | Custom error configuration. (id: CustomError) |
documentation | object | Additional API documentation. (id: Documentation) |
endpoints | array | Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs. |
enums | array | A list of all enum types included in this API service. Enums referenced directly or indirectly by the apis are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnum |
http | object | HTTP configuration. (id: Http) |
logging | object | Logging configuration. (id: Logging) |
logs | array | Defines the logs used by this service. |
metrics | array | Defines the metrics used by this service. |
monitoredResources | array | Defines the monitored resources used by this service. This is required by the Service.monitoring and Service.logging configurations. |
monitoring | object | Monitoring configuration. (id: Monitoring) |
producerProjectId | string | The Google project that owns this service. |
publishing | object | Settings for Google Cloud Client libraries generated from APIs defined as protocol buffers. (id: Publishing) |
quota | object | Quota configuration. (id: Quota) |
sourceInfo | object | Output only. The source information for this configuration if available. (id: SourceInfo) |
systemParameters | object | System parameter configuration. (id: SystemParameters) |
systemTypes | array | A list of all proto message types included in this API service. It serves similar purpose as [google.api.Service.types], except that these types are not needed by user-defined APIs. Therefore, they will not show up in the generated discovery doc. This field should only be used to define system APIs in ESF. |
title | string | The product title for this service, it is the name displayed in Google Cloud Console. |
types | array | A list of all proto message types included in this API service. Types referenced directly or indirectly by the apis are automatically included. Messages which are not referenced but shall be included, such as types used by the google.protobuf.Any type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32 |
usage | object | Configuration controlling usage of this service. (id: Usage) |
| Name | Datatype | Description |
|---|---|---|
id | string | A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. Must be no longer than 63 characters and only lower case letters, digits, '.', '_' and '-' are allowed. If empty, the server may choose to generate one instead. |
name | string | The service name, which is a DNS-like logical identifier for the service, such as calendar.googleapis.com. The service name typically goes through DNS verification to make sure the owner of the service also owns the DNS name. |
apis | array | A list of API interfaces exported by this service. Only the name field of the google.protobuf.Api needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files. |
aspects | array | Configuration aspects. This is a repeated field to allow multiple aspects to be configured. The kind field in each ConfigAspect specifies the type of aspect. The spec field contains the configuration for that aspect. The schema for the spec field is defined by the backend service owners. |
authentication | object | Auth configuration. (id: Authentication) |
backend | object | API backend configuration. (id: Backend) |
billing | object | Billing configuration. (id: Billing) |
configVersion | integer (uint32) | Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to 3. |
context | object | Context configuration. (id: Context) |
control | object | Configuration for the service control plane. (id: Control) |
customError | object | Custom error configuration. (id: CustomError) |
documentation | object | Additional API documentation. (id: Documentation) |
endpoints | array | Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs. |
enums | array | A list of all enum types included in this API service. Enums referenced directly or indirectly by the apis are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnum |
http | object | HTTP configuration. (id: Http) |
logging | object | Logging configuration. (id: Logging) |
logs | array | Defines the logs used by this service. |
metrics | array | Defines the metrics used by this service. |
monitoredResources | array | Defines the monitored resources used by this service. This is required by the Service.monitoring and Service.logging configurations. |
monitoring | object | Monitoring configuration. (id: Monitoring) |
producerProjectId | string | The Google project that owns this service. |
publishing | object | Settings for Google Cloud Client libraries generated from APIs defined as protocol buffers. (id: Publishing) |
quota | object | Quota configuration. (id: Quota) |
sourceInfo | object | Output only. The source information for this configuration if available. (id: SourceInfo) |
systemParameters | object | System parameter configuration. (id: SystemParameters) |
systemTypes | array | A list of all proto message types included in this API service. It serves similar purpose as [google.api.Service.types], except that these types are not needed by user-defined APIs. Therefore, they will not show up in the generated discovery doc. This field should only be used to define system APIs in ESF. |
title | string | The product title for this service, it is the name displayed in Google Cloud Console. |
types | array | A list of all proto message types included in this API service. Types referenced directly or indirectly by the apis are automatically included. Messages which are not referenced but shall be included, such as types used by the google.protobuf.Any type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32 |
usage | object | Configuration controlling usage of this service. (id: Usage) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select | serviceName, configId | view | Gets a service configuration (version) for a managed service. |
list | select | serviceName | pageToken, pageSize | Lists the history of the service configuration for a managed service, from the newest to the oldest. |
create | insert | serviceName | Creates a new service configuration (version) for a managed service. This method only stores the service configuration. To roll out the service configuration to backend systems please call CreateServiceRollout. Only the 100 most recent service configurations and ones referenced by existing rollouts are kept for each service. The rest will be deleted eventually. | |
submit | exec | serviceName | Creates a new service configuration (version) for a managed service based on user-supplied configuration source files (for example: OpenAPI Specification). This method stores the source configurations as well as the generated service configuration. To rollout the service configuration to other services, please call CreateServiceRollout. Only the 100 most recent configuration sources and ones referenced by existing service configurtions are kept for each service. The rest will be deleted eventually. Operation |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
configId | string | |
serviceName | string | |
pageSize | integer (int32) | |
pageToken | string | |
view | string |
SELECT examples
- get
- list
Gets a service configuration (version) for a managed service.
SELECT
id,
name,
apis,
aspects,
authentication,
backend,
billing,
configVersion,
context,
control,
customError,
documentation,
endpoints,
enums,
http,
logging,
logs,
metrics,
monitoredResources,
monitoring,
producerProjectId,
publishing,
quota,
sourceInfo,
systemParameters,
systemTypes,
title,
types,
usage
FROM google.servicemanagement.configs
WHERE serviceName = '{{ serviceName }}' -- required
AND configId = '{{ configId }}' -- required
AND view = '{{ view }}'
;
Lists the history of the service configuration for a managed service, from the newest to the oldest.
SELECT
id,
name,
apis,
aspects,
authentication,
backend,
billing,
configVersion,
context,
control,
customError,
documentation,
endpoints,
enums,
http,
logging,
logs,
metrics,
monitoredResources,
monitoring,
producerProjectId,
publishing,
quota,
sourceInfo,
systemParameters,
systemTypes,
title,
types,
usage
FROM google.servicemanagement.configs
WHERE serviceName = '{{ serviceName }}' -- required
AND pageToken = '{{ pageToken }}'
AND pageSize = '{{ pageSize }}'
;
INSERT examples
- create
- Manifest
Creates a new service configuration (version) for a managed service. This method only stores the service configuration. To roll out the service configuration to backend systems please call CreateServiceRollout. Only the 100 most recent service configurations and ones referenced by existing rollouts are kept for each service. The rest will be deleted eventually.
INSERT INTO google.servicemanagement.configs (
data__types,
data__usage,
data__producerProjectId,
data__title,
data__customError,
data__context,
data__name,
data__apis,
data__systemTypes,
data__backend,
data__monitoredResources,
data__http,
data__metrics,
data__logging,
data__aspects,
data__configVersion,
data__id,
data__sourceInfo,
data__documentation,
data__endpoints,
data__control,
data__authentication,
data__systemParameters,
data__billing,
data__monitoring,
data__logs,
data__quota,
data__publishing,
data__enums,
serviceName
)
SELECT
'{{ types }}',
'{{ usage }}',
'{{ producerProjectId }}',
'{{ title }}',
'{{ customError }}',
'{{ context }}',
'{{ name }}',
'{{ apis }}',
'{{ systemTypes }}',
'{{ backend }}',
'{{ monitoredResources }}',
'{{ http }}',
'{{ metrics }}',
'{{ logging }}',
'{{ aspects }}',
{{ configVersion }},
'{{ id }}',
'{{ sourceInfo }}',
'{{ documentation }}',
'{{ endpoints }}',
'{{ control }}',
'{{ authentication }}',
'{{ systemParameters }}',
'{{ billing }}',
'{{ monitoring }}',
'{{ logs }}',
'{{ quota }}',
'{{ publishing }}',
'{{ enums }}',
'{{ serviceName }}'
RETURNING
id,
name,
apis,
aspects,
authentication,
backend,
billing,
configVersion,
context,
control,
customError,
documentation,
endpoints,
enums,
http,
logging,
logs,
metrics,
monitoredResources,
monitoring,
producerProjectId,
publishing,
quota,
sourceInfo,
systemParameters,
systemTypes,
title,
types,
usage
;
# Description fields are for documentation purposes
- name: configs
props:
- name: serviceName
value: "{{ serviceName }}"
description: Required parameter for the configs resource.
- name: types
description: |
A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32
value:
- edition: "{{ edition }}"
name: "{{ name }}"
oneofs: "{{ oneofs }}"
fields: "{{ fields }}"
options: "{{ options }}"
sourceContext:
fileName: "{{ fileName }}"
syntax: "{{ syntax }}"
- name: usage
description: |
Configuration controlling usage of this service.
value:
requirements:
- "{{ requirements }}"
rules:
- skipServiceControl: {{ skipServiceControl }}
selector: "{{ selector }}"
allowUnregisteredCalls: {{ allowUnregisteredCalls }}
producerNotificationChannel: "{{ producerNotificationChannel }}"
- name: producerProjectId
value: "{{ producerProjectId }}"
description: |
The Google project that owns this service.
- name: title
value: "{{ title }}"
description: |
The product title for this service, it is the name displayed in Google Cloud Console.
- name: customError
description: |
Custom error configuration.
value:
types:
- "{{ types }}"
rules:
- isErrorType: {{ isErrorType }}
selector: "{{ selector }}"
- name: context
description: |
Context configuration.
value:
rules:
- allowedRequestExtensions: "{{ allowedRequestExtensions }}"
allowedResponseExtensions: "{{ allowedResponseExtensions }}"
selector: "{{ selector }}"
provided: "{{ provided }}"
requested: "{{ requested }}"
- name: name
value: "{{ name }}"
description: |
The service name, which is a DNS-like logical identifier for the service, such as `calendar.googleapis.com`. The service name typically goes through DNS verification to make sure the owner of the service also owns the DNS name.
- name: apis
description: |
A list of API interfaces exported by this service. Only the `name` field of the google.protobuf.Api needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.
value:
- name: "{{ name }}"
methods: "{{ methods }}"
version: "{{ version }}"
options: "{{ options }}"
sourceContext:
fileName: "{{ fileName }}"
syntax: "{{ syntax }}"
mixins: "{{ mixins }}"
edition: "{{ edition }}"
- name: systemTypes
description: |
A list of all proto message types included in this API service. It serves similar purpose as [google.api.Service.types], except that these types are not needed by user-defined APIs. Therefore, they will not show up in the generated discovery doc. This field should only be used to define system APIs in ESF.
value:
- edition: "{{ edition }}"
name: "{{ name }}"
oneofs: "{{ oneofs }}"
fields: "{{ fields }}"
options: "{{ options }}"
sourceContext:
fileName: "{{ fileName }}"
syntax: "{{ syntax }}"
- name: backend
description: |
API backend configuration.
value:
rules:
- selector: "{{ selector }}"
pathTranslation: "{{ pathTranslation }}"
operationDeadline: {{ operationDeadline }}
minDeadline: {{ minDeadline }}
address: "{{ address }}"
disableAuth: {{ disableAuth }}
loadBalancingPolicy: "{{ loadBalancingPolicy }}"
deadline: {{ deadline }}
jwtAudience: "{{ jwtAudience }}"
protocol: "{{ protocol }}"
overridesByRequestProtocol: "{{ overridesByRequestProtocol }}"
- name: monitoredResources
description: |
Defines the monitored resources used by this service. This is required by the `Service.monitoring` and `Service.logging` configurations.
value:
- type: "{{ type }}"
description: "{{ description }}"
name: "{{ name }}"
labels: "{{ labels }}"
launchStage: "{{ launchStage }}"
displayName: "{{ displayName }}"
- name: http
description: |
HTTP configuration.
value:
rules:
- responseBody: "{{ responseBody }}"
additionalBindings: "{{ additionalBindings }}"
selector: "{{ selector }}"
delete: "{{ delete }}"
custom:
kind: "{{ kind }}"
path: "{{ path }}"
body: "{{ body }}"
post: "{{ post }}"
get: "{{ get }}"
patch: "{{ patch }}"
put: "{{ put }}"
fullyDecodeReservedExpansion: {{ fullyDecodeReservedExpansion }}
- name: metrics
description: |
Defines the metrics used by this service.
value:
- type: "{{ type }}"
metadata:
launchStage: "{{ launchStage }}"
samplePeriod: "{{ samplePeriod }}"
ingestDelay: "{{ ingestDelay }}"
timeSeriesResourceHierarchyLevel:
- "{{ timeSeriesResourceHierarchyLevel }}"
displayName: "{{ displayName }}"
name: "{{ name }}"
unit: "{{ unit }}"
description: "{{ description }}"
metricKind: "{{ metricKind }}"
labels: "{{ labels }}"
valueType: "{{ valueType }}"
launchStage: "{{ launchStage }}"
monitoredResourceTypes: "{{ monitoredResourceTypes }}"
- name: logging
description: |
Logging configuration.
value:
consumerDestinations:
- monitoredResource: "{{ monitoredResource }}"
logs: "{{ logs }}"
producerDestinations:
- monitoredResource: "{{ monitoredResource }}"
logs: "{{ logs }}"
- name: aspects
description: |
Configuration aspects. This is a repeated field to allow multiple aspects to be configured. The kind field in each ConfigAspect specifies the type of aspect. The spec field contains the configuration for that aspect. The schema for the spec field is defined by the backend service owners.
value:
- kind: "{{ kind }}"
spec: "{{ spec }}"
rules: "{{ rules }}"
- name: configVersion
value: {{ configVersion }}
description: |
Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.
- name: id
value: "{{ id }}"
description: |
A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. Must be no longer than 63 characters and only lower case letters, digits, '.', '_' and '-' are allowed. If empty, the server may choose to generate one instead.
- name: sourceInfo
description: |
Output only. The source information for this configuration if available.
value:
sourceFiles: "{{ sourceFiles }}"
- name: documentation
description: |
Additional API documentation.
value:
documentationRootUrl: "{{ documentationRootUrl }}"
serviceRootUrl: "{{ serviceRootUrl }}"
summary: "{{ summary }}"
rules:
- selector: "{{ selector }}"
deprecationDescription: "{{ deprecationDescription }}"
description: "{{ description }}"
disableReplacementWords: "{{ disableReplacementWords }}"
sectionOverrides:
- subpages: "{{ subpages }}"
content: "{{ content }}"
name: "{{ name }}"
pages:
- subpages: "{{ subpages }}"
content: "{{ content }}"
name: "{{ name }}"
additionalIamInfo: "{{ additionalIamInfo }}"
overview: "{{ overview }}"
- name: endpoints
description: |
Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.
value:
- aliases: "{{ aliases }}"
target: "{{ target }}"
allowCors: {{ allowCors }}
name: "{{ name }}"
- name: control
description: |
Configuration for the service control plane.
value:
methodPolicies:
- selector: "{{ selector }}"
requestPolicies: "{{ requestPolicies }}"
environment: "{{ environment }}"
- name: authentication
description: |
Auth configuration.
value:
rules:
- allowWithoutCredential: {{ allowWithoutCredential }}
oauth:
canonicalScopes: "{{ canonicalScopes }}"
requirements: "{{ requirements }}"
selector: "{{ selector }}"
providers:
- issuer: "{{ issuer }}"
authorizationUrl: "{{ authorizationUrl }}"
id: "{{ id }}"
jwksUri: "{{ jwksUri }}"
audiences: "{{ audiences }}"
jwtLocations: "{{ jwtLocations }}"
- name: systemParameters
description: |
System parameter configuration.
value:
rules:
- selector: "{{ selector }}"
parameters: "{{ parameters }}"
- name: billing
description: |
Billing configuration.
value:
consumerDestinations:
- monitoredResource: "{{ monitoredResource }}"
metrics: "{{ metrics }}"
- name: monitoring
description: |
Monitoring configuration.
value:
producerDestinations:
- monitoredResource: "{{ monitoredResource }}"
metrics: "{{ metrics }}"
consumerDestinations:
- monitoredResource: "{{ monitoredResource }}"
metrics: "{{ metrics }}"
- name: logs
description: |
Defines the logs used by this service.
value:
- name: "{{ name }}"
displayName: "{{ displayName }}"
labels: "{{ labels }}"
description: "{{ description }}"
- name: quota
description: |
Quota configuration.
value:
metricRules:
- selector: "{{ selector }}"
metricCosts: "{{ metricCosts }}"
limits:
- unit: "{{ unit }}"
description: "{{ description }}"
name: "{{ name }}"
values: "{{ values }}"
maxLimit: "{{ maxLimit }}"
metric: "{{ metric }}"
duration: "{{ duration }}"
freeTier: "{{ freeTier }}"
defaultLimit: "{{ defaultLimit }}"
displayName: "{{ displayName }}"
- name: publishing
description: |
Settings for [Google Cloud Client libraries](https://cloud.google.com/apis/docs/cloud-client-libraries) generated from APIs defined as protocol buffers.
value:
restReferenceDocumentationUri: "{{ restReferenceDocumentationUri }}"
docTagPrefix: "{{ docTagPrefix }}"
documentationUri: "{{ documentationUri }}"
apiShortName: "{{ apiShortName }}"
organization: "{{ organization }}"
methodSettings:
- selector: "{{ selector }}"
longRunning:
initialPollDelay: "{{ initialPollDelay }}"
maxPollDelay: "{{ maxPollDelay }}"
totalPollTimeout: "{{ totalPollTimeout }}"
pollDelayMultiplier: {{ pollDelayMultiplier }}
autoPopulatedFields: "{{ autoPopulatedFields }}"
batching:
batchDescriptor:
discriminatorFields:
- "{{ discriminatorFields }}"
batchedField: "{{ batchedField }}"
subresponseField: "{{ subresponseField }}"
thresholds:
elementCountLimit: {{ elementCountLimit }}
requestByteThreshold: "{{ requestByteThreshold }}"
delayThreshold: "{{ delayThreshold }}"
requestByteLimit: {{ requestByteLimit }}
flowControlElementLimit: {{ flowControlElementLimit }}
flowControlLimitExceededBehavior: "{{ flowControlLimitExceededBehavior }}"
elementCountThreshold: {{ elementCountThreshold }}
flowControlByteLimit: {{ flowControlByteLimit }}
codeownerGithubTeams:
- "{{ codeownerGithubTeams }}"
protoReferenceDocumentationUri: "{{ protoReferenceDocumentationUri }}"
librarySettings:
- pythonSettings:
common:
referenceDocsUri: "{{ referenceDocsUri }}"
destinations:
- "{{ destinations }}"
selectiveGapicGeneration:
methods: "{{ methods }}"
generateOmittedAsInternal: {{ generateOmittedAsInternal }}
experimentalFeatures:
unversionedPackageDisabled: {{ unversionedPackageDisabled }}
restAsyncIoEnabled: {{ restAsyncIoEnabled }}
protobufPythonicTypesEnabled: {{ protobufPythonicTypesEnabled }}
goSettings:
common:
referenceDocsUri: "{{ referenceDocsUri }}"
destinations:
- "{{ destinations }}"
selectiveGapicGeneration:
methods: "{{ methods }}"
generateOmittedAsInternal: {{ generateOmittedAsInternal }}
renamedServices: "{{ renamedServices }}"
phpSettings:
common:
referenceDocsUri: "{{ referenceDocsUri }}"
destinations:
- "{{ destinations }}"
selectiveGapicGeneration:
methods: "{{ methods }}"
generateOmittedAsInternal: {{ generateOmittedAsInternal }}
libraryPackage: "{{ libraryPackage }}"
dotnetSettings:
renamedResources: "{{ renamedResources }}"
handwrittenSignatures:
- "{{ handwrittenSignatures }}"
ignoredResources:
- "{{ ignoredResources }}"
renamedServices: "{{ renamedServices }}"
common:
referenceDocsUri: "{{ referenceDocsUri }}"
destinations:
- "{{ destinations }}"
selectiveGapicGeneration:
methods: "{{ methods }}"
generateOmittedAsInternal: {{ generateOmittedAsInternal }}
forcedNamespaceAliases:
- "{{ forcedNamespaceAliases }}"
cppSettings:
common:
referenceDocsUri: "{{ referenceDocsUri }}"
destinations:
- "{{ destinations }}"
selectiveGapicGeneration:
methods: "{{ methods }}"
generateOmittedAsInternal: {{ generateOmittedAsInternal }}
restNumericEnums: {{ restNumericEnums }}
launchStage: "{{ launchStage }}"
nodeSettings:
common:
referenceDocsUri: "{{ referenceDocsUri }}"
destinations:
- "{{ destinations }}"
selectiveGapicGeneration:
methods: "{{ methods }}"
generateOmittedAsInternal: {{ generateOmittedAsInternal }}
rubySettings:
common:
referenceDocsUri: "{{ referenceDocsUri }}"
destinations:
- "{{ destinations }}"
selectiveGapicGeneration:
methods: "{{ methods }}"
generateOmittedAsInternal: {{ generateOmittedAsInternal }}
javaSettings:
common:
referenceDocsUri: "{{ referenceDocsUri }}"
destinations:
- "{{ destinations }}"
selectiveGapicGeneration:
methods: "{{ methods }}"
generateOmittedAsInternal: {{ generateOmittedAsInternal }}
libraryPackage: "{{ libraryPackage }}"
serviceClassNames: "{{ serviceClassNames }}"
version: "{{ version }}"
githubLabel: "{{ githubLabel }}"
newIssueUri: "{{ newIssueUri }}"
- name: enums
description: |
A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
value:
- enumvalue: "{{ enumvalue }}"
edition: "{{ edition }}"
name: "{{ name }}"
options: "{{ options }}"
sourceContext:
fileName: "{{ fileName }}"
syntax: "{{ syntax }}"
Lifecycle Methods
- submit
Creates a new service configuration (version) for a managed service based on user-supplied configuration source files (for example: OpenAPI Specification). This method stores the source configurations as well as the generated service configuration. To rollout the service configuration to other services, please call CreateServiceRollout. Only the 100 most recent configuration sources and ones referenced by existing service configurtions are kept for each service. The rest will be deleted eventually. Operation
EXEC google.servicemanagement.configs.submit
@serviceName='{{ serviceName }}' --required
@@json=
'{
"configSource": "{{ configSource }}",
"validateOnly": {{ validateOnly }}
}'
;