Home
last modified time | relevance | path

Searched defs:FileMigrateAnnotationValidationError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/annotations/v3/
Dmigrate.pb.validate.go191 type FileMigrateAnnotationValidationError struct { struct
192 field string
193 reason string
194 cause error
195 key bool
199 func (e FileMigrateAnnotationValidationError) Field() string { return e.field }
202 func (e FileMigrateAnnotationValidationError) Reason() string { return e.reason }
205 func (e FileMigrateAnnotationValidationError) Cause() error { return e.cause }
208 func (e FileMigrateAnnotationValidationError) Key() bool { return e.key }
211 func (e FileMigrateAnnotationValidationError) ErrorName() string {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/udpa/annotations/
Dmigrate.pb.validate.go191 type FileMigrateAnnotationValidationError struct { struct
192 field string
193 reason string
194 cause error
195 key bool
199 func (e FileMigrateAnnotationValidationError) Field() string { return e.field }
202 func (e FileMigrateAnnotationValidationError) Reason() string { return e.reason }
205 func (e FileMigrateAnnotationValidationError) Cause() error { return e.cause }
208 func (e FileMigrateAnnotationValidationError) Key() bool { return e.key }
211 func (e FileMigrateAnnotationValidationError) ErrorName() string {
[all …]