Package com.exonum.core.messages
Interface Runtime.InstanceSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Runtime.InstanceSpec,Runtime.InstanceSpec.Builder
- Enclosing class:
- Runtime
public static interface Runtime.InstanceSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description Runtime.ArtifactIdgetArtifact().exonum.runtime.ArtifactId artifact = 3;Runtime.ArtifactIdOrBuildergetArtifactOrBuilder().exonum.runtime.ArtifactId artifact = 3;intgetId()uint32 id = 1;StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;booleanhasArtifact().exonum.runtime.ArtifactId artifact = 3;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
int getId()uint32 id = 1;- Returns:
- The id.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
hasArtifact
boolean hasArtifact().exonum.runtime.ArtifactId artifact = 3;- Returns:
- Whether the artifact field is set.
-
getArtifact
Runtime.ArtifactId getArtifact().exonum.runtime.ArtifactId artifact = 3;- Returns:
- The artifact.
-
getArtifactOrBuilder
Runtime.ArtifactIdOrBuilder getArtifactOrBuilder().exonum.runtime.ArtifactId artifact = 3;
-