Interface ListFeatureMonitorsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFeatureMonitorsResponse,ListFeatureMonitorsResponse.Builder
@Generated
public interface ListFeatureMonitorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFeatureMonitors(int index) The FeatureMonitors matching the request.intThe FeatureMonitors matching the request.The FeatureMonitors matching the request.getFeatureMonitorsOrBuilder(int index) The FeatureMonitors matching the request.List<? extends FeatureMonitorOrBuilder>The FeatureMonitors matching the request.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.ByteStringA token, which can be sent as [ListFeatureMonitorsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorsRequest.page_token] to retrieve the next page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFeatureMonitorsList
List<FeatureMonitor> getFeatureMonitorsList()The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1; -
getFeatureMonitors
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1; -
getFeatureMonitorsCount
int getFeatureMonitorsCount()The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1; -
getFeatureMonitorsOrBuilderList
List<? extends FeatureMonitorOrBuilder> getFeatureMonitorsOrBuilderList()The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1; -
getFeatureMonitorsOrBuilder
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-