public static final class TimeWindow.Builder extends GeneratedMessageV3.Builder<TimeWindow.Builder> implements TimeWindowOrBuilder
A time window specified by its start_time
and end_time
.
Protobuf type google.cloud.asset.v1.TimeWindow
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TimeWindow.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public TimeWindow build()
buildPartial()
public TimeWindow buildPartial()
clear()
public TimeWindow.Builder clear()
Overrides
clearEndTime()
public TimeWindow.Builder clearEndTime()
End time of the time window (inclusive). If not specified, the current
timestamp is used instead.
.google.protobuf.Timestamp end_time = 2;
clearField(Descriptors.FieldDescriptor field)
public TimeWindow.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TimeWindow.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearStartTime()
public TimeWindow.Builder clearStartTime()
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;
clone()
public TimeWindow.Builder clone()
Overrides
getDefaultInstanceForType()
public TimeWindow getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEndTime()
public Timestamp getEndTime()
End time of the time window (inclusive). If not specified, the current
timestamp is used instead.
.google.protobuf.Timestamp end_time = 2;
Returns |
Type |
Description |
Timestamp |
The endTime.
|
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
End time of the time window (inclusive). If not specified, the current
timestamp is used instead.
.google.protobuf.Timestamp end_time = 2;
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
End time of the time window (inclusive). If not specified, the current
timestamp is used instead.
.google.protobuf.Timestamp end_time = 2;
getStartTime()
public Timestamp getStartTime()
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;
Returns |
Type |
Description |
Timestamp |
The startTime.
|
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;
hasEndTime()
public boolean hasEndTime()
End time of the time window (inclusive). If not specified, the current
timestamp is used instead.
.google.protobuf.Timestamp end_time = 2;
Returns |
Type |
Description |
boolean |
Whether the endTime field is set.
|
hasStartTime()
public boolean hasStartTime()
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;
Returns |
Type |
Description |
boolean |
Whether the startTime field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeEndTime(Timestamp value)
public TimeWindow.Builder mergeEndTime(Timestamp value)
End time of the time window (inclusive). If not specified, the current
timestamp is used instead.
.google.protobuf.Timestamp end_time = 2;
mergeFrom(TimeWindow other)
public TimeWindow.Builder mergeFrom(TimeWindow other)
public TimeWindow.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public TimeWindow.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeStartTime(Timestamp value)
public TimeWindow.Builder mergeStartTime(Timestamp value)
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TimeWindow.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEndTime(Timestamp value)
public TimeWindow.Builder setEndTime(Timestamp value)
End time of the time window (inclusive). If not specified, the current
timestamp is used instead.
.google.protobuf.Timestamp end_time = 2;
setEndTime(Timestamp.Builder builderForValue)
public TimeWindow.Builder setEndTime(Timestamp.Builder builderForValue)
End time of the time window (inclusive). If not specified, the current
timestamp is used instead.
.google.protobuf.Timestamp end_time = 2;
Parameter |
Name |
Description |
builderForValue |
Builder
|
setField(Descriptors.FieldDescriptor field, Object value)
public TimeWindow.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TimeWindow.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setStartTime(Timestamp value)
public TimeWindow.Builder setStartTime(Timestamp value)
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;
setStartTime(Timestamp.Builder builderForValue)
public TimeWindow.Builder setStartTime(Timestamp.Builder builderForValue)
Start time of the time window (exclusive).
.google.protobuf.Timestamp start_time = 1;
Parameter |
Name |
Description |
builderForValue |
Builder
|
setUnknownFields(UnknownFieldSet unknownFields)
public final TimeWindow.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides