Package com.google.cloud.clouddms.v1
Interface SearchBackgroundJobsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchBackgroundJobsRequest
,SearchBackgroundJobsRequest.Builder
public interface SearchBackgroundJobsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConversionWorkspace
String 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) = { ... }
- Returns:
- The conversionWorkspace.
-
getConversionWorkspaceBytes
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) = { ... }
- Returns:
- The bytes for conversionWorkspace.
-
getReturnMostRecentPerJobType
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];
- Returns:
- The returnMostRecentPerJobType.
-
getMaxSize
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];
- Returns:
- The maxSize.
-
hasCompletedUntilTime
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];
- Returns:
- Whether the completedUntilTime field is set.
-
getCompletedUntilTime
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];
- Returns:
- The completedUntilTime.
-
getCompletedUntilTimeOrBuilder
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];
-
-