Class: Google::Cloud::Build::V2::ListConnectionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::ListConnectionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Message for requesting list of Connections.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Number of results to return in the list.
-
#page_token ⇒ ::String
Page start.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Number of results to return in the list.
425 426 427 428 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 425 class ListConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Page start.
425 426 427 428 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 425 class ListConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of Connections.
Format: projects/*/locations/*
.
425 426 427 428 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 425 class ListConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |