Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class FetchTreeRequest.
Request message for fetching a tree structure from a repository.
Generated from protobuf message google.cloud.securesourcemanager.v1.FetchTreeRequest
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ repository |
string
Required. The format is |
↳ ref |
string
Optional. |
↳ recursive |
bool
Optional. If true, include all subfolders and their files in the response. If false, only the immediate children are returned. |
↳ page_size |
int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, at most 10,000 items will be returned. |
↳ page_token |
string
Optional. A token identifying a page of results the server should return. |
getRepository
Required. The format is
projects/{project_number}/locations/{location_id}/repositories/{repository_id}.
Specifies the repository to fetch the tree from.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRepository
Required. The format is
projects/{project_number}/locations/{location_id}/repositories/{repository_id}.
Specifies the repository to fetch the tree from.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRef
Optional. ref can be a SHA-1 hash, a branch name, or a tag. Specifies
which tree to fetch. If not specified, the default branch will be used.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRef
Optional. ref can be a SHA-1 hash, a branch name, or a tag. Specifies
which tree to fetch. If not specified, the default branch will be used.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRecursive
Optional. If true, include all subfolders and their files in the response.
If false, only the immediate children are returned.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setRecursive
Optional. If true, include all subfolders and their files in the response.
If false, only the immediate children are returned.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, at most 10,000 items will be returned.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, at most 10,000 items will be returned.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Optional. A token identifying a page of results the server should return.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Optional. A token identifying a page of results the server should return.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|