Interface Storage.FinalizeStreamRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Storage.FinalizeStreamRequest
,Storage.FinalizeStreamRequest.Builder
- Enclosing class:
- Storage
public static interface Storage.FinalizeStreamRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Storage.Stream
getStream()
Required.Storage.StreamOrBuilder
getStreamOrBuilder()
Required.boolean
hasStream()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStream
boolean hasStream()
Required. Stream to finalize.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the stream field is set.
-
getStream
Storage.Stream getStream()
Required. Stream to finalize.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The stream.
-
getStreamOrBuilder
Storage.StreamOrBuilder getStreamOrBuilder()
Required. Stream to finalize.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 2 [(.google.api.field_behavior) = REQUIRED];
-
-