Interface ConnectRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .io.deephaven.proto.backplane.grpc.TypedTicket source_id = 1;
    .io.deephaven.proto.backplane.grpc.TypedTicket source_id = 1;
    boolean
    .io.deephaven.proto.backplane.grpc.TypedTicket source_id = 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

    • hasSourceId

      boolean hasSourceId()
      .io.deephaven.proto.backplane.grpc.TypedTicket source_id = 1;
      Returns:
      Whether the sourceId field is set.
    • getSourceId

      TypedTicket getSourceId()
      .io.deephaven.proto.backplane.grpc.TypedTicket source_id = 1;
      Returns:
      The sourceId.
    • getSourceIdOrBuilder

      TypedTicketOrBuilder getSourceIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TypedTicket source_id = 1;