Package com.google.dataflow.v1beta3
Interface FileIODetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FileIODetails
,FileIODetails.Builder
public interface FileIODetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFilePattern()
File Pattern used to access files by the connector.com.google.protobuf.ByteString
getFilePatternBytes()
File Pattern used to access files by the connector.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFilePattern
String getFilePattern()
File Pattern used to access files by the connector.
string file_pattern = 1;
- Returns:
- The filePattern.
-
getFilePatternBytes
com.google.protobuf.ByteString getFilePatternBytes()
File Pattern used to access files by the connector.
string file_pattern = 1;
- Returns:
- The bytes for filePattern.
-
-