Interface StopBackfillJobResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StopBackfillJobResponse, StopBackfillJobResponse.Builder

    public interface StopBackfillJobResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StreamObject getObject()
      The stream object resource the backfill job was stopped for.
      StreamObjectOrBuilder getObjectOrBuilder()
      The stream object resource the backfill job was stopped for.
      boolean hasObject()
      The stream object resource the backfill job was stopped for.
      • 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

      • hasObject

        boolean hasObject()
         The stream object resource the backfill job was stopped for.
         
        .google.cloud.datastream.v1.StreamObject object = 1;
        Returns:
        Whether the object field is set.
      • getObject

        StreamObject getObject()
         The stream object resource the backfill job was stopped for.
         
        .google.cloud.datastream.v1.StreamObject object = 1;
        Returns:
        The object.
      • getObjectOrBuilder

        StreamObjectOrBuilder getObjectOrBuilder()
         The stream object resource the backfill job was stopped for.
         
        .google.cloud.datastream.v1.StreamObject object = 1;