Class RepoId (2.31.0)

public final class RepoId extends GeneratedMessageV3 implements RepoIdOrBuilder

A unique identifier for a Cloud Repo.

Protobuf type grafeas.v1.RepoId

Implements

RepoIdOrBuilder

Static Fields

PROJECT_REPO_ID_FIELD_NUMBER

public static final int PROJECT_REPO_ID_FIELD_NUMBER
Field Value
TypeDescription
int

UID_FIELD_NUMBER

public static final int UID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RepoId getDefaultInstance()
Returns
TypeDescription
RepoId

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static RepoId.Builder newBuilder()
Returns
TypeDescription
RepoId.Builder

newBuilder(RepoId prototype)

public static RepoId.Builder newBuilder(RepoId prototype)
Parameter
NameDescription
prototypeRepoId
Returns
TypeDescription
RepoId.Builder

parseDelimitedFrom(InputStream input)

public static RepoId parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RepoId
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RepoId parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RepoId
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static RepoId parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RepoId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RepoId parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RepoId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RepoId parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RepoId
Exceptions
TypeDescription