public final class RepoId extends GeneratedMessageV3 implements RepoIdOrBuilder
A unique identifier for a Cloud Repo.
Protobuf type grafeas.v1.RepoId
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RepoIdImplements
RepoIdOrBuilderStatic Fields
PROJECT_REPO_ID_FIELD_NUMBER
public static final int PROJECT_REPO_ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
UID_FIELD_NUMBER
public static final int UID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static RepoId getDefaultInstance()
Returns | |
---|---|
Type | Description |
RepoId |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static RepoId.Builder newBuilder()
Returns | |
---|---|
Type | Description |
RepoId.Builder |
newBuilder(RepoId prototype)
public static RepoId.Builder newBuilder(RepoId prototype)
Parameter | |
---|---|
Name | Description |
prototype | RepoId |
Returns | |
---|---|
Type | Description |
RepoId.Builder |
parseDelimitedFrom(InputStream input)
public static RepoId parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
RepoId |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RepoId parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
RepoId |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static RepoId parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
RepoId |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RepoId parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
RepoId |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static RepoId parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
RepoId |
Exceptions | |
---|---|
Type | Description |
|