Class: Google::Cloud::Dataform::V1beta1::FetchRemoteBranchesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::FetchRemoteBranchesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/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.
488 489 490 491 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 488 class FetchRemoteBranchesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |