Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Rpc::BadRequest.
Describes violations in a client request. This error type focuses on the syntactic aspects of the request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field_violations
def
field_violations
()
-
>
::
Array
< ::
Google
::
Rpc
::
BadRequest
::
FieldViolation
>
Returns
- ( ::Array < ::Google::Rpc::BadRequest::FieldViolation >) — Describes all violations in a client request.
#field_violations=
def
field_violations=
(
value
)
-
>
::
Array
< ::
Google
::
Rpc
::
BadRequest
::
FieldViolation
>
Parameter
- value( ::Array < ::Google::Rpc::BadRequest::FieldViolation >) — Describes all violations in a client request.
Returns
- ( ::Array < ::Google::Rpc::BadRequest::FieldViolation >) — Describes all violations in a client request.

