This product is not supported for your selected Datadog site. ().
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

gcp_apigateway_api_config

ancestors

Type: UNORDERED_LIST_STRING

create_time

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

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

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

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

Type: UNORDERED_LIST_STRING

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 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

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

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

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

resource_name

Type: STRING

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).

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

Type: UNORDERED_LIST_STRING

update_time

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