Uses of Class
com.google.cloud.aiplatform.v1.ExportDataResponse
-
Packages that use ExportDataResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ExportDataResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExportDataResponse Modifier and Type Method Description ExportDataResponse
ExportDataResponse.Builder. build()
ExportDataResponse
ExportDataResponse.Builder. buildPartial()
static ExportDataResponse
ExportDataResponse. getDefaultInstance()
ExportDataResponse
ExportDataResponse.Builder. getDefaultInstanceForType()
ExportDataResponse
ExportDataResponse. getDefaultInstanceForType()
static ExportDataResponse
ExportDataResponse. parseDelimitedFrom(InputStream input)
static ExportDataResponse
ExportDataResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataResponse
ExportDataResponse. parseFrom(byte[] data)
static ExportDataResponse
ExportDataResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataResponse
ExportDataResponse. parseFrom(com.google.protobuf.ByteString data)
static ExportDataResponse
ExportDataResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataResponse
ExportDataResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportDataResponse
ExportDataResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataResponse
ExportDataResponse. parseFrom(InputStream input)
static ExportDataResponse
ExportDataResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataResponse
ExportDataResponse. parseFrom(ByteBuffer data)
static ExportDataResponse
ExportDataResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ExportDataResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ExportDataResponse,ExportDataOperationMetadata>
DatasetServiceClient. exportDataAsync(DatasetName name, ExportDataConfig exportConfig)
Exports data from a Dataset.com.google.api.gax.longrunning.OperationFuture<ExportDataResponse,ExportDataOperationMetadata>
DatasetServiceClient. exportDataAsync(ExportDataRequest request)
Exports data from a Dataset.com.google.api.gax.longrunning.OperationFuture<ExportDataResponse,ExportDataOperationMetadata>
DatasetServiceClient. exportDataAsync(String name, ExportDataConfig exportConfig)
Exports data from a Dataset.com.google.api.gax.rpc.OperationCallable<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>
DatasetServiceClient. exportDataOperationCallable()
Exports data from a Dataset.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>
DatasetServiceSettings.Builder. exportDataOperationSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.OperationCallSettings<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>
DatasetServiceSettings. exportDataOperationSettings()
Returns the object with the settings used for calls to exportData.com.google.protobuf.Parser<ExportDataResponse>
ExportDataResponse. getParserForType()
static com.google.protobuf.Parser<ExportDataResponse>
ExportDataResponse. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type ExportDataResponse Modifier and Type Method Description ExportDataResponse.Builder
ExportDataResponse.Builder. mergeFrom(ExportDataResponse other)
static ExportDataResponse.Builder
ExportDataResponse. newBuilder(ExportDataResponse prototype)
-
Uses of ExportDataResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ExportDataResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>
DatasetServiceStub. exportDataOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>
GrpcDatasetServiceStub. exportDataOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>
DatasetServiceStubSettings.Builder. exportDataOperationSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.OperationCallSettings<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>
DatasetServiceStubSettings. exportDataOperationSettings()
Returns the object with the settings used for calls to exportData.
-