---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# gcp_apigateway_api_config{% #gcp_apigateway_api_config %}

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING`

## `create_time`{% #create_time %}

**Type**: `TIMESTAMP`**Provider name**: `createTime`**Description**: Output only. Created time.

## `gateway_service_account`{% #gateway_service_account %}

**Type**: `STRING`**Provider name**: `gatewayServiceAccount`**Description**: Immutable. The Google Cloud IAM Service Account that Gateways serving this config should use to authenticate to other services. This may either be the Service Account's email (`{ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com`) or its full resource name (`projects/{PROJECT}/accounts/{UNIQUE_ID}`). This is most often used when the service is a GCP resource such as a Cloud Run Service or an IAP-secured service.

## `gcp_display_name`{% #gcp_display_name %}

**Type**: `STRING`**Provider name**: `displayName`**Description**: Optional. Display name.

## `grpc_services`{% #grpc_services %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `grpcServices`**Description**: Optional. gRPC service definition files. If specified, openapi_documents must not be included.

- `file_descriptor_set`**Type**: `STRUCT`**Provider name**: `fileDescriptorSet`**Description**: Input only. File descriptor set, generated by protoc. To generate, use protoc with imports and source info included. For an example test.proto file, the following command would put the value in a new file named out.pb. $ protoc –include_imports –include_source_info test.proto -o out.pb
  - `path`**Type**: `STRING`**Provider name**: `path`**Description**: The file path (full or relative path). This is typically the path of the file when it is uploaded.
- `gcp_source`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `source`**Description**: Optional. Uncompiled proto files associated with the descriptor set, used for display purposes (server-side compilation is not supported). These should match the inputs to 'protoc' command used to generate file_descriptor_set.
  - `path`**Type**: `STRING`**Provider name**: `path`**Description**: The file path (full or relative path). This is typically the path of the file when it is uploaded.

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING`

## `managed_service_configs`{% #managed_service_configs %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `managedServiceConfigs`**Description**: Optional. Service Configuration files. At least one must be included when using gRPC service definitions. See [https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview](https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview) for the expected file contents. If multiple files are specified, the files are merged with the following rules: * All singular scalar fields are merged using "last one wins" semantics in the order of the files uploaded. * Repeated fields are concatenated. * Singular embedded messages are merged using these rules for nested fields.

- `path`**Type**: `STRING`**Provider name**: `path`**Description**: The file path (full or relative path). This is typically the path of the file when it is uploaded.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: Output only. Resource name of the API Config. Format: projects/{project}/locations/global/apis/{api}/configs/{api_config}

## `openapi_documents`{% #openapi_documents %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `openapiDocuments`**Description**: Optional. OpenAPI specification documents. If specified, grpc_services and managed_service_configs must not be included.

- `document`**Type**: `STRUCT`**Provider name**: `document`**Description**: The OpenAPI Specification document file.
  - `path`**Type**: `STRING`**Provider name**: `path`**Description**: The file path (full or relative path). This is typically the path of the file when it is uploaded.

## `organization_id`{% #organization_id %}

**Type**: `STRING`

## `parent`{% #parent %}

**Type**: `STRING`

## `project_id`{% #project_id %}

**Type**: `STRING`

## `project_number`{% #project_number %}

**Type**: `STRING`

## `region_id`{% #region_id %}

**Type**: `STRING`

## `resource_name`{% #resource_name %}

**Type**: `STRING`

## `service_config_id`{% #service_config_id %}

**Type**: `STRING`**Provider name**: `serviceConfigId`**Description**: Output only. The ID of the associated Service Config ( [https://cloud.google.com/service-infrastructure/docs/glossary#config)](https://cloud.google.com/service-infrastructure/docs/glossary#config%29).

## `state`{% #state %}

**Type**: `STRING`**Provider name**: `state`**Description**: Output only. State of the API Config.**Possible values**:

- `STATE_UNSPECIFIED` - API Config does not have a state yet.
- `CREATING` - API Config is being created and deployed to the API Controller.
- `ACTIVE` - API Config is ready for use by Gateways.
- `FAILED` - API Config creation failed.
- `DELETING` - API Config is being deleted.
- `UPDATING` - API Config is being updated.
- `ACTIVATING` - API Config settings are being activated in downstream systems. API Configs in this state cannot be used by Gateways.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `update_time`{% #update_time %}

**Type**: `TIMESTAMP`**Provider name**: `updateTime`**Description**: Output only. Updated time.

## `zone_id`{% #zone_id %}

**Type**: `STRING`
