package
Version:
v0.0.0-...-ed11039
Opens a new window with list of versions in this module.
Published: Oct 28, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type ErrorInfo struct {
Reason string `json:"reason"`
Domain string `json:"domain"`
Metadata map[string]string `json:"metadata"`
}
type FieldViolation struct {
Field string `json:"-"`
Description *string `json:"-"`
DescriptionID *string `json:"-"`
DescriptionAny interface{} `json:"-"`
}
type HelpLink struct {
URL string `json:"url"`
Description string `json:"description"`
}
type Localized struct {
TextID *string `json:"-"`
Any interface{} `json:"-"`
}
type PreconditionViolation struct {
Type string `json:"type"`
Subject string `json:"subject"`
Description string `json:"description"`
}
type QuotaViolation struct {
Subject string `json:"subject"`
Description string `json:"description"`
}
type RequestInfo struct {
RequestID string `json:"requestId"`
RequestDuration *time.Duration `json:"requestDuration,omitempty"`
ServingData string `json:"servingData"`
ApproximatedLatency *time.Duration `json:"approximatedLatency,omitempty"`
}
type ResourceInfo struct {
Type string `json:"type"`
Name string `json:"name"`
Owner string `json:"owner"`
Description string `json:"description"`
}
type RetryInfo struct {
Delay time.Duration `json:"delay"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.