public interface CreateWriteStreamRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String 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) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The parent.  | 
      
getParentBytes()
public abstract 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) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for parent.  | 
      
getWriteStream()
public abstract WriteStream getWriteStream()Required. Stream to be created.
 
 .google.cloud.bigquery.storage.v1beta2.WriteStream write_stream = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
WriteStream | 
        The writeStream.  | 
      
getWriteStreamOrBuilder()
public abstract WriteStreamOrBuilder getWriteStreamOrBuilder()Required. Stream to be created.
 
 .google.cloud.bigquery.storage.v1beta2.WriteStream write_stream = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
WriteStreamOrBuilder | 
        |
hasWriteStream()
public abstract boolean hasWriteStream()Required. Stream to be created.
 
 .google.cloud.bigquery.storage.v1beta2.WriteStream write_stream = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the writeStream field is set.  |