Interface StreamListOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getStreams(int index)
    Output only.
    int
    Output only.
    Output only.
    Output only.
    Output only.

    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

    • getStreamsList

      List<ReadStream> getStreamsList()
       Output only. List of streams.
       
      repeated .google.cloud.bigquery.storage.v1beta.ReadStream streams = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getStreams

      ReadStream getStreams(int index)
       Output only. List of streams.
       
      repeated .google.cloud.bigquery.storage.v1beta.ReadStream streams = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getStreamsCount

      int getStreamsCount()
       Output only. List of streams.
       
      repeated .google.cloud.bigquery.storage.v1beta.ReadStream streams = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getStreamsOrBuilderList

      List<? extends ReadStreamOrBuilder> getStreamsOrBuilderList()
       Output only. List of streams.
       
      repeated .google.cloud.bigquery.storage.v1beta.ReadStream streams = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getStreamsOrBuilder

      ReadStreamOrBuilder getStreamsOrBuilder(int index)
       Output only. List of streams.
       
      repeated .google.cloud.bigquery.storage.v1beta.ReadStream streams = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];