Method: projects.locations.collections.dataStores.siteSearchEngine.getUriPatternDocumentData

고급 사이트 검색 DataStore의 문서 데이터 매핑에 대한 URI 패턴을 가져옵니다.

HTTP 요청

GET https://discoveryengine.googleapis.com/v1alpha/{siteSearchEngine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:getUriPatternDocumentData

URL은 gRPC 트랜스코딩 문법을 사용합니다.

경로 매개변수

매개변수
siteSearchEngine

string

필수 항목입니다. SiteSearchEngine의 전체 리소스 이름입니다(예: projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine).

요청 본문

요청 본문은 비어 있어야 합니다.

응답 본문

SiteSearchEngineService.GetUriPatternDocumentData 메서드의 응답 메시지입니다.

성공한 경우 응답 본문은 다음과 같은 구조의 데이터를 포함합니다.

JSON 표현
{
  "documentDataMap": {
    string: {
      object
    },
    ...
  }
}
필드
documentDataMap

map (key: string, value: object (Struct format))

URI 패턴으로 키가 지정된 문서 데이터입니다. 예: documentDataMap = { "www.url1.com/*": { "Categories": ["category1", "category2"] }, "www.url2.com/*": { "Categories": ["category3"] } }

승인 범위

다음 OAuth 범위 중 하나가 필요합니다.

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/discoveryengine.readwrite

자세한 내용은 Authentication Overview를 참조하세요.