Class: Google::Cloud::Bigquery::DataTransfer::V1::CheckValidCredsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#has_valid_creds::Boolean

Returns If set to true, the credentials exist and are valid.

Returns:

  • (::Boolean)

    If set to true, the credentials exist and are valid.



583
584
585
586
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 583

class CheckValidCredsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end