Uses of Class
com.google.cloud.aiplatform.v1.ListFeatureViewSyncsResponse.Builder
Packages that use ListFeatureViewSyncsResponse.Builder
-
Uses of ListFeatureViewSyncsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListFeatureViewSyncsResponse.BuilderModifier and TypeMethodDescriptionListFeatureViewSyncsResponse.Builder.addAllFeatureViewSyncs(Iterable<? extends FeatureViewSync> values) The FeatureViewSyncs matching the request.ListFeatureViewSyncsResponse.Builder.addFeatureViewSyncs(int index, FeatureViewSync value) The FeatureViewSyncs matching the request.ListFeatureViewSyncsResponse.Builder.addFeatureViewSyncs(int index, FeatureViewSync.Builder builderForValue) The FeatureViewSyncs matching the request.ListFeatureViewSyncsResponse.Builder.addFeatureViewSyncs(FeatureViewSync value) The FeatureViewSyncs matching the request.ListFeatureViewSyncsResponse.Builder.addFeatureViewSyncs(FeatureViewSync.Builder builderForValue) The FeatureViewSyncs matching the request.ListFeatureViewSyncsResponse.Builder.clear()ListFeatureViewSyncsResponse.Builder.clearFeatureViewSyncs()The FeatureViewSyncs matching the request.ListFeatureViewSyncsResponse.Builder.clearNextPageToken()A token, which can be sent as [ListFeatureViewSyncsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewSyncsRequest.page_token] to retrieve the next page.ListFeatureViewSyncsResponse.Builder.mergeFrom(ListFeatureViewSyncsResponse other) ListFeatureViewSyncsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListFeatureViewSyncsResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListFeatureViewSyncsResponse.newBuilder()ListFeatureViewSyncsResponse.newBuilder(ListFeatureViewSyncsResponse prototype) ListFeatureViewSyncsResponse.newBuilderForType()protected ListFeatureViewSyncsResponse.BuilderListFeatureViewSyncsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListFeatureViewSyncsResponse.Builder.removeFeatureViewSyncs(int index) The FeatureViewSyncs matching the request.ListFeatureViewSyncsResponse.Builder.setFeatureViewSyncs(int index, FeatureViewSync value) The FeatureViewSyncs matching the request.ListFeatureViewSyncsResponse.Builder.setFeatureViewSyncs(int index, FeatureViewSync.Builder builderForValue) The FeatureViewSyncs matching the request.ListFeatureViewSyncsResponse.Builder.setNextPageToken(String value) A token, which can be sent as [ListFeatureViewSyncsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewSyncsRequest.page_token] to retrieve the next page.ListFeatureViewSyncsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [ListFeatureViewSyncsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewSyncsRequest.page_token] to retrieve the next page.ListFeatureViewSyncsResponse.toBuilder()