Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class FetchGitRefsResponse.
Response for fetching git refs.
Generated from protobuf message google.cloud.developerconnect.v1.FetchGitRefsResponse
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ref_names |
array
Name of the refs fetched. |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
getRefNames
Name of the refs fetched.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRefNames
Name of the refs fetched.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token identifying a page of results the server should return.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |