Package com.google.cloud.datastream.v1
Interface StopBackfillJobRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StopBackfillJobRequest
,StopBackfillJobRequest.Builder
public interface StopBackfillJobRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getObject()
Required.com.google.protobuf.ByteString
getObjectBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getObject
String getObject()
Required. The name of the stream object resource to stop the backfill job for.
string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The object.
-
getObjectBytes
com.google.protobuf.ByteString getObjectBytes()
Required. The name of the stream object resource to stop the backfill job for.
string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for object.
-
-