public interface ListFeatureMonitorJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureMonitorJob |
getFeatureMonitorJobs(int index)
The FeatureMonitorJobs matching the request.
|
int |
getFeatureMonitorJobsCount()
The FeatureMonitorJobs matching the request.
|
List<FeatureMonitorJob> |
getFeatureMonitorJobsList()
The FeatureMonitorJobs matching the request.
|
FeatureMonitorJobOrBuilder |
getFeatureMonitorJobsOrBuilder(int index)
The FeatureMonitorJobs matching the request.
|
List<? extends FeatureMonitorJobOrBuilder> |
getFeatureMonitorJobsOrBuilderList()
The FeatureMonitorJobs matching the request.
|
String |
getNextPageToken()
A token, which can be sent as
[ListFeatureMonitorJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorJobsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListFeatureMonitorJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorJobsRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FeatureMonitorJob> getFeatureMonitorJobsList()
The FeatureMonitorJobs matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_jobs = 1;
FeatureMonitorJob getFeatureMonitorJobs(int index)
The FeatureMonitorJobs matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_jobs = 1;
int getFeatureMonitorJobsCount()
The FeatureMonitorJobs matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_jobs = 1;
List<? extends FeatureMonitorJobOrBuilder> getFeatureMonitorJobsOrBuilderList()
The FeatureMonitorJobs matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_jobs = 1;
FeatureMonitorJobOrBuilder getFeatureMonitorJobsOrBuilder(int index)
The FeatureMonitorJobs matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_jobs = 1;
String getNextPageToken()
A token, which can be sent as [ListFeatureMonitorJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorJobsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListFeatureMonitorJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorJobsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.