java.io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/console.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.script.grpc;
public interface GetSignatureHelpResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .io.deephaven.proto.backplane.script.grpc.SignatureInformation signatures = 1;
*/
java.util.List
getSignaturesList();
/**
* repeated .io.deephaven.proto.backplane.script.grpc.SignatureInformation signatures = 1;
*/
io.deephaven.proto.backplane.script.grpc.SignatureInformation getSignatures(int index);
/**
* repeated .io.deephaven.proto.backplane.script.grpc.SignatureInformation signatures = 1;
*/
int getSignaturesCount();
/**
* repeated .io.deephaven.proto.backplane.script.grpc.SignatureInformation signatures = 1;
*/
java.util.List extends io.deephaven.proto.backplane.script.grpc.SignatureInformationOrBuilder>
getSignaturesOrBuilderList();
/**
* repeated .io.deephaven.proto.backplane.script.grpc.SignatureInformation signatures = 1;
*/
io.deephaven.proto.backplane.script.grpc.SignatureInformationOrBuilder getSignaturesOrBuilder(
int index);
/**
* optional int32 active_signature = 2;
* @return Whether the activeSignature field is set.
*/
boolean hasActiveSignature();
/**
* optional int32 active_signature = 2;
* @return The activeSignature.
*/
int getActiveSignature();
/**
* optional int32 active_parameter = 3;
* @return Whether the activeParameter field is set.
*/
boolean hasActiveParameter();
/**
* optional int32 active_parameter = 3;
* @return The activeParameter.
*/
int getActiveParameter();
}