Class FirestoreV1.BatchWriteWithSummary

    • Field Summary

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

        annotations, displayData, name, resourceHints
    • Constructor Summary

      Constructors 
      Constructor Description
      BatchWriteWithSummary​(org.apache.beam.sdk.io.gcp.firestore.JodaClock clock, org.apache.beam.sdk.io.gcp.firestore.FirestoreStatefulComponentFactory firestoreStatefulComponentFactory, RpcQosOptions rpcQosOptions, @Nullable java.lang.String projectId, @Nullable java.lang.String databaseId)  
    • 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

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

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

      • BatchWriteWithSummary

        public BatchWriteWithSummary​(org.apache.beam.sdk.io.gcp.firestore.JodaClock clock,
                                     org.apache.beam.sdk.io.gcp.firestore.FirestoreStatefulComponentFactory firestoreStatefulComponentFactory,
                                     RpcQosOptions rpcQosOptions,
                                     @Nullable java.lang.String projectId,
                                     @Nullable java.lang.String databaseId)
    • 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