public static final class ListFeatureMonitorsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder> implements ListFeatureMonitorsResponseOrBuilder
Response message for [FeatureRegistryService.ListFeatureMonitors][google.cloud.aiplatform.v1beta1.FeatureRegistryService.ListFeatureMonitors].Protobuf type
google.cloud.aiplatform.v1beta1.ListFeatureMonitorsResponse| Modifier and Type | Method and Description |
|---|---|
ListFeatureMonitorsResponse.Builder |
addAllFeatureMonitors(Iterable<? extends FeatureMonitor> values)
The FeatureMonitors matching the request.
|
ListFeatureMonitorsResponse.Builder |
addFeatureMonitors(FeatureMonitor.Builder builderForValue)
The FeatureMonitors matching the request.
|
ListFeatureMonitorsResponse.Builder |
addFeatureMonitors(FeatureMonitor value)
The FeatureMonitors matching the request.
|
ListFeatureMonitorsResponse.Builder |
addFeatureMonitors(int index,
FeatureMonitor.Builder builderForValue)
The FeatureMonitors matching the request.
|
ListFeatureMonitorsResponse.Builder |
addFeatureMonitors(int index,
FeatureMonitor value)
The FeatureMonitors matching the request.
|
FeatureMonitor.Builder |
addFeatureMonitorsBuilder()
The FeatureMonitors matching the request.
|
FeatureMonitor.Builder |
addFeatureMonitorsBuilder(int index)
The FeatureMonitors matching the request.
|
ListFeatureMonitorsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListFeatureMonitorsResponse |
build() |
ListFeatureMonitorsResponse |
buildPartial() |
ListFeatureMonitorsResponse.Builder |
clear() |
ListFeatureMonitorsResponse.Builder |
clearFeatureMonitors()
The FeatureMonitors matching the request.
|
ListFeatureMonitorsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
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 |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListFeatureMonitorsResponse.Builder |
clone() |
ListFeatureMonitorsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FeatureMonitor |
getFeatureMonitors(int index)
The FeatureMonitors matching the request.
|
FeatureMonitor.Builder |
getFeatureMonitorsBuilder(int index)
The FeatureMonitors matching the request.
|
List<FeatureMonitor.Builder> |
getFeatureMonitorsBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListFeatureMonitorsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListFeatureMonitorsResponse.Builder |
mergeFrom(ListFeatureMonitorsResponse other) |
ListFeatureMonitorsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListFeatureMonitorsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListFeatureMonitorsResponse.Builder |
removeFeatureMonitors(int index)
The FeatureMonitors matching the request.
|
ListFeatureMonitorsResponse.Builder |
setFeatureMonitors(int index,
FeatureMonitor.Builder builderForValue)
The FeatureMonitors matching the request.
|
ListFeatureMonitorsResponse.Builder |
setFeatureMonitors(int index,
FeatureMonitor value)
The FeatureMonitors matching the request.
|
ListFeatureMonitorsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListFeatureMonitorsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>public ListFeatureMonitorsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>public ListFeatureMonitorsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListFeatureMonitorsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListFeatureMonitorsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListFeatureMonitorsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>public ListFeatureMonitorsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>public ListFeatureMonitorsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>public ListFeatureMonitorsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>public ListFeatureMonitorsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>public ListFeatureMonitorsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>public ListFeatureMonitorsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListFeatureMonitorsResponse.Builder>public ListFeatureMonitorsResponse.Builder mergeFrom(ListFeatureMonitorsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>public ListFeatureMonitorsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListFeatureMonitorsResponse.Builder>IOExceptionpublic List<FeatureMonitor> getFeatureMonitorsList()
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;getFeatureMonitorsList in interface ListFeatureMonitorsResponseOrBuilderpublic int getFeatureMonitorsCount()
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;getFeatureMonitorsCount in interface ListFeatureMonitorsResponseOrBuilderpublic FeatureMonitor getFeatureMonitors(int index)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;getFeatureMonitors in interface ListFeatureMonitorsResponseOrBuilderpublic ListFeatureMonitorsResponse.Builder setFeatureMonitors(int index, FeatureMonitor value)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public ListFeatureMonitorsResponse.Builder setFeatureMonitors(int index, FeatureMonitor.Builder builderForValue)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public ListFeatureMonitorsResponse.Builder addFeatureMonitors(FeatureMonitor value)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public ListFeatureMonitorsResponse.Builder addFeatureMonitors(int index, FeatureMonitor value)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public ListFeatureMonitorsResponse.Builder addFeatureMonitors(FeatureMonitor.Builder builderForValue)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public ListFeatureMonitorsResponse.Builder addFeatureMonitors(int index, FeatureMonitor.Builder builderForValue)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public ListFeatureMonitorsResponse.Builder addAllFeatureMonitors(Iterable<? extends FeatureMonitor> values)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public ListFeatureMonitorsResponse.Builder clearFeatureMonitors()
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public ListFeatureMonitorsResponse.Builder removeFeatureMonitors(int index)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public FeatureMonitor.Builder getFeatureMonitorsBuilder(int index)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public FeatureMonitorOrBuilder getFeatureMonitorsOrBuilder(int index)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;getFeatureMonitorsOrBuilder in interface ListFeatureMonitorsResponseOrBuilderpublic List<? extends FeatureMonitorOrBuilder> getFeatureMonitorsOrBuilderList()
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;getFeatureMonitorsOrBuilderList in interface ListFeatureMonitorsResponseOrBuilderpublic FeatureMonitor.Builder addFeatureMonitorsBuilder()
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public FeatureMonitor.Builder addFeatureMonitorsBuilder(int index)
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public List<FeatureMonitor.Builder> getFeatureMonitorsBuilderList()
The FeatureMonitors matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitors = 1;public 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;getNextPageToken in interface ListFeatureMonitorsResponseOrBuilderpublic 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;getNextPageTokenBytes in interface ListFeatureMonitorsResponseOrBuilderpublic 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. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;value - The nextPageToken to set.public 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. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;public 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. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;value - The bytes for nextPageToken to set.public final ListFeatureMonitorsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>public final ListFeatureMonitorsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeatureMonitorsResponse.Builder>Copyright © 2025 Google LLC. All rights reserved.