Interface TestKitProtos.TestKitServiceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.exonum.messages.core.runtime.Base.ArtifactSpec getArtifactSpec()
      Artifact description.
      com.exonum.messages.core.runtime.Base.ArtifactSpecOrBuilder getArtifactSpecOrBuilder()
      Artifact description.
      com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams getServiceSpecs​(int index)
      Services to start on blockchain instantiation.
      int getServiceSpecsCount()
      Services to start on blockchain instantiation.
      List<com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams> getServiceSpecsList()
      Services to start on blockchain instantiation.
      com.exonum.messages.core.runtime.Lifecycle.InstanceInitParamsOrBuilder getServiceSpecsOrBuilder​(int index)
      Services to start on blockchain instantiation.
      List<? extends com.exonum.messages.core.runtime.Lifecycle.InstanceInitParamsOrBuilder> getServiceSpecsOrBuilderList()
      Services to start on blockchain instantiation.
      boolean hasArtifactSpec()
      Artifact description.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasArtifactSpec

        boolean hasArtifactSpec()
         Artifact description.
         
        .exonum.runtime.ArtifactSpec artifact_spec = 1;
        Returns:
        Whether the artifactSpec field is set.
      • getArtifactSpec

        com.exonum.messages.core.runtime.Base.ArtifactSpec getArtifactSpec()
         Artifact description.
         
        .exonum.runtime.ArtifactSpec artifact_spec = 1;
        Returns:
        The artifactSpec.
      • getArtifactSpecOrBuilder

        com.exonum.messages.core.runtime.Base.ArtifactSpecOrBuilder getArtifactSpecOrBuilder()
         Artifact description.
         
        .exonum.runtime.ArtifactSpec artifact_spec = 1;
      • getServiceSpecsList

        List<com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams> getServiceSpecsList()
         Services to start on blockchain instantiation.
         
        repeated .exonum.runtime.InstanceInitParams service_specs = 2;
      • getServiceSpecs

        com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams getServiceSpecs​(int index)
         Services to start on blockchain instantiation.
         
        repeated .exonum.runtime.InstanceInitParams service_specs = 2;
      • getServiceSpecsCount

        int getServiceSpecsCount()
         Services to start on blockchain instantiation.
         
        repeated .exonum.runtime.InstanceInitParams service_specs = 2;
      • getServiceSpecsOrBuilderList

        List<? extends com.exonum.messages.core.runtime.Lifecycle.InstanceInitParamsOrBuilder> getServiceSpecsOrBuilderList()
         Services to start on blockchain instantiation.
         
        repeated .exonum.runtime.InstanceInitParams service_specs = 2;
      • getServiceSpecsOrBuilder

        com.exonum.messages.core.runtime.Lifecycle.InstanceInitParamsOrBuilder getServiceSpecsOrBuilder​(int index)
         Services to start on blockchain instantiation.
         
        repeated .exonum.runtime.InstanceInitParams service_specs = 2;