Interface RunPipelineMetadata.GcsIngestPipelineMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunPipelineMetadata.GcsIngestPipelineMetadata,RunPipelineMetadata.GcsIngestPipelineMetadata.Builder
- Enclosing class:
- RunPipelineMetadata
public static interface RunPipelineMetadata.GcsIngestPipelineMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInputPath()The input Cloud Storage folder in this pipeline.com.google.protobuf.ByteStringgetInputPathBytes()The input Cloud Storage folder in this pipeline.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInputPath
String getInputPath()
The input Cloud Storage folder in this pipeline. Format: `gs://<bucket-name>/<folder-name>`.
string input_path = 1;- Returns:
- The inputPath.
-
getInputPathBytes
com.google.protobuf.ByteString getInputPathBytes()
The input Cloud Storage folder in this pipeline. Format: `gs://<bucket-name>/<folder-name>`.
string input_path = 1;- Returns:
- The bytes for inputPath.
-
-