Interface ProjectRepoIdOrBuilder (1.60.0)

publicinterfaceProjectRepoIdOrBuilderextendsMessageOrBuilder

Methods

getProjectId()

publicabstractStringgetProjectId()

The ID of the project.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

publicabstractByteStringgetProjectIdBytes()

The ID of the project.

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.

getRepoName()

publicabstractStringgetRepoName()

The name of the repo. Leave empty for the default repo.

string repo_name = 2;

Returns
TypeDescription
String

The repoName.

getRepoNameBytes()

publicabstractByteStringgetRepoNameBytes()

The name of the repo. Leave empty for the default repo.

string repo_name = 2;

Returns
TypeDescription
ByteString

The bytes for repoName.