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 TypeMethodDescriptioncomputer-friendly identificationcom.google.protobuf.ByteStringcomputer-friendly identificationdisplay-friendly identificationcom.google.protobuf.ByteStringdisplay-friendly identificationstring field_description = 3;com.google.protobuf.ByteStringstring field_description = 3;string field_name = 2;com.google.protobuf.ByteStringstring 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
isInitializedMethods 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.
-