Package com.google.dataflow.v1beta3
Interface StreamingStageLocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamingStageLocation
,StreamingStageLocation.Builder
public interface StreamingStageLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getStreamId()
Identifies the particular stream within the streaming Dataflow job.com.google.protobuf.ByteString
getStreamIdBytes()
Identifies the particular stream within the streaming Dataflow job.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStreamId
String getStreamId()
Identifies the particular stream within the streaming Dataflow job.
string stream_id = 1;
- Returns:
- The streamId.
-
getStreamIdBytes
com.google.protobuf.ByteString getStreamIdBytes()
Identifies the particular stream within the streaming Dataflow job.
string stream_id = 1;
- Returns:
- The bytes for streamId.
-
-