RuntimeConfig 리소스는 Cloud 런타임 구성 서비스의 기본 리소스입니다. RuntimeConfig 리소스는 메타데이터와 변수 계층 구조로 구성됩니다.
JSON 표현
{"name": string,"description": string}
필드
name
string
런타임 구성의 리소스 이름입니다. 이름의 형식은 다음과 같아야 합니다.
projects/[PROJECT_ID]/configs/[CONFIG_NAME]
[PROJECT_ID]는 유효한 프로젝트 ID여야 하며 [CONFIG_NAME]는 [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? 정규 표현식과 일치하는 임의의 이름입니다. [CONFIG_NAME] 길이는 64자(영문 기준) 미만이어야 합니다.
RuntimeConfig 리소스 이름은 개발자가 선택하지만 서버는 이름이 이 형식을 준수하는지 확인합니다. 리소스를 만든 후에는 리소스의 이름을 변경할 수 없습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-04(UTC)"],[[["A RuntimeConfig resource is the central component of the Cloud RuntimeConfig service, comprising metadata and a hierarchy of variables."],["The RuntimeConfig resource's name must adhere to a specific format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]`, with `[CONFIG_NAME]` being less than 64 characters."],["The `name` and `description` fields define the resource, with `description` being optional."],["Several methods are available to manage RuntimeConfig resources, including creating, deleting, getting, updating, and listing them."],["Managing access control on RuntimeConfig resources is available through the `getIamPolicy`, `setIamPolicy`, and `testIamPermissions` methods."]]],[]]