public interface SearchBackgroundJobsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCompletedUntilTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getCompletedUntilTimeOrBuilder()
Optional.
|
String |
getConversionWorkspace()
Required.
|
com.google.protobuf.ByteString |
getConversionWorkspaceBytes()
Required.
|
int |
getMaxSize()
Optional.
|
boolean |
getReturnMostRecentPerJobType()
Optional.
|
boolean |
hasCompletedUntilTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getConversionWorkspace()
Required. Name of the conversion workspace resource whose jobs are listed,
in the form of:
projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
string conversion_workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getConversionWorkspaceBytes()
Required. Name of the conversion workspace resource whose jobs are listed,
in the form of:
projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
string conversion_workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean getReturnMostRecentPerJobType()
Optional. Whether or not to return just the most recent job per job type,
bool return_most_recent_per_job_type = 2 [(.google.api.field_behavior) = OPTIONAL];
int getMaxSize()
Optional. The maximum number of jobs to return. The service may return fewer than this value. If unspecified, at most 100 jobs are returned. The maximum value is 100; values above 100 are coerced to 100.
int32 max_size = 3 [(.google.api.field_behavior) = OPTIONAL];boolean hasCompletedUntilTime()
Optional. If provided, only returns jobs that completed until (not including) the given timestamp.
.google.protobuf.Timestamp completed_until_time = 4 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Timestamp getCompletedUntilTime()
Optional. If provided, only returns jobs that completed until (not including) the given timestamp.
.google.protobuf.Timestamp completed_until_time = 4 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.TimestampOrBuilder getCompletedUntilTimeOrBuilder()
Optional. If provided, only returns jobs that completed until (not including) the given timestamp.
.google.protobuf.Timestamp completed_until_time = 4 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.