public interface ListFeatureMonitorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureMonitor |
getFeatureMonitors(int index)
The FeatureMonitors matching the request.
|
int |
getFeatureMonitorsCount()
The FeatureMonitors matching the request.
|
List<FeatureMonitor> |
getFeatureMonitorsList()
The FeatureMonitors matching the request.
|
FeatureMonitorOrBuilder |
getFeatureMonitorsOrBuilder(int index)
The FeatureMonitors matching the request.
|
List<? extends FeatureMonitorOrBuilder> |
getFeatureMonitorsOrBuilderList()
The FeatureMonitors matching the request.
|
String |
getNextPageToken()
A token, which can be sent as
[ListFeatureMonitorsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListFeatureMonitorsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorsRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FeatureMonitor> getFeatureMonitorsList()
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;FeatureMonitor getFeatureMonitors(int index)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;int getFeatureMonitorsCount()
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;List<? extends FeatureMonitorOrBuilder> getFeatureMonitorsOrBuilderList()
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;FeatureMonitorOrBuilder getFeatureMonitorsOrBuilder(int index)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;String getNextPageToken()
A token, which can be sent as [ListFeatureMonitorsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorsRequest.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 [ListFeatureMonitorsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.