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 CreateIndexRequest
CreateIndexRequest.Builder. build()
CreateIndexRequest
CreateIndexRequest.Builder. buildPartial()
static CreateIndexRequest
CreateIndexRequest. getDefaultInstance()
CreateIndexRequest
CreateIndexRequest.Builder. getDefaultInstanceForType()
CreateIndexRequest
CreateIndexRequest. getDefaultInstanceForType()
static CreateIndexRequest
CreateIndexRequest. parseDelimitedFrom(InputStream input)
static CreateIndexRequest
CreateIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateIndexRequest
CreateIndexRequest. parseFrom(byte[] data)
static CreateIndexRequest
CreateIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateIndexRequest
CreateIndexRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateIndexRequest
CreateIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateIndexRequest
CreateIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateIndexRequest
CreateIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateIndexRequest
CreateIndexRequest. parseFrom(InputStream input)
static CreateIndexRequest
CreateIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateIndexRequest
CreateIndexRequest. parseFrom(ByteBuffer data)
static CreateIndexRequest
CreateIndexRequest. 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 void
IndexServiceGrpc.AsyncService. createIndex(CreateIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates an Index.com.google.longrunning.Operation
IndexServiceGrpc.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.void
IndexServiceGrpc.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.Builder
CreateIndexRequest.Builder. mergeFrom(CreateIndexRequest other)
static CreateIndexRequest.Builder
CreateIndexRequest. 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.
-