Uses of Class
com.google.cloud.aiplatform.v1beta1.DeployIndexResponse
-
Packages that use DeployIndexResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of DeployIndexResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return DeployIndexResponse Modifier and Type Method Description DeployIndexResponse
DeployIndexResponse.Builder. build()
DeployIndexResponse
DeployIndexResponse.Builder. buildPartial()
static DeployIndexResponse
DeployIndexResponse. getDefaultInstance()
DeployIndexResponse
DeployIndexResponse.Builder. getDefaultInstanceForType()
DeployIndexResponse
DeployIndexResponse. getDefaultInstanceForType()
static DeployIndexResponse
DeployIndexResponse. parseDelimitedFrom(InputStream input)
static DeployIndexResponse
DeployIndexResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployIndexResponse
DeployIndexResponse. parseFrom(byte[] data)
static DeployIndexResponse
DeployIndexResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployIndexResponse
DeployIndexResponse. parseFrom(com.google.protobuf.ByteString data)
static DeployIndexResponse
DeployIndexResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployIndexResponse
DeployIndexResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DeployIndexResponse
DeployIndexResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployIndexResponse
DeployIndexResponse. parseFrom(InputStream input)
static DeployIndexResponse
DeployIndexResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployIndexResponse
DeployIndexResponse. parseFrom(ByteBuffer data)
static DeployIndexResponse
DeployIndexResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type DeployIndexResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceClient. deployIndexAsync(DeployIndexRequest request)
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.com.google.api.gax.longrunning.OperationFuture<DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceClient. deployIndexAsync(IndexEndpointName indexEndpoint, DeployedIndex deployedIndex)
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.com.google.api.gax.longrunning.OperationFuture<DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceClient. deployIndexAsync(String indexEndpoint, DeployedIndex deployedIndex)
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.com.google.api.gax.rpc.OperationCallable<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceClient. deployIndexOperationCallable()
Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it.com.google.api.gax.rpc.OperationCallSettings.Builder<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceSettings.Builder. deployIndexOperationSettings()
Returns the builder for the settings used for calls to deployIndex.com.google.api.gax.rpc.OperationCallSettings<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceSettings. deployIndexOperationSettings()
Returns the object with the settings used for calls to deployIndex.com.google.protobuf.Parser<DeployIndexResponse>
DeployIndexResponse. getParserForType()
static com.google.protobuf.Parser<DeployIndexResponse>
DeployIndexResponse. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type DeployIndexResponse Modifier and Type Method Description DeployIndexResponse.Builder
DeployIndexResponse.Builder. mergeFrom(DeployIndexResponse other)
static DeployIndexResponse.Builder
DeployIndexResponse. newBuilder(DeployIndexResponse prototype)
-
Uses of DeployIndexResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type DeployIndexResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
GrpcIndexEndpointServiceStub. deployIndexOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceStub. deployIndexOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceStubSettings.Builder. deployIndexOperationSettings()
Returns the builder for the settings used for calls to deployIndex.com.google.api.gax.rpc.OperationCallSettings<DeployIndexRequest,DeployIndexResponse,DeployIndexOperationMetadata>
IndexEndpointServiceStubSettings. deployIndexOperationSettings()
Returns the object with the settings used for calls to deployIndex.
-