Interface RepoIdOrBuilder (1.45.0)

publicinterface RepoIdOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdCase()

publicabstractRepoId.IdCasegetIdCase()
Returns
Type Description
RepoId.IdCase

getProjectRepoId()

publicabstractProjectRepoIdgetProjectRepoId()

A combination of a project ID and a repo name.

.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;

Returns
Type Description
ProjectRepoId

The projectRepoId.

getProjectRepoIdOrBuilder()

publicabstractProjectRepoIdOrBuildergetProjectRepoIdOrBuilder()

A combination of a project ID and a repo name.

.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;

Returns
Type Description
ProjectRepoIdOrBuilder

getUid()

publicabstractStringgetUid()

A server-assigned, globally unique identifier.

string uid = 2;

Returns
Type Description
String

The uid.

getUidBytes()

publicabstractByteStringgetUidBytes()

A server-assigned, globally unique identifier.

string uid = 2;

Returns
Type Description
ByteString

The bytes for uid.

hasProjectRepoId()

publicabstractbooleanhasProjectRepoId()

A combination of a project ID and a repo name.

.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;

Returns
Type Description
boolean

Whether the projectRepoId field is set.

hasUid()

publicabstractbooleanhasUid()

A server-assigned, globally unique identifier.

string uid = 2;

Returns
Type Description
boolean

Whether the uid field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.