public interface StreamListOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStreams(int index)
public abstract ReadStream getStreams(int index)
Output only. List of streams.
repeated .google.cloud.bigquery.storage.v1alpha.ReadStream streams = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ReadStream |
getStreamsCount()
public abstract int getStreamsCount()
Output only. List of streams.
repeated .google.cloud.bigquery.storage.v1alpha.ReadStream streams = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getStreamsList()
public abstract List<ReadStream> getStreamsList()
Output only. List of streams.
repeated .google.cloud.bigquery.storage.v1alpha.ReadStream streams = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<ReadStream> |
getStreamsOrBuilder(int index)
public abstract ReadStreamOrBuilder getStreamsOrBuilder(int index)
Output only. List of streams.
repeated .google.cloud.bigquery.storage.v1alpha.ReadStream streams = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ReadStreamOrBuilder |
getStreamsOrBuilderList()
public abstract List<? extends ReadStreamOrBuilder> getStreamsOrBuilderList()
Output only. List of streams.
repeated .google.cloud.bigquery.storage.v1alpha.ReadStream streams = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.bigquery.storage.v1alpha.ReadStreamOrBuilder> |