Class: Google::Cloud::Bigquery::DataTransfer::V1::CheckValidCredsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::CheckValidCredsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb
Overview
A response indicating whether the credentials exist and are valid.
Instance Attribute Summary collapse
-
#has_valid_creds ⇒ ::Boolean
If set to
true
, the credentials exist and are valid.
Instance Attribute Details
#has_valid_creds ⇒ ::Boolean
Returns If set to true
, the credentials exist and are valid.
605 606 607 608 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 605 class CheckValidCredsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |