public static interface Storage.StreamPositionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOffset()
public abstract long getOffset()Position in the stream.
 int64 offset = 2;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The offset.  | 
      
getStream()
public abstract Storage.Stream getStream()Identifier for a given Stream.
 .google.cloud.bigquery.storage.v1beta1.Stream stream = 1;
| Returns | |
|---|---|
| Type | Description | 
Storage.Stream | 
        The stream.  | 
      
getStreamOrBuilder()
public abstract Storage.StreamOrBuilder getStreamOrBuilder()Identifier for a given Stream.
 .google.cloud.bigquery.storage.v1beta1.Stream stream = 1;
| Returns | |
|---|---|
| Type | Description | 
Storage.StreamOrBuilder | 
        |
hasStream()
public abstract boolean hasStream()Identifier for a given Stream.
 .google.cloud.bigquery.storage.v1beta1.Stream stream = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the stream field is set.  |