Uses of Class
com.exonum.messages.core.runtime.Base.ArtifactId
Package | Description |
---|---|
com.exonum.binding.common.runtime | |
com.exonum.messages.core.runtime |
-
Uses of Base.ArtifactId in com.exonum.binding.common.runtime
Methods in com.exonum.binding.common.runtime with parameters of type Base.ArtifactId Modifier and Type Method Description static ServiceArtifactId
ServiceArtifactId. fromProto(Base.ArtifactId artifactId)
Creates a new service artifact from the given artifact id message. -
Uses of Base.ArtifactId in com.exonum.messages.core.runtime
Methods in com.exonum.messages.core.runtime that return Base.ArtifactId Modifier and Type Method Description Base.ArtifactId
Base.ArtifactId.Builder. build()
Base.ArtifactId
Base.ArtifactId.Builder. buildPartial()
Base.ArtifactId
Base.ArtifactSpec.Builder. getArtifact()
Information uniquely identifying the artifact.Base.ArtifactId
Base.ArtifactSpec. getArtifact()
Information uniquely identifying the artifact.Base.ArtifactId
Base.ArtifactSpecOrBuilder. getArtifact()
Information uniquely identifying the artifact.Base.ArtifactId
Base.InstanceSpec.Builder. getArtifact()
Identifier of the corresponding artifact.Base.ArtifactId
Base.InstanceSpec. getArtifact()
Identifier of the corresponding artifact.Base.ArtifactId
Base.InstanceSpecOrBuilder. getArtifact()
Identifier of the corresponding artifact.static Base.ArtifactId
Base.ArtifactId. getDefaultInstance()
Base.ArtifactId
Base.ArtifactId.Builder. getDefaultInstanceForType()
Base.ArtifactId
Base.ArtifactId. getDefaultInstanceForType()
Base.ArtifactId
Lifecycle.InstanceMigration.Builder. getTarget()
Migration target to obtain migration scripts from.Base.ArtifactId
Lifecycle.InstanceMigration. getTarget()
Migration target to obtain migration scripts from.Base.ArtifactId
Lifecycle.InstanceMigrationOrBuilder. getTarget()
Migration target to obtain migration scripts from.static Base.ArtifactId
Base.ArtifactId. parseDelimitedFrom(java.io.InputStream input)
static Base.ArtifactId
Base.ArtifactId. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.ArtifactId
Base.ArtifactId. parseFrom(byte[] data)
static Base.ArtifactId
Base.ArtifactId. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.ArtifactId
Base.ArtifactId. parseFrom(com.google.protobuf.ByteString data)
static Base.ArtifactId
Base.ArtifactId. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.ArtifactId
Base.ArtifactId. parseFrom(com.google.protobuf.CodedInputStream input)
static Base.ArtifactId
Base.ArtifactId. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.ArtifactId
Base.ArtifactId. parseFrom(java.io.InputStream input)
static Base.ArtifactId
Base.ArtifactId. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.ArtifactId
Base.ArtifactId. parseFrom(java.nio.ByteBuffer data)
static Base.ArtifactId
Base.ArtifactId. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.exonum.messages.core.runtime that return types with arguments of type Base.ArtifactId Modifier and Type Method Description com.google.protobuf.Parser<Base.ArtifactId>
Base.ArtifactId. getParserForType()
static com.google.protobuf.Parser<Base.ArtifactId>
Base.ArtifactId. parser()
Methods in com.exonum.messages.core.runtime with parameters of type Base.ArtifactId Modifier and Type Method Description Base.ArtifactSpec.Builder
Base.ArtifactSpec.Builder. mergeArtifact(Base.ArtifactId value)
Information uniquely identifying the artifact.Base.InstanceSpec.Builder
Base.InstanceSpec.Builder. mergeArtifact(Base.ArtifactId value)
Identifier of the corresponding artifact.Base.ArtifactId.Builder
Base.ArtifactId.Builder. mergeFrom(Base.ArtifactId other)
Lifecycle.InstanceMigration.Builder
Lifecycle.InstanceMigration.Builder. mergeTarget(Base.ArtifactId value)
Migration target to obtain migration scripts from.static Base.ArtifactId.Builder
Base.ArtifactId. newBuilder(Base.ArtifactId prototype)
Base.ArtifactSpec.Builder
Base.ArtifactSpec.Builder. setArtifact(Base.ArtifactId value)
Information uniquely identifying the artifact.Base.InstanceSpec.Builder
Base.InstanceSpec.Builder. setArtifact(Base.ArtifactId value)
Identifier of the corresponding artifact.Lifecycle.InstanceMigration.Builder
Lifecycle.InstanceMigration.Builder. setTarget(Base.ArtifactId value)
Migration target to obtain migration scripts from.