public static interface Storage.FinalizeStreamRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStream()
public abstract Storage.Stream getStream()Required. Stream to finalize.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Storage.Stream |
The stream. |
getStreamOrBuilder()
public abstract Storage.StreamOrBuilder getStreamOrBuilder()Required. Stream to finalize.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Storage.StreamOrBuilder |
|
hasStream()
public abstract boolean hasStream()Required. Stream to finalize.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stream field is set. |