Home
last modified time | relevance | path

Searched defs:FieldMigrateAnnotationValidationError (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.go122 type FieldMigrateAnnotationValidationError struct { struct
123 field string
124 reason string
125 cause error
126 key bool
130 func (e FieldMigrateAnnotationValidationError) Field() string { return e.field }
133 func (e FieldMigrateAnnotationValidationError) Reason() string { return e.reason }
136 func (e FieldMigrateAnnotationValidationError) Cause() error { return e.cause }
139 func (e FieldMigrateAnnotationValidationError) Key() bool { return e.key }
142 func (e FieldMigrateAnnotationValidationError) ErrorName() string {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/udpa/annotations/
Dmigrate.pb.validate.go122 type FieldMigrateAnnotationValidationError struct { struct
123 field string
124 reason string
125 cause error
126 key bool
130 func (e FieldMigrateAnnotationValidationError) Field() string { return e.field }
133 func (e FieldMigrateAnnotationValidationError) Reason() string { return e.reason }
136 func (e FieldMigrateAnnotationValidationError) Cause() error { return e.cause }
139 func (e FieldMigrateAnnotationValidationError) Key() bool { return e.key }
142 func (e FieldMigrateAnnotationValidationError) ErrorName() string {
[all …]