Uses of Class
com.google.cloud.aiplatform.v1.CreateFeatureRequest
Packages that use CreateFeatureRequest
-
Uses of CreateFeatureRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CreateFeatureRequestModifier and TypeMethodDescriptionCreateFeatureRequest.Builder.build()CreateFeatureRequest.Builder.buildPartial()static CreateFeatureRequestCreateFeatureRequest.getDefaultInstance()CreateFeatureRequest.Builder.getDefaultInstanceForType()CreateFeatureRequest.getDefaultInstanceForType()BatchCreateFeaturesRequest.Builder.getRequests(int index) Required.BatchCreateFeaturesRequest.getRequests(int index) Required.BatchCreateFeaturesRequestOrBuilder.getRequests(int index) Required.static CreateFeatureRequestCreateFeatureRequest.parseDelimitedFrom(InputStream input) static CreateFeatureRequestCreateFeatureRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateFeatureRequestCreateFeatureRequest.parseFrom(byte[] data) static CreateFeatureRequestCreateFeatureRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateFeatureRequestCreateFeatureRequest.parseFrom(com.google.protobuf.ByteString data) static CreateFeatureRequestCreateFeatureRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateFeatureRequestCreateFeatureRequest.parseFrom(com.google.protobuf.CodedInputStream input) static CreateFeatureRequestCreateFeatureRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateFeatureRequestCreateFeatureRequest.parseFrom(InputStream input) static CreateFeatureRequestCreateFeatureRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateFeatureRequestCreateFeatureRequest.parseFrom(ByteBuffer data) static CreateFeatureRequestCreateFeatureRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CreateFeatureRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CreateFeatureRequest>CreateFeatureRequest.getParserForType()BatchCreateFeaturesRequest.Builder.getRequestsList()Required.BatchCreateFeaturesRequest.getRequestsList()Required.BatchCreateFeaturesRequestOrBuilder.getRequestsList()Required.static com.google.protobuf.Parser<CreateFeatureRequest>CreateFeatureRequest.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type CreateFeatureRequestModifier and TypeMethodDescriptionBatchCreateFeaturesRequest.Builder.addRequests(int index, CreateFeatureRequest value) Required.BatchCreateFeaturesRequest.Builder.addRequests(CreateFeatureRequest value) Required.CreateFeatureRequest.Builder.mergeFrom(CreateFeatureRequest other) static CreateFeatureRequest.BuilderCreateFeatureRequest.newBuilder(CreateFeatureRequest prototype) BatchCreateFeaturesRequest.Builder.setRequests(int index, CreateFeatureRequest value) Required.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type CreateFeatureRequestModifier and TypeMethodDescriptionBatchCreateFeaturesRequest.Builder.addAllRequests(Iterable<? extends CreateFeatureRequest> values) Required.