Resource: LoggingSetting
Message describing LoggingSetting object
| JSON representation | 
|---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "logPromptsAndResponses": boolean, "logMetadata": boolean }  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Identifier. Name of the resource. Format:projects/{project}/locations/{location}/loggingsettings/{loggingsetting}  | 
              
createTime | 
                
                   
 Output only. [Output only] Create time stamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
updateTime | 
                
                   
 Output only. [Output only] Update time stamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
labels | 
                
                   
 Optional. Labels as key value pairs. An object containing a list of   | 
              
logPromptsAndResponses | 
                
                   
 Optional. Whether to log prompts and responses.  | 
              
logMetadata | 
                
                   
 Optional. Whether to log metadata.  | 
              
Methods | 
            |
|---|---|
                
 | 
              Creates a new LoggingSetting in a given project and location. | 
                
 | 
              Deletes a single LoggingSetting. | 
                
 | 
              Gets details of a single LoggingSetting. | 
                
 | 
              Lists LoggingSettings in a given project and location. | 
                
 | 
              Updates the parameters of a single LoggingSetting. |