public interface CreateWriteStreamRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
WriteStream |
getWriteStream()
Required.
|
WriteStreamOrBuilder |
getWriteStreamOrBuilder()
Required.
|
boolean |
hasWriteStream()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Reference to the table to which the stream belongs, in the format
of `projects/{project}/datasets/{dataset}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Reference to the table to which the stream belongs, in the format
of `projects/{project}/datasets/{dataset}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasWriteStream()
Required. Stream to be created.
.google.cloud.bigquery.storage.v1beta2.WriteStream write_stream = 2 [(.google.api.field_behavior) = REQUIRED];
WriteStream getWriteStream()
Required. Stream to be created.
.google.cloud.bigquery.storage.v1beta2.WriteStream write_stream = 2 [(.google.api.field_behavior) = REQUIRED];
WriteStreamOrBuilder getWriteStreamOrBuilder()
Required. Stream to be created.
.google.cloud.bigquery.storage.v1beta2.WriteStream write_stream = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.