Uses of Class
com.google.cloud.aiplatform.v1.CreateIndexRequest
-
Packages that use CreateIndexRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of CreateIndexRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CreateIndexRequest Modifier and Type Method Description CreateIndexRequestCreateIndexRequest.Builder. build()CreateIndexRequestCreateIndexRequest.Builder. buildPartial()static CreateIndexRequestCreateIndexRequest. getDefaultInstance()CreateIndexRequestCreateIndexRequest.Builder. getDefaultInstanceForType()CreateIndexRequestCreateIndexRequest. getDefaultInstanceForType()static CreateIndexRequestCreateIndexRequest. parseDelimitedFrom(InputStream input)static CreateIndexRequestCreateIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIndexRequestCreateIndexRequest. parseFrom(byte[] data)static CreateIndexRequestCreateIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIndexRequestCreateIndexRequest. parseFrom(com.google.protobuf.ByteString data)static CreateIndexRequestCreateIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIndexRequestCreateIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateIndexRequestCreateIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIndexRequestCreateIndexRequest. parseFrom(InputStream input)static CreateIndexRequestCreateIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIndexRequestCreateIndexRequest. parseFrom(ByteBuffer data)static CreateIndexRequestCreateIndexRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CreateIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation>IndexServiceClient. createIndexCallable()Creates an Index.com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,CreateIndexOperationMetadata>IndexServiceClient. createIndexOperationCallable()Creates an Index.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,CreateIndexOperationMetadata>IndexServiceSettings.Builder. createIndexOperationSettings()Returns the builder for the settings used for calls to createIndex.com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,CreateIndexOperationMetadata>IndexServiceSettings. createIndexOperationSettings()Returns the object with the settings used for calls to createIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIndexRequest,com.google.longrunning.Operation>IndexServiceSettings.Builder. createIndexSettings()Returns the builder for the settings used for calls to createIndex.com.google.api.gax.rpc.UnaryCallSettings<CreateIndexRequest,com.google.longrunning.Operation>IndexServiceSettings. createIndexSettings()Returns the object with the settings used for calls to createIndex.static io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation>IndexServiceGrpc. getCreateIndexMethod()com.google.protobuf.Parser<CreateIndexRequest>CreateIndexRequest. getParserForType()static com.google.protobuf.Parser<CreateIndexRequest>CreateIndexRequest. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type CreateIndexRequest Modifier and Type Method Description default voidIndexServiceGrpc.AsyncService. createIndex(CreateIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates an Index.com.google.longrunning.OperationIndexServiceGrpc.IndexServiceBlockingStub. createIndex(CreateIndexRequest request)Creates an Index.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>IndexServiceGrpc.IndexServiceFutureStub. createIndex(CreateIndexRequest request)Creates an Index.voidIndexServiceGrpc.IndexServiceStub. createIndex(CreateIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates an Index.com.google.api.gax.longrunning.OperationFuture<Index,CreateIndexOperationMetadata>IndexServiceClient. createIndexAsync(CreateIndexRequest request)Creates an Index.CreateIndexRequest.BuilderCreateIndexRequest.Builder. mergeFrom(CreateIndexRequest other)static CreateIndexRequest.BuilderCreateIndexRequest. newBuilder(CreateIndexRequest prototype) -
Uses of CreateIndexRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type CreateIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation>GrpcIndexServiceStub. createIndexCallable()com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation>IndexServiceStub. createIndexCallable()com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,CreateIndexOperationMetadata>GrpcIndexServiceStub. createIndexOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,CreateIndexOperationMetadata>IndexServiceStub. createIndexOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,CreateIndexOperationMetadata>IndexServiceStubSettings.Builder. createIndexOperationSettings()Returns the builder for the settings used for calls to createIndex.com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,CreateIndexOperationMetadata>IndexServiceStubSettings. createIndexOperationSettings()Returns the object with the settings used for calls to createIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIndexRequest,com.google.longrunning.Operation>IndexServiceStubSettings.Builder. createIndexSettings()Returns the builder for the settings used for calls to createIndex.com.google.api.gax.rpc.UnaryCallSettings<CreateIndexRequest,com.google.longrunning.Operation>IndexServiceStubSettings. createIndexSettings()Returns the object with the settings used for calls to createIndex.
-