Interface RepoIdOrBuilder (2.15.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface RepoIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdCase()

public abstract RepoId.IdCase getIdCase()
Returns
TypeDescription
RepoId.IdCase

getProjectRepoId()

public abstract ProjectRepoId getProjectRepoId()

A combination of a project ID and a repo name.

.grafeas.v1.ProjectRepoId project_repo_id = 1;

Returns
TypeDescription
ProjectRepoId

The projectRepoId.

getProjectRepoIdOrBuilder()

public abstract ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder()

A combination of a project ID and a repo name.

.grafeas.v1.ProjectRepoId project_repo_id = 1;

Returns
TypeDescription
ProjectRepoIdOrBuilder

getUid()

public abstract String getUid()

A server-assigned, globally unique identifier.

string uid = 2;

Returns
TypeDescription
String

The uid.

getUidBytes()

public abstract ByteString getUidBytes()

A server-assigned, globally unique identifier.

string uid = 2;

Returns
TypeDescription
ByteString

The bytes for uid.

hasProjectRepoId()

public abstract boolean hasProjectRepoId()

A combination of a project ID and a repo name.

.grafeas.v1.ProjectRepoId project_repo_id = 1;

Returns
TypeDescription
boolean

Whether the projectRepoId field is set.

hasUid()

public abstract boolean hasUid()

A server-assigned, globally unique identifier.

string uid = 2;

Returns
TypeDescription
boolean

Whether the uid field is set.