Uses of Class
com.google.cloud.aiplatform.v1beta1.ListFeatureMonitorsResponse.Builder
Packages that use ListFeatureMonitorsResponse.Builder
-
Uses of ListFeatureMonitorsResponse.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ListFeatureMonitorsResponse.BuilderModifier and TypeMethodDescriptionListFeatureMonitorsResponse.Builder.addAllFeatureMonitors(Iterable<? extends FeatureMonitor> values) The FeatureMonitors matching the request.ListFeatureMonitorsResponse.Builder.addFeatureMonitors(int index, FeatureMonitor value) The FeatureMonitors matching the request.ListFeatureMonitorsResponse.Builder.addFeatureMonitors(int index, FeatureMonitor.Builder builderForValue) The FeatureMonitors matching the request.ListFeatureMonitorsResponse.Builder.addFeatureMonitors(FeatureMonitor value) The FeatureMonitors matching the request.ListFeatureMonitorsResponse.Builder.addFeatureMonitors(FeatureMonitor.Builder builderForValue) The FeatureMonitors matching the request.ListFeatureMonitorsResponse.Builder.clear()ListFeatureMonitorsResponse.Builder.clearFeatureMonitors()The FeatureMonitors matching the request.ListFeatureMonitorsResponse.Builder.clearNextPageToken()A token, which can be sent as [ListFeatureMonitorsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorsRequest.page_token] to retrieve the next page.ListFeatureMonitorsResponse.Builder.mergeFrom(ListFeatureMonitorsResponse other) ListFeatureMonitorsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListFeatureMonitorsResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListFeatureMonitorsResponse.newBuilder()ListFeatureMonitorsResponse.newBuilder(ListFeatureMonitorsResponse prototype) ListFeatureMonitorsResponse.newBuilderForType()protected ListFeatureMonitorsResponse.BuilderListFeatureMonitorsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListFeatureMonitorsResponse.Builder.removeFeatureMonitors(int index) The FeatureMonitors matching the request.ListFeatureMonitorsResponse.Builder.setFeatureMonitors(int index, FeatureMonitor value) The FeatureMonitors matching the request.ListFeatureMonitorsResponse.Builder.setFeatureMonitors(int index, FeatureMonitor.Builder builderForValue) The FeatureMonitors matching the request.ListFeatureMonitorsResponse.Builder.setNextPageToken(String value) A token, which can be sent as [ListFeatureMonitorsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorsRequest.page_token] to retrieve the next page.ListFeatureMonitorsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [ListFeatureMonitorsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorsRequest.page_token] to retrieve the next page.ListFeatureMonitorsResponse.toBuilder()