Interface TestKitProtos.TestKitServiceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TestKitProtos.TestKitService,TestKitProtos.TestKitService.Builder
- Enclosing class:
- TestKitProtos
public static interface TestKitProtos.TestKitServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description Base.ArtifactSpecgetArtifactSpec()Artifact description.Base.ArtifactSpecOrBuildergetArtifactSpecOrBuilder()Artifact description.Lifecycle.InstanceInitParamsgetServiceSpecs(int index)Services to start on blockchain instantiation.intgetServiceSpecsCount()Services to start on blockchain instantiation.java.util.List<Lifecycle.InstanceInitParams>getServiceSpecsList()Services to start on blockchain instantiation.Lifecycle.InstanceInitParamsOrBuildergetServiceSpecsOrBuilder(int index)Services to start on blockchain instantiation.java.util.List<? extends Lifecycle.InstanceInitParamsOrBuilder>getServiceSpecsOrBuilderList()Services to start on blockchain instantiation.booleanhasArtifactSpec()Artifact description.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasArtifactSpec
boolean hasArtifactSpec()Artifact description.
.exonum.runtime.ArtifactSpec artifact_spec = 1;- Returns:
- Whether the artifactSpec field is set.
-
getArtifactSpec
Base.ArtifactSpec getArtifactSpec()Artifact description.
.exonum.runtime.ArtifactSpec artifact_spec = 1;- Returns:
- The artifactSpec.
-
getArtifactSpecOrBuilder
Base.ArtifactSpecOrBuilder getArtifactSpecOrBuilder()Artifact description.
.exonum.runtime.ArtifactSpec artifact_spec = 1; -
getServiceSpecsList
java.util.List<Lifecycle.InstanceInitParams> getServiceSpecsList()Services to start on blockchain instantiation.
repeated .exonum.runtime.InstanceInitParams service_specs = 2; -
getServiceSpecs
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
java.util.List<? extends Lifecycle.InstanceInitParamsOrBuilder> getServiceSpecsOrBuilderList()Services to start on blockchain instantiation.
repeated .exonum.runtime.InstanceInitParams service_specs = 2; -
getServiceSpecsOrBuilder
Services to start on blockchain instantiation.
repeated .exonum.runtime.InstanceInitParams service_specs = 2;
-