public static interface Partition.RelativeTemporalPartitionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndOffset()
public abstract Duration getEndOffset()End time offset of the partition.
 .google.protobuf.Duration end_offset = 2;
| Returns | |
|---|---|
| Type | Description | 
| Duration | The endOffset. | 
getEndOffsetOrBuilder()
public abstract DurationOrBuilder getEndOffsetOrBuilder()End time offset of the partition.
 .google.protobuf.Duration end_offset = 2;
| Returns | |
|---|---|
| Type | Description | 
| DurationOrBuilder | |
getStartOffset()
public abstract Duration getStartOffset()Start time offset of the partition.
 .google.protobuf.Duration start_offset = 1;
| Returns | |
|---|---|
| Type | Description | 
| Duration | The startOffset. | 
getStartOffsetOrBuilder()
public abstract DurationOrBuilder getStartOffsetOrBuilder()Start time offset of the partition.
 .google.protobuf.Duration start_offset = 1;
| Returns | |
|---|---|
| Type | Description | 
| DurationOrBuilder | |
hasEndOffset()
public abstract boolean hasEndOffset()End time offset of the partition.
 .google.protobuf.Duration end_offset = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the endOffset field is set. | 
hasStartOffset()
public abstract boolean hasStartOffset()Start time offset of the partition.
 .google.protobuf.Duration start_offset = 1;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the startOffset field is set. |