Package com.google.cloud.clouddms.v1
Interface SearchBackgroundJobsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchBackgroundJobsResponse
,SearchBackgroundJobsResponse.Builder
public interface SearchBackgroundJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackgroundJobLogEntry
getJobs(int index)
The list of conversion workspace mapping rules.int
getJobsCount()
The list of conversion workspace mapping rules.List<BackgroundJobLogEntry>
getJobsList()
The list of conversion workspace mapping rules.BackgroundJobLogEntryOrBuilder
getJobsOrBuilder(int index)
The list of conversion workspace mapping rules.List<? extends BackgroundJobLogEntryOrBuilder>
getJobsOrBuilderList()
The list of conversion workspace mapping rules.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobsList
List<BackgroundJobLogEntry> getJobsList()
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
-
getJobs
BackgroundJobLogEntry getJobs(int index)
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
-
getJobsCount
int getJobsCount()
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
-
getJobsOrBuilderList
List<? extends BackgroundJobLogEntryOrBuilder> getJobsOrBuilderList()
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
-
getJobsOrBuilder
BackgroundJobLogEntryOrBuilder getJobsOrBuilder(int index)
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
-
-