Package com.google.cloud.datastream.v1
Interface StartBackfillJobResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartBackfillJobResponse
,StartBackfillJobResponse.Builder
public interface StartBackfillJobResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamObject
getObject()
The stream object resource a backfill job was started for.StreamObjectOrBuilder
getObjectOrBuilder()
The stream object resource a backfill job was started for.boolean
hasObject()
The stream object resource a backfill job was started for.-
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 a backfill job was started for.
.google.cloud.datastream.v1.StreamObject object = 1;
- Returns:
- Whether the object field is set.
-
getObject
StreamObject getObject()
The stream object resource a backfill job was started for.
.google.cloud.datastream.v1.StreamObject object = 1;
- Returns:
- The object.
-
getObjectOrBuilder
StreamObjectOrBuilder getObjectOrBuilder()
The stream object resource a backfill job was started for.
.google.cloud.datastream.v1.StreamObject object = 1;
-
-