Uses of Class
gauge.messages.Messages.SpecInfo
Packages that use Messages.SpecInfo
-
Uses of Messages.SpecInfo in gauge.messages
Methods in gauge.messages that return Messages.SpecInfoModifier and TypeMethodDescriptionMessages.SpecInfo.Builder.build()Messages.SpecInfo.Builder.buildPartial()Messages.ExecutionInfo.Builder.getCurrentSpec()/ Holds the information of the current Spec.Messages.ExecutionInfo.getCurrentSpec()/ Holds the information of the current Spec.Messages.ExecutionInfoOrBuilder.getCurrentSpec()/ Holds the information of the current Spec.static Messages.SpecInfoMessages.SpecInfo.getDefaultInstance()Messages.SpecInfo.Builder.getDefaultInstanceForType()Messages.SpecInfo.getDefaultInstanceForType()static Messages.SpecInfoMessages.SpecInfo.parseDelimitedFrom(InputStream input) static Messages.SpecInfoMessages.SpecInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.SpecInfoMessages.SpecInfo.parseFrom(byte[] data) static Messages.SpecInfoMessages.SpecInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.SpecInfoMessages.SpecInfo.parseFrom(com.google.protobuf.ByteString data) static Messages.SpecInfoMessages.SpecInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.SpecInfoMessages.SpecInfo.parseFrom(com.google.protobuf.CodedInputStream input) static Messages.SpecInfoMessages.SpecInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.SpecInfoMessages.SpecInfo.parseFrom(InputStream input) static Messages.SpecInfoMessages.SpecInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.SpecInfoMessages.SpecInfo.parseFrom(ByteBuffer data) static Messages.SpecInfoMessages.SpecInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gauge.messages that return types with arguments of type Messages.SpecInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Messages.SpecInfo>Messages.SpecInfo.getParserForType()static com.google.protobuf.Parser<Messages.SpecInfo>Messages.SpecInfo.parser()Methods in gauge.messages with parameters of type Messages.SpecInfoModifier and TypeMethodDescriptionMessages.ExecutionInfo.Builder.mergeCurrentSpec(Messages.SpecInfo value) / Holds the information of the current Spec.Messages.SpecInfo.Builder.mergeFrom(Messages.SpecInfo other) static Messages.SpecInfo.BuilderMessages.SpecInfo.newBuilder(Messages.SpecInfo prototype) Messages.ExecutionInfo.Builder.setCurrentSpec(Messages.SpecInfo value) / Holds the information of the current Spec.