Method: hashList.get
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
HTTP 요청
GET https://safebrowsing.googleapis.com/v5alpha1/hashList/{name}
URL은 gRPC 트랜스코딩 구문을 사용합니다.
경로 매개변수
매개변수 |
name |
string
필수 항목입니다. 이 특정 해시 목록의 이름입니다. 이는 위협 목록일 수도 있고, 글로벌 캐시일 수도 있습니다.
|
쿼리 매개변수
매개변수 |
version |
string (bytes format)
클라이언트에 이미 있는 해시 목록의 버전입니다. 클라이언트가 해시 목록을 처음 가져오는 경우에는 이 필드를 비워 두어야 합니다(MUST). 그렇지 않으면 클라이언트는 이전에 서버에서 수신한 버전을 제공해야 합니다(SHOULD). 클라이언트는 이러한 바이트를 조작하면 안 됩니다(MUST NOT). V5의 새로운 기능: API V4에서는 states 이라 불렸으나 이제 명확성을 위해 이름이 version 로 변경되었습니다. base64 인코딩 문자열입니다.
|
desiredHashLength |
enum (HashLength )
반환된 해시의 원하는 해시 접두사 길이(바이트)입니다. 그러면 서버는 지정된 길이의 모든 해시 접두사를 반환합니다. 해시 목록마다 desiredHashLength 필드에 허용되는 값에 관한 요구사항이 다릅니다. HashListMetadata 의 supportedHashLengths 필드에서 확인할 수 있습니다. desiredHashLength 가 supportedHashLengths 내에 값을 지정하지 않으면 오류가 반환됩니다.
|
sizeConstraints |
object (SizeConstraints )
목록의 크기 제약 조건 생략하면 제약 조건이 없습니다. 처리 성능, 대역폭 또는 저장용량이 제한된 모든 기기에 제약조건이 권장됩니다.
|
응답 본문
성공한 경우 응답 본문에 HashList
의 인스턴스가 포함됩니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-04-01(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-04-01(UTC)"],[[["Get the latest contents of a hash list, which can be a threat list or the Global Cache, using a standard GET method."],["The `name` path parameter specifies the hash list to retrieve."],["Provide the `version` query parameter to indicate the client's current hash list version or leave it empty for the initial fetch."],["Optionally, specify the desired hash prefix length using the `desiredHashLength` query parameter and set size constraints with the `sizeConstraints` parameter."],["The response body will contain the requested `HashList` data."]]],[]]