public interface VersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getEpoch()
Used to correct mistakes in the version numbering scheme.
|
Version.VersionKind |
getKind()
Distinguish between sentinel MIN/MAX versions and normal versions.
|
int |
getKindValue()
Distinguish between sentinel MIN/MAX versions and normal versions.
|
String |
getName()
The main part of the version name.
|
com.google.protobuf.ByteString |
getNameBytes()
The main part of the version name.
|
String |
getRevision()
The iteration of the package build from the above version.
|
com.google.protobuf.ByteString |
getRevisionBytes()
The iteration of the package build from the above version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getEpoch()
Used to correct mistakes in the version numbering scheme.
int32 epoch = 1;String getName()
The main part of the version name.
string name = 2;com.google.protobuf.ByteString getNameBytes()
The main part of the version name.
string name = 2;String getRevision()
The iteration of the package build from the above version.
string revision = 3;com.google.protobuf.ByteString getRevisionBytes()
The iteration of the package build from the above version.
string revision = 3;int getKindValue()
Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored.
.grafeas.v1beta1.package.Version.VersionKind kind = 4;Version.VersionKind getKind()
Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored.
.grafeas.v1beta1.package.Version.VersionKind kind = 4;Copyright © 2019 Google LLC. All rights reserved.