public interface ListFeatureMonitorsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFeatureMonitors(int index)
public abstract FeatureMonitor getFeatureMonitors(int index)The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FeatureMonitor |
|
getFeatureMonitorsCount()
public abstract int getFeatureMonitorsCount()The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFeatureMonitorsList()
public abstract List<FeatureMonitor> getFeatureMonitorsList()The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;
| Returns | |
|---|---|
| Type | Description |
List<FeatureMonitor> |
|
getFeatureMonitorsOrBuilder(int index)
public abstract FeatureMonitorOrBuilder getFeatureMonitorsOrBuilder(int index)The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FeatureMonitorOrBuilder |
|
getFeatureMonitorsOrBuilderList()
public abstract List<? extends FeatureMonitorOrBuilder> getFeatureMonitorsOrBuilderList()The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.FeatureMonitorOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token, which can be sent as ListFeatureMonitorsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token, which can be sent as ListFeatureMonitorsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |