Interface Storage.FinalizeStreamRequestOrBuilder (3.4.0)

public static interface Storage.FinalizeStreamRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStream()

public abstract Storage.Stream getStream()

Required. Stream to finalize.

.google.cloud.bigquery.storage.v1beta1.Stream stream = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the stream field is set.