Interface FilesystemEntryMetadataOrBuilder (0.90.0)

public interface FilesystemEntryMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSizeBytes()

public abstract long getSizeBytes()

Output only. Provides the size of the entry in bytes. For directories, this will be 0.

int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The sizeBytes.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. Represents the time of the last modification of the entry.

.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Represents the time of the last modification of the entry.

.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. Represents the time of the last modification of the entry.

.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.