Interface BasicDatasetProto.BasicDatasetPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BasicDatasetProto.BasicDatasetPB, BasicDatasetProto.BasicDatasetPB.Builder
Enclosing class:
BasicDatasetProto

public static interface BasicDatasetProto.BasicDatasetPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Any
    optional .google.protobuf.Any error = 3;
    com.google.protobuf.AnyOrBuilder
    optional .google.protobuf.Any error = 3;
    .common.protobuf.DatasetHeaderPB header = 1;
    .common.protobuf.DatasetHeaderPB header = 1;
    .common.protobuf.DatasetRowsPB rows = 2;
    .common.protobuf.DatasetRowsPB rows = 2;
    boolean
    optional .google.protobuf.Any error = 3;
    boolean
    .common.protobuf.DatasetHeaderPB header = 1;
    boolean
    .common.protobuf.DatasetRowsPB rows = 2;

    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

    • hasHeader

      boolean hasHeader()
      .common.protobuf.DatasetHeaderPB header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      .common.protobuf.DatasetHeaderPB header = 1;
      Returns:
      The header.
    • getHeaderOrBuilder

      .common.protobuf.DatasetHeaderPB header = 1;
    • hasRows

      boolean hasRows()
      .common.protobuf.DatasetRowsPB rows = 2;
      Returns:
      Whether the rows field is set.
    • getRows

      .common.protobuf.DatasetRowsPB rows = 2;
      Returns:
      The rows.
    • getRowsOrBuilder

      .common.protobuf.DatasetRowsPB rows = 2;
    • hasError

      boolean hasError()
      optional .google.protobuf.Any error = 3;
      Returns:
      Whether the error field is set.
    • getError

      com.google.protobuf.Any getError()
      optional .google.protobuf.Any error = 3;
      Returns:
      The error.
    • getErrorOrBuilder

      com.google.protobuf.AnyOrBuilder getErrorOrBuilder()
      optional .google.protobuf.Any error = 3;