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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.exonum.messages.core.runtime.Base.ArtifactSpecgetArtifactSpec()Artifact description.com.exonum.messages.core.runtime.Base.ArtifactSpecOrBuildergetArtifactSpecOrBuilder()Artifact description.com.exonum.messages.core.runtime.Lifecycle.InstanceInitParamsgetServiceSpecs(int index)Services to start on blockchain instantiation.intgetServiceSpecsCount()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.InstanceInitParamsOrBuildergetServiceSpecsOrBuilder(int index)Services to start on blockchain instantiation.List<? extends com.exonum.messages.core.runtime.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 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;
-
-