Interface GcsSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcsSource,GcsSource.Builder
public interface GcsSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGcsPath()Output only.com.google.protobuf.ByteStringgetGcsPathBytes()Output only.longgetGeneration()Output only.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasUpdateTime()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGcsPath
String getGcsPath()
Output only. the cloud storage object path.
string gcs_path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The gcsPath.
-
getGcsPathBytes
com.google.protobuf.ByteString getGcsPathBytes()
Output only. the cloud storage object path.
string gcs_path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for gcsPath.
-
getGeneration
long getGeneration()
Output only. Generation of the object, which is set when the content of an object starts being written.
int64 generation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The generation.
-
hasUpdateTime
boolean hasUpdateTime()
Output only. The time when the object metadata was last changed.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Output only. The time when the object metadata was last changed.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time when the object metadata was last changed.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-