Reference documentation and code samples for the Grafeas V1 Client class ProjectRepoId.
Selects a repo using a Google Cloud Platform project ID (e.g., winged-cargo-31) and a repo name within that project.
Generated from protobuf message grafeas.v1.ProjectRepoId
Namespace
Grafeas \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id |
string
The ID of the project. |
↳ repo_name |
string
The name of the repo. Leave empty for the default repo. |
getProjectId
The ID of the project.
Returns | |
---|---|
Type | Description |
string |
setProjectId
The ID of the project.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRepoName
The name of the repo. Leave empty for the default repo.
Returns | |
---|---|
Type | Description |
string |
setRepoName
The name of the repo. Leave empty for the default repo.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |