Uses of Class
com.google.cloud.aiplatform.v1.Featurestore
Packages that use Featurestore
-
Uses of Featurestore in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeaturestoreModifier and TypeMethodDescriptionFeaturestore.Builder.build()Featurestore.Builder.buildPartial()static FeaturestoreFeaturestore.getDefaultInstance()Featurestore.Builder.getDefaultInstanceForType()Featurestore.getDefaultInstanceForType()CreateFeaturestoreRequest.Builder.getFeaturestore()Required.CreateFeaturestoreRequest.getFeaturestore()Required.CreateFeaturestoreRequestOrBuilder.getFeaturestore()Required.UpdateFeaturestoreRequest.Builder.getFeaturestore()Required.UpdateFeaturestoreRequest.getFeaturestore()Required.UpdateFeaturestoreRequestOrBuilder.getFeaturestore()Required.ListFeaturestoresResponse.Builder.getFeaturestores(int index) The Featurestores matching the request.ListFeaturestoresResponse.getFeaturestores(int index) The Featurestores matching the request.ListFeaturestoresResponseOrBuilder.getFeaturestores(int index) The Featurestores matching the request.static FeaturestoreFeaturestore.parseDelimitedFrom(InputStream input) static FeaturestoreFeaturestore.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeaturestoreFeaturestore.parseFrom(byte[] data) static FeaturestoreFeaturestore.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeaturestoreFeaturestore.parseFrom(com.google.protobuf.ByteString data) static FeaturestoreFeaturestore.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeaturestoreFeaturestore.parseFrom(com.google.protobuf.CodedInputStream input) static FeaturestoreFeaturestore.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeaturestoreFeaturestore.parseFrom(InputStream input) static FeaturestoreFeaturestore.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FeaturestoreFeaturestore.parseFrom(ByteBuffer data) static FeaturestoreFeaturestore.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeaturestoreModifier and TypeMethodDescriptionListFeaturestoresResponse.Builder.getFeaturestoresList()The Featurestores matching the request.ListFeaturestoresResponse.getFeaturestoresList()The Featurestores matching the request.ListFeaturestoresResponseOrBuilder.getFeaturestoresList()The Featurestores matching the request.com.google.protobuf.Parser<Featurestore>Featurestore.getParserForType()static com.google.protobuf.Parser<Featurestore>Featurestore.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type FeaturestoreModifier and TypeMethodDescriptionListFeaturestoresResponse.Builder.addFeaturestores(int index, Featurestore value) The Featurestores matching the request.ListFeaturestoresResponse.Builder.addFeaturestores(Featurestore value) The Featurestores matching the request.CreateFeaturestoreRequest.Builder.mergeFeaturestore(Featurestore value) Required.UpdateFeaturestoreRequest.Builder.mergeFeaturestore(Featurestore value) Required.Featurestore.Builder.mergeFrom(Featurestore other) static Featurestore.BuilderFeaturestore.newBuilder(Featurestore prototype) CreateFeaturestoreRequest.Builder.setFeaturestore(Featurestore value) Required.UpdateFeaturestoreRequest.Builder.setFeaturestore(Featurestore value) Required.ListFeaturestoresResponse.Builder.setFeaturestores(int index, Featurestore value) The Featurestores matching the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type FeaturestoreModifier and TypeMethodDescriptionListFeaturestoresResponse.Builder.addAllFeaturestores(Iterable<? extends Featurestore> values) The Featurestores matching the request.