Uses of Class
com.google.cloud.aiplatform.v1beta1.StreamingFetchFeatureValuesResponse.Builder
Packages that use StreamingFetchFeatureValuesResponse.Builder
-
Uses of StreamingFetchFeatureValuesResponse.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return StreamingFetchFeatureValuesResponse.BuilderModifier and TypeMethodDescriptionStreamingFetchFeatureValuesResponse.Builder.addAllData(Iterable<? extends FetchFeatureValuesResponse> values) repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;StreamingFetchFeatureValuesResponse.Builder.addAllDataKeysWithError(Iterable<? extends FeatureViewDataKey> values) repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;StreamingFetchFeatureValuesResponse.Builder.addData(int index, FetchFeatureValuesResponse value) repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;StreamingFetchFeatureValuesResponse.Builder.addData(int index, FetchFeatureValuesResponse.Builder builderForValue) repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;StreamingFetchFeatureValuesResponse.Builder.addData(FetchFeatureValuesResponse value) repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;StreamingFetchFeatureValuesResponse.Builder.addData(FetchFeatureValuesResponse.Builder builderForValue) repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;StreamingFetchFeatureValuesResponse.Builder.addDataKeysWithError(int index, FeatureViewDataKey value) repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;StreamingFetchFeatureValuesResponse.Builder.addDataKeysWithError(int index, FeatureViewDataKey.Builder builderForValue) repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;StreamingFetchFeatureValuesResponse.Builder.addDataKeysWithError(FeatureViewDataKey value) repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;StreamingFetchFeatureValuesResponse.Builder.addDataKeysWithError(FeatureViewDataKey.Builder builderForValue) repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;StreamingFetchFeatureValuesResponse.Builder.clear()StreamingFetchFeatureValuesResponse.Builder.clearData()repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;StreamingFetchFeatureValuesResponse.Builder.clearDataKeysWithError()repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;StreamingFetchFeatureValuesResponse.Builder.clearStatus()Response status.StreamingFetchFeatureValuesResponse.Builder.mergeFrom(StreamingFetchFeatureValuesResponse other) StreamingFetchFeatureValuesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StreamingFetchFeatureValuesResponse.Builder.mergeFrom(com.google.protobuf.Message other) StreamingFetchFeatureValuesResponse.Builder.mergeStatus(Status value) Response status.StreamingFetchFeatureValuesResponse.newBuilder()StreamingFetchFeatureValuesResponse.newBuilder(StreamingFetchFeatureValuesResponse prototype) StreamingFetchFeatureValuesResponse.newBuilderForType()StreamingFetchFeatureValuesResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StreamingFetchFeatureValuesResponse.Builder.removeData(int index) repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;StreamingFetchFeatureValuesResponse.Builder.removeDataKeysWithError(int index) repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;StreamingFetchFeatureValuesResponse.Builder.setData(int index, FetchFeatureValuesResponse value) repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;StreamingFetchFeatureValuesResponse.Builder.setData(int index, FetchFeatureValuesResponse.Builder builderForValue) repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;StreamingFetchFeatureValuesResponse.Builder.setDataKeysWithError(int index, FeatureViewDataKey value) repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;StreamingFetchFeatureValuesResponse.Builder.setDataKeysWithError(int index, FeatureViewDataKey.Builder builderForValue) repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;Response status.StreamingFetchFeatureValuesResponse.Builder.setStatus(Status.Builder builderForValue) Response status.StreamingFetchFeatureValuesResponse.toBuilder()