- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public static final class TimestampRange.Builder extends GeneratedMessageV3.Builder<TimestampRange.Builder> implements TimestampRangeOrBuilder
Message representing a period of time between two timestamps.
Protobuf type google.cloud.talent.v4beta1.TimestampRange
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TimestampRange.BuilderImplements
TimestampRangeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TimestampRange.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TimestampRange.Builder |
build()
public TimestampRange build()
Type | Description |
TimestampRange |
buildPartial()
public TimestampRange buildPartial()
Type | Description |
TimestampRange |
clear()
public TimestampRange.Builder clear()
Type | Description |
TimestampRange.Builder |
clearEndTime()
public TimestampRange.Builder clearEndTime()
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;
Type | Description |
TimestampRange.Builder |
clearField(Descriptors.FieldDescriptor field)
public TimestampRange.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TimestampRange.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TimestampRange.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
TimestampRange.Builder |
clearStartTime()
public TimestampRange.Builder clearStartTime()
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;
Type | Description |
TimestampRange.Builder |
clone()
public TimestampRange.Builder clone()
Type | Description |
TimestampRange.Builder |
getDefaultInstanceForType()
public TimestampRange getDefaultInstanceForType()
Type | Description |
TimestampRange |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEndTime()
public Timestamp getEndTime()
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;
Type | Description |
Timestamp | The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;
Type | Description |
Builder |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;
Type | Description |
TimestampOrBuilder |
getStartTime()
public Timestamp getStartTime()
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;
Type | Description |
Timestamp | The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;
Type | Description |
Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;
Type | Description |
TimestampOrBuilder |
hasEndTime()
public boolean hasEndTime()
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;
Type | Description |
boolean | Whether the endTime field is set. |
hasStartTime()
public boolean hasStartTime()
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;
Type | Description |
boolean | Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeEndTime(Timestamp value)
public TimestampRange.Builder mergeEndTime(Timestamp value)
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;
Name | Description |
value | Timestamp |
Type | Description |
TimestampRange.Builder |
mergeFrom(TimestampRange other)
public TimestampRange.Builder mergeFrom(TimestampRange other)
Name | Description |
other | TimestampRange |
Type | Description |
TimestampRange.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TimestampRange.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimestampRange.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TimestampRange.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TimestampRange.Builder |
mergeStartTime(Timestamp value)
public TimestampRange.Builder mergeStartTime(Timestamp value)
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;
Name | Description |
value | Timestamp |
Type | Description |
TimestampRange.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TimestampRange.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TimestampRange.Builder |
setEndTime(Timestamp value)
public TimestampRange.Builder setEndTime(Timestamp value)
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;
Name | Description |
value | Timestamp |
Type | Description |
TimestampRange.Builder |
setEndTime(Timestamp.Builder builderForValue)
public TimestampRange.Builder setEndTime(Timestamp.Builder builderForValue)
End of the period (exclusive).
.google.protobuf.Timestamp end_time = 2;
Name | Description |
builderForValue | Builder |
Type | Description |
TimestampRange.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TimestampRange.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TimestampRange.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TimestampRange.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
TimestampRange.Builder |
setStartTime(Timestamp value)
public TimestampRange.Builder setStartTime(Timestamp value)
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;
Name | Description |
value | Timestamp |
Type | Description |
TimestampRange.Builder |
setStartTime(Timestamp.Builder builderForValue)
public TimestampRange.Builder setStartTime(Timestamp.Builder builderForValue)
Begin of the period (inclusive).
.google.protobuf.Timestamp start_time = 1;
Name | Description |
builderForValue | Builder |
Type | Description |
TimestampRange.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TimestampRange.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TimestampRange.Builder |