Package com.exonum.messages.core.runtime
Interface Lifecycle.ArtifactStateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lifecycle.ArtifactState
,Lifecycle.ArtifactState.Builder
- Enclosing class:
- Lifecycle
public static interface Lifecycle.ArtifactStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description com.google.protobuf.ByteString
getDeploySpec()
Runtime-specific artifact specification.Lifecycle.ArtifactState.Status
getStatus()
Artifact deployment status.int
getStatusValue()
Artifact deployment status.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDeploySpec
com.google.protobuf.ByteString getDeploySpec()Runtime-specific artifact specification.
bytes deploy_spec = 1;
- Returns:
- The deploySpec.
-
getStatusValue
int getStatusValue()Artifact deployment status.
.exonum.runtime.ArtifactState.Status status = 2;
- Returns:
- The enum numeric value on the wire for status.
-
getStatus
Lifecycle.ArtifactState.Status getStatus()Artifact deployment status.
.exonum.runtime.ArtifactState.Status status = 2;
- Returns:
- The status.
-