Uri
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Route Optimization API에서 읽고 쓸 수 있는 리소스를 가리키는 범용 리소스 식별자입니다.
JSON 표현 |
{
"uri": string
} |
필드 |
uri |
string
리소스의 URI입니다. 리소스가 아직 존재하지 않을 수 있습니다. 리소스의 콘텐츠는 JSON 또는 textproto로 인코딩됩니다. Google Cloud Storage 리소스만 지원됩니다. 리소스가 JSON으로 인코딩된 경우 리소스 이름에 .json 를 접미사로 추가해야 합니다. 리소스가 textproto로 인코딩된 경우 리소스 이름에 .txtpb 이 접미사로 추가되어야 합니다. 예를 들어 JSON 인코딩된 파일의 Google Cloud Storage URI는 gs://bucket/path/input/object.json 와 같을 수 있습니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-31(UTC)
[null,null,["최종 업데이트: 2025-08-31(UTC)"],[],[],null,["# Uri\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA Universal Resource Identifier that points to a resource that can be read and written by the Route Optimization API.\n\n| JSON representation |\n|---------------------------|\n| ``` { \"uri\": string } ``` |\n\n| Fields ||\n|-------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `uri` | `string` The URI of the resource. The resource may not yet exist. The contents of the resource are encoded as either JSON or textproto. Only Google Cloud Storage resources are supported. If the resource is encoded as JSON, the resource name must be suffixed with `.json`. If the resource is encoded as textproto, the resource name must be suffixed with `.txtpb`. For example, a Google Cloud Storage URI to a JSON encoded file might look like: `gs://bucket/path/input/object.json`. |"]]