public interface SearchBackgroundJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobs(int index)
public abstract BackgroundJobLogEntry getJobs(int index)The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackgroundJobLogEntry |
|
getJobsCount()
public abstract int getJobsCount()The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getJobsList()
public abstract List<BackgroundJobLogEntry> getJobsList()The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<BackgroundJobLogEntry> |
|
getJobsOrBuilder(int index)
public abstract BackgroundJobLogEntryOrBuilder getJobsOrBuilder(int index)The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackgroundJobLogEntryOrBuilder |
|
getJobsOrBuilderList()
public abstract List<? extends BackgroundJobLogEntryOrBuilder> getJobsOrBuilderList()The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.clouddms.v1.BackgroundJobLogEntryOrBuilder> |
|