Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::ListRepositoriesRequest.
ListRepositories
request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
- (::String) — Optional. Filter for the returned list.
#filter=
def filter=(value) -> ::String
- value (::String) — Optional. Filter for the returned list.
- (::String) — Optional. Filter for the returned list.
#order_by
def order_by() -> ::String
-
(::String) — Optional. This field only supports ordering by
name
. If unspecified, the server will choose the ordering. If specified, the default order is ascending for thename
field.
#order_by=
def order_by=(value) -> ::String
-
value (::String) — Optional. This field only supports ordering by
name
. If unspecified, the server will choose the ordering. If specified, the default order is ascending for thename
field.
-
(::String) — Optional. This field only supports ordering by
name
. If unspecified, the server will choose the ordering. If specified, the default order is ascending for thename
field.
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. Maximum number of repositories to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. Maximum number of repositories to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
- (::Integer) — Optional. Maximum number of repositories to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
#page_token
def page_token() -> ::String
-
(::String) — Optional. Page token received from a previous
ListRepositories
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListRepositories
must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Optional. Page token received from a previous
ListRepositories
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListRepositories
must match the call that provided the page token.
-
(::String) — Optional. Page token received from a previous
ListRepositories
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListRepositories
must match the call that provided the page token.
#parent
def parent() -> ::String
-
(::String) — Required. The location in which to list repositories. Must be in the format
projects/*/locations/*
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The location in which to list repositories. Must be in the format
projects/*/locations/*
.
-
(::String) — Required. The location in which to list repositories. Must be in the format
projects/*/locations/*
.