REST Resource: projects.locations.scopes

리소스: 범위

범위 객체를 설명하는 메시지

JSON 표현
{
  "name": string,
  "updateTime": string,
  "logScope": string
}
필드
name

string

식별자. 리소스의 이름입니다. 형식은 다음과 같습니다.

projects/{project}/locations/{location}/scopes/{scope}

{location} 필드는 global로 설정되어야 합니다. {scope} 필드는 _Default로 설정되어야 합니다.

updateTime

string (Timestamp format)

출력 전용입니다. 업데이트 타임스탬프. 참고: 기본 범위의 업데이트 타임스탬프는 처음에 설정되지 않습니다.

생성된 출력은 항상 Z-정규화되고 소수점 이하 자릿수가 0, 3, 6 또는 9인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30"입니다.

logScope

string

필수 입력란입니다. LogScope의 전체 리소스 이름입니다. 예를 들면 다음과 같습니다.

//logging.googleapis.com/projects/myproject/locations/global/logScopes/my-log-scope

메서드

get

단일 범위의 세부정보를 가져옵니다.

patch

단일 범위의 매개변수를 업데이트합니다.