Package | Description |
---|---|
com.google.cloud.talent.v4 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
TimestampRange |
TimestampRange.Builder.build() |
TimestampRange |
TimestampRange.Builder.buildPartial() |
static TimestampRange |
TimestampRange.getDefaultInstance() |
TimestampRange |
TimestampRange.getDefaultInstanceForType() |
TimestampRange |
TimestampRange.Builder.getDefaultInstanceForType() |
TimestampRange |
JobQuery.getPublishTimeRange()
Jobs published within a range specified by this filter are searched
against.
|
TimestampRange |
JobQuery.Builder.getPublishTimeRange()
Jobs published within a range specified by this filter are searched
against.
|
TimestampRange |
JobQueryOrBuilder.getPublishTimeRange()
Jobs published within a range specified by this filter are searched
against.
|
static TimestampRange |
TimestampRange.parseDelimitedFrom(InputStream input) |
static TimestampRange |
TimestampRange.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static TimestampRange |
TimestampRange.parseFrom(byte[] data) |
static TimestampRange |
TimestampRange.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static TimestampRange |
TimestampRange.parseFrom(ByteBuffer data) |
static TimestampRange |
TimestampRange.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static TimestampRange |
TimestampRange.parseFrom(ByteString data) |
static TimestampRange |
TimestampRange.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static TimestampRange |
TimestampRange.parseFrom(CodedInputStream input) |
static TimestampRange |
TimestampRange.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static TimestampRange |
TimestampRange.parseFrom(InputStream input) |
static TimestampRange |
TimestampRange.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<TimestampRange> |
TimestampRange.getParserForType() |
static Parser<TimestampRange> |
TimestampRange.parser() |
Modifier and Type | Method and Description |
---|---|
TimestampRange.Builder |
TimestampRange.Builder.mergeFrom(TimestampRange other) |
JobQuery.Builder |
JobQuery.Builder.mergePublishTimeRange(TimestampRange value)
Jobs published within a range specified by this filter are searched
against.
|
static TimestampRange.Builder |
TimestampRange.newBuilder(TimestampRange prototype) |
JobQuery.Builder |
JobQuery.Builder.setPublishTimeRange(TimestampRange value)
Jobs published within a range specified by this filter are searched
against.
|
Copyright © 2022 Google LLC. All rights reserved.