Interface ProjectRepoIdOrBuilder (1.41.0)

public interface ProjectRepoIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProjectId()

public abstract String getProjectId()

The ID of the project.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

The ID of the project.

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.

getRepoName()

public abstract String getRepoName()

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

string repo_name = 2;

Returns
TypeDescription
String

The repoName.

getRepoNameBytes()

public abstract ByteString getRepoNameBytes()

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

string repo_name = 2;

Returns
TypeDescription
ByteString

The bytes for repoName.