Interface FieldInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FieldInfo, FieldInfo.Builder

public interface FieldInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    computer-friendly identification
    com.google.protobuf.ByteString
    computer-friendly identification
    display-friendly identification
    com.google.protobuf.ByteString
    display-friendly identification
    string field_description = 3;
    com.google.protobuf.ByteString
    string field_description = 3;
    string field_name = 2;
    com.google.protobuf.ByteString
    string field_name = 2;
    .io.deephaven.proto.backplane.grpc.TypedTicket typed_ticket = 1;
    .io.deephaven.proto.backplane.grpc.TypedTicket typed_ticket = 1;
    boolean
    .io.deephaven.proto.backplane.grpc.TypedTicket typed_ticket = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasTypedTicket

      boolean hasTypedTicket()
      .io.deephaven.proto.backplane.grpc.TypedTicket typed_ticket = 1;
      Returns:
      Whether the typedTicket field is set.
    • getTypedTicket

      TypedTicket getTypedTicket()
      .io.deephaven.proto.backplane.grpc.TypedTicket typed_ticket = 1;
      Returns:
      The typedTicket.
    • getTypedTicketOrBuilder

      TypedTicketOrBuilder getTypedTicketOrBuilder()
      .io.deephaven.proto.backplane.grpc.TypedTicket typed_ticket = 1;
    • getFieldName

      String getFieldName()
      string field_name = 2;
      Returns:
      The fieldName.
    • getFieldNameBytes

      com.google.protobuf.ByteString getFieldNameBytes()
      string field_name = 2;
      Returns:
      The bytes for fieldName.
    • getFieldDescription

      String getFieldDescription()
      string field_description = 3;
      Returns:
      The fieldDescription.
    • getFieldDescriptionBytes

      com.google.protobuf.ByteString getFieldDescriptionBytes()
      string field_description = 3;
      Returns:
      The bytes for fieldDescription.
    • getApplicationName

      String getApplicationName()
       display-friendly identification
       
      string application_name = 4;
      Returns:
      The applicationName.
    • getApplicationNameBytes

      com.google.protobuf.ByteString getApplicationNameBytes()
       display-friendly identification
       
      string application_name = 4;
      Returns:
      The bytes for applicationName.
    • getApplicationId

      String getApplicationId()
       computer-friendly identification
       
      string application_id = 5;
      Returns:
      The applicationId.
    • getApplicationIdBytes

      com.google.protobuf.ByteString getApplicationIdBytes()
       computer-friendly identification
       
      string application_id = 5;
      Returns:
      The bytes for applicationId.