java.io.deephaven.proto.backplane.grpc.FieldInfoOrBuilder 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/application.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface FieldInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.FieldInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.grpc.TypedTicket typed_ticket = 1;
* @return Whether the typedTicket field is set.
*/
boolean hasTypedTicket();
/**
* .io.deephaven.proto.backplane.grpc.TypedTicket typed_ticket = 1;
* @return The typedTicket.
*/
io.deephaven.proto.backplane.grpc.TypedTicket getTypedTicket();
/**
* .io.deephaven.proto.backplane.grpc.TypedTicket typed_ticket = 1;
*/
io.deephaven.proto.backplane.grpc.TypedTicketOrBuilder getTypedTicketOrBuilder();
/**
* string field_name = 2;
* @return The fieldName.
*/
java.lang.String getFieldName();
/**
* string field_name = 2;
* @return The bytes for fieldName.
*/
com.google.protobuf.ByteString
getFieldNameBytes();
/**
* string field_description = 3;
* @return The fieldDescription.
*/
java.lang.String getFieldDescription();
/**
* string field_description = 3;
* @return The bytes for fieldDescription.
*/
com.google.protobuf.ByteString
getFieldDescriptionBytes();
/**
*
* display-friendly identification
*
*
* string application_name = 4;
* @return The applicationName.
*/
java.lang.String getApplicationName();
/**
*
* display-friendly identification
*
*
* string application_name = 4;
* @return The bytes for applicationName.
*/
com.google.protobuf.ByteString
getApplicationNameBytes();
/**
*
* computer-friendly identification
*
*
* string application_id = 5;
* @return The applicationId.
*/
java.lang.String getApplicationId();
/**
*
* computer-friendly identification
*
*
* string application_id = 5;
* @return The bytes for applicationId.
*/
com.google.protobuf.ByteString
getApplicationIdBytes();
}