Interface BatchCommitWriteStreamsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getParent()
      Required.
      com.google.protobuf.ByteString getParentBytes()
      Required.
      String getWriteStreams​(int index)
      Required.
      com.google.protobuf.ByteString getWriteStreamsBytes​(int index)
      Required.
      int getWriteStreamsCount()
      Required.
      List<String> getWriteStreamsList()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getParent

        String getParent()
         Required. Parent table that all the streams should belong to, in the form
         of `projects/{project}/datasets/{dataset}/tables/{table}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. Parent table that all the streams should belong to, in the form
         of `projects/{project}/datasets/{dataset}/tables/{table}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for parent.
      • getWriteStreamsList

        List<String> getWriteStreamsList()
         Required. The group of streams that will be committed atomically.
         
        repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        A list containing the writeStreams.
      • getWriteStreamsCount

        int getWriteStreamsCount()
         Required. The group of streams that will be committed atomically.
         
        repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The count of writeStreams.
      • getWriteStreams

        String getWriteStreams​(int index)
         Required. The group of streams that will be committed atomically.
         
        repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        index - The index of the element to return.
        Returns:
        The writeStreams at the given index.
      • getWriteStreamsBytes

        com.google.protobuf.ByteString getWriteStreamsBytes​(int index)
         Required. The group of streams that will be committed atomically.
         
        repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the writeStreams at the given index.