public interface GcsFileSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilePath()
Required.
|
com.google.protobuf.ByteString |
getFilePathBytes()
Required.
|
SystemTimestamps |
getGcsTimestamps()
Output only.
|
SystemTimestampsOrBuilder |
getGcsTimestampsOrBuilder()
Output only.
|
long |
getSizeBytes()
Output only.
|
boolean |
hasGcsTimestamps()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFilePath()
Required. The full file path. Example: `gs://bucket_name/a/b.txt`.
string file_path = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getFilePathBytes()
Required. The full file path. Example: `gs://bucket_name/a/b.txt`.
string file_path = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasGcsTimestamps()
Output only. Timestamps about the Cloud Storage file.
.google.cloud.datacatalog.v1beta1.SystemTimestamps gcs_timestamps = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
SystemTimestamps getGcsTimestamps()
Output only. Timestamps about the Cloud Storage file.
.google.cloud.datacatalog.v1beta1.SystemTimestamps gcs_timestamps = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
SystemTimestampsOrBuilder getGcsTimestampsOrBuilder()
Output only. Timestamps about the Cloud Storage file.
.google.cloud.datacatalog.v1beta1.SystemTimestamps gcs_timestamps = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
long getSizeBytes()
Output only. The size of the file, in bytes.
int64 size_bytes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.