Class: Google::Cloud::Dataform::V1::FetchRemoteBranchesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::FetchRemoteBranchesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
FetchRemoteBranches
response message.
Instance Attribute Summary collapse
-
#branches ⇒ ::Array<::String>
The remote repository's branch names.
Instance Attribute Details
#branches ⇒ ::Array<::String>
Returns The remote repository's branch names.
522 523 524 525 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 522 class FetchRemoteBranchesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |