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 ServiceArtifactIdServiceArtifactId. 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.ArtifactIdBase.ArtifactId.Builder. build()Base.ArtifactIdBase.ArtifactId.Builder. buildPartial()Base.ArtifactIdBase.ArtifactSpec.Builder. getArtifact()Information uniquely identifying the artifact.Base.ArtifactIdBase.ArtifactSpec. getArtifact()Information uniquely identifying the artifact.Base.ArtifactIdBase.ArtifactSpecOrBuilder. getArtifact()Information uniquely identifying the artifact.Base.ArtifactIdBase.InstanceSpec.Builder. getArtifact()Identifier of the corresponding artifact.Base.ArtifactIdBase.InstanceSpec. getArtifact()Identifier of the corresponding artifact.Base.ArtifactIdBase.InstanceSpecOrBuilder. getArtifact()Identifier of the corresponding artifact.static Base.ArtifactIdBase.ArtifactId. getDefaultInstance()Base.ArtifactIdBase.ArtifactId.Builder. getDefaultInstanceForType()Base.ArtifactIdBase.ArtifactId. getDefaultInstanceForType()Base.ArtifactIdLifecycle.InstanceMigration.Builder. getTarget()Migration target to obtain migration scripts from.Base.ArtifactIdLifecycle.InstanceMigration. getTarget()Migration target to obtain migration scripts from.Base.ArtifactIdLifecycle.InstanceMigrationOrBuilder. getTarget()Migration target to obtain migration scripts from.static Base.ArtifactIdBase.ArtifactId. parseDelimitedFrom(java.io.InputStream input)static Base.ArtifactIdBase.ArtifactId. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Base.ArtifactIdBase.ArtifactId. parseFrom(byte[] data)static Base.ArtifactIdBase.ArtifactId. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Base.ArtifactIdBase.ArtifactId. parseFrom(com.google.protobuf.ByteString data)static Base.ArtifactIdBase.ArtifactId. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Base.ArtifactIdBase.ArtifactId. parseFrom(com.google.protobuf.CodedInputStream input)static Base.ArtifactIdBase.ArtifactId. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Base.ArtifactIdBase.ArtifactId. parseFrom(java.io.InputStream input)static Base.ArtifactIdBase.ArtifactId. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Base.ArtifactIdBase.ArtifactId. parseFrom(java.nio.ByteBuffer data)static Base.ArtifactIdBase.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.BuilderBase.ArtifactSpec.Builder. mergeArtifact(Base.ArtifactId value)Information uniquely identifying the artifact.Base.InstanceSpec.BuilderBase.InstanceSpec.Builder. mergeArtifact(Base.ArtifactId value)Identifier of the corresponding artifact.Base.ArtifactId.BuilderBase.ArtifactId.Builder. mergeFrom(Base.ArtifactId other)Lifecycle.InstanceMigration.BuilderLifecycle.InstanceMigration.Builder. mergeTarget(Base.ArtifactId value)Migration target to obtain migration scripts from.static Base.ArtifactId.BuilderBase.ArtifactId. newBuilder(Base.ArtifactId prototype)Base.ArtifactSpec.BuilderBase.ArtifactSpec.Builder. setArtifact(Base.ArtifactId value)Information uniquely identifying the artifact.Base.InstanceSpec.BuilderBase.InstanceSpec.Builder. setArtifact(Base.ArtifactId value)Identifier of the corresponding artifact.Lifecycle.InstanceMigration.BuilderLifecycle.InstanceMigration.Builder. setTarget(Base.ArtifactId value)Migration target to obtain migration scripts from.