Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/udpa/annotations/
Dsecurity.pb.validate.go53 type FieldSecurityAnnotationValidationError struct { struct
54 field string
55 reason string
56 cause error
57 key bool
61 func (e FieldSecurityAnnotationValidationError) Field() string { return e.field }
64 func (e FieldSecurityAnnotationValidationError) Reason() string { return e.reason }
67 func (e FieldSecurityAnnotationValidationError) Cause() error { return e.cause }
70 func (e FieldSecurityAnnotationValidationError) Key() bool { return e.key }
73 func (e FieldSecurityAnnotationValidationError) ErrorName() string {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/annotations/v3/
Dsecurity.pb.validate.go53 type FieldSecurityAnnotationValidationError struct { struct
54 field string
55 reason string
56 cause error
57 key bool
61 func (e FieldSecurityAnnotationValidationError) Field() string { return e.field }
64 func (e FieldSecurityAnnotationValidationError) Reason() string { return e.reason }
67 func (e FieldSecurityAnnotationValidationError) Cause() error { return e.cause }
70 func (e FieldSecurityAnnotationValidationError) Key() bool { return e.key }
73 func (e FieldSecurityAnnotationValidationError) ErrorName() string {
[all …]