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 DeployIndexResponseDeployIndexResponse.Builder. build()DeployIndexResponseDeployIndexResponse.Builder. buildPartial()static DeployIndexResponseDeployIndexResponse. getDefaultInstance()DeployIndexResponseDeployIndexResponse.Builder. getDefaultInstanceForType()DeployIndexResponseDeployIndexResponse. getDefaultInstanceForType()static DeployIndexResponseDeployIndexResponse. parseDelimitedFrom(InputStream input)static DeployIndexResponseDeployIndexResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployIndexResponseDeployIndexResponse. parseFrom(byte[] data)static DeployIndexResponseDeployIndexResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployIndexResponseDeployIndexResponse. parseFrom(com.google.protobuf.ByteString data)static DeployIndexResponseDeployIndexResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployIndexResponseDeployIndexResponse. parseFrom(com.google.protobuf.CodedInputStream input)static DeployIndexResponseDeployIndexResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployIndexResponseDeployIndexResponse. parseFrom(InputStream input)static DeployIndexResponseDeployIndexResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployIndexResponseDeployIndexResponse. parseFrom(ByteBuffer data)static DeployIndexResponseDeployIndexResponse. 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.BuilderDeployIndexResponse.Builder. mergeFrom(DeployIndexResponse other)static DeployIndexResponse.BuilderDeployIndexResponse. 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.
-