Package flyteidl.admin
Interface VersionOuterClass.VersionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VersionOuterClass.Version,VersionOuterClass.Version.Builder
- Enclosing class:
- VersionOuterClass
public static interface VersionOuterClass.VersionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBuild()Specifies the GIT sha of the buildcom.google.protobuf.ByteStringgetBuildBytes()Specifies the GIT sha of the buildStringgetBuildTime()Build timestampcom.google.protobuf.ByteStringgetBuildTimeBytes()Build timestampStringgetVersion()Version for the build, should follow a semvercom.google.protobuf.ByteStringgetVersionBytes()Version for the build, should follow a semver-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBuild
String getBuild()
Specifies the GIT sha of the build
string Build = 1;- Returns:
- The build.
-
getBuildBytes
com.google.protobuf.ByteString getBuildBytes()
Specifies the GIT sha of the build
string Build = 1;- Returns:
- The bytes for build.
-
getVersion
String getVersion()
Version for the build, should follow a semver
string Version = 2;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Version for the build, should follow a semver
string Version = 2;- Returns:
- The bytes for version.
-
getBuildTime
String getBuildTime()
Build timestamp
string BuildTime = 3;- Returns:
- The buildTime.
-
getBuildTimeBytes
com.google.protobuf.ByteString getBuildTimeBytes()
Build timestamp
string BuildTime = 3;- Returns:
- The bytes for buildTime.
-
-