Class FirestoreV1.BatchWriteWithSummary

    • Field Summary

      • Fields inherited from class org.apache.beam.sdk.transforms.PTransform

        name, resourceHints
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.beam.sdk.values.PCollection<FirestoreV1.WriteSuccessSummary> expand​(org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.Write> input)  
      FirestoreV1.BatchWriteWithSummary.Builder toBuilder()
      Create a new Builder from the current instance.
      • Methods inherited from class org.apache.beam.sdk.transforms.PTransform

        compose, compose, getAdditionalInputs, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, setResourceHints, toString, validate, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • expand

        public org.apache.beam.sdk.values.PCollection<FirestoreV1.WriteSuccessSummary> expand​(org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.Write> input)
        Specified by:
        expand in class org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.Write>,​org.apache.beam.sdk.values.PCollection<FirestoreV1.WriteSuccessSummary>>
      • toBuilder

        public FirestoreV1.BatchWriteWithSummary.Builder toBuilder()
        Create a new Builder from the current instance.
        Returns:
        a new instance of a Builder initialized to the current state of this instance