Uses of Class
com.google.cloud.edgecontainer.v1.TimeWindow
-
Packages that use TimeWindow Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container API -
-
Uses of TimeWindow in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return TimeWindow Modifier and Type Method Description TimeWindow
TimeWindow.Builder. build()
TimeWindow
TimeWindow.Builder. buildPartial()
static TimeWindow
TimeWindow. getDefaultInstance()
TimeWindow
TimeWindow.Builder. getDefaultInstanceForType()
TimeWindow
TimeWindow. getDefaultInstanceForType()
TimeWindow
RecurringTimeWindow.Builder. getWindow()
The window of the first recurrence.TimeWindow
RecurringTimeWindow. getWindow()
The window of the first recurrence.TimeWindow
RecurringTimeWindowOrBuilder. getWindow()
The window of the first recurrence.static TimeWindow
TimeWindow. parseDelimitedFrom(InputStream input)
static TimeWindow
TimeWindow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(byte[] data)
static TimeWindow
TimeWindow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.ByteString data)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.CodedInputStream input)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(InputStream input)
static TimeWindow
TimeWindow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(ByteBuffer data)
static TimeWindow
TimeWindow. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type TimeWindow Modifier and Type Method Description com.google.protobuf.Parser<TimeWindow>
TimeWindow. getParserForType()
static com.google.protobuf.Parser<TimeWindow>
TimeWindow. parser()
Methods in com.google.cloud.edgecontainer.v1 with parameters of type TimeWindow Modifier and Type Method Description TimeWindow.Builder
TimeWindow.Builder. mergeFrom(TimeWindow other)
RecurringTimeWindow.Builder
RecurringTimeWindow.Builder. mergeWindow(TimeWindow value)
The window of the first recurrence.static TimeWindow.Builder
TimeWindow. newBuilder(TimeWindow prototype)
RecurringTimeWindow.Builder
RecurringTimeWindow.Builder. setWindow(TimeWindow value)
The window of the first recurrence.
-