Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::QueryRepositoryDirectoryContentsRequest.
QueryRepositoryDirectoryContents
request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#commit_sha
def commit_sha() -> ::String
- (::String) — Optional. The Commit SHA for the commit to query from. If unset, the directory will be queried from HEAD.
#commit_sha=
def commit_sha=(value) -> ::String
- value (::String) — Optional. The Commit SHA for the commit to query from. If unset, the directory will be queried from HEAD.
- (::String) — Optional. The Commit SHA for the commit to query from. If unset, the directory will be queried from HEAD.
#name
def name() -> ::String
- (::String) — Required. The repository's name.
#name=
def name=(value) -> ::String
- value (::String) — Required. The repository's name.
- (::String) — Required. The repository's name.
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. Maximum number of paths 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 paths to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
- (::Integer) — Optional. Maximum number of paths 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
QueryRepositoryDirectoryContents
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
QueryRepositoryDirectoryContents
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
QueryRepositoryDirectoryContents
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
QueryRepositoryDirectoryContents
must match the call that provided the page token.
-
(::String) — Optional. Page token received from a previous
QueryRepositoryDirectoryContents
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
QueryRepositoryDirectoryContents
must match the call that provided the page token.
#path
def path() -> ::String
- (::String) — Optional. The directory's full path including directory name, relative to root. If left unset, the root is used.
#path=
def path=(value) -> ::String
- value (::String) — Optional. The directory's full path including directory name, relative to root. If left unset, the root is used.
- (::String) — Optional. The directory's full path including directory name, relative to root. If left unset, the root is used.