Uses of Class
gauge.messages.Messages.ExecutionArg
Packages that use Messages.ExecutionArg
-
Uses of Messages.ExecutionArg in gauge.messages
Methods in gauge.messages that return Messages.ExecutionArgModifier and TypeMethodDescriptionMessages.ExecutionArg.Builder.build()Messages.ExecutionArg.Builder.buildPartial()static Messages.ExecutionArgMessages.ExecutionArg.getDefaultInstance()Messages.ExecutionArg.Builder.getDefaultInstanceForType()Messages.ExecutionArg.getDefaultInstanceForType()Messages.ExecutionInfo.Builder.getExecutionArgs(int index) / Holds the command line arguments.Messages.ExecutionInfo.getExecutionArgs(int index) / Holds the command line arguments.Messages.ExecutionInfoOrBuilder.getExecutionArgs(int index) / Holds the command line arguments.static Messages.ExecutionArgMessages.ExecutionArg.parseDelimitedFrom(InputStream input) static Messages.ExecutionArgMessages.ExecutionArg.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.ExecutionArgMessages.ExecutionArg.parseFrom(byte[] data) static Messages.ExecutionArgMessages.ExecutionArg.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.ExecutionArgMessages.ExecutionArg.parseFrom(com.google.protobuf.ByteString data) static Messages.ExecutionArgMessages.ExecutionArg.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.ExecutionArgMessages.ExecutionArg.parseFrom(com.google.protobuf.CodedInputStream input) static Messages.ExecutionArgMessages.ExecutionArg.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.ExecutionArgMessages.ExecutionArg.parseFrom(InputStream input) static Messages.ExecutionArgMessages.ExecutionArg.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.ExecutionArgMessages.ExecutionArg.parseFrom(ByteBuffer data) static Messages.ExecutionArgMessages.ExecutionArg.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gauge.messages that return types with arguments of type Messages.ExecutionArgModifier and TypeMethodDescriptionMessages.ExecutionInfo.Builder.getExecutionArgsList()/ Holds the command line arguments.Messages.ExecutionInfo.getExecutionArgsList()/ Holds the command line arguments.Messages.ExecutionInfoOrBuilder.getExecutionArgsList()/ Holds the command line arguments.com.google.protobuf.Parser<Messages.ExecutionArg>Messages.ExecutionArg.getParserForType()static com.google.protobuf.Parser<Messages.ExecutionArg>Messages.ExecutionArg.parser()Methods in gauge.messages with parameters of type Messages.ExecutionArgModifier and TypeMethodDescriptionMessages.ExecutionInfo.Builder.addExecutionArgs(int index, Messages.ExecutionArg value) / Holds the command line arguments.Messages.ExecutionInfo.Builder.addExecutionArgs(Messages.ExecutionArg value) / Holds the command line arguments.Messages.ExecutionArg.Builder.mergeFrom(Messages.ExecutionArg other) Messages.ExecutionArg.newBuilder(Messages.ExecutionArg prototype) Messages.ExecutionInfo.Builder.setExecutionArgs(int index, Messages.ExecutionArg value) / Holds the command line arguments.Method parameters in gauge.messages with type arguments of type Messages.ExecutionArgModifier and TypeMethodDescriptionMessages.ExecutionInfo.Builder.addAllExecutionArgs(Iterable<? extends Messages.ExecutionArg> values) / Holds the command line arguments.