Uses of Class
com.google.genai.gaos.models.operations.StartEnvironmentFileUploadRequest
Packages that use StartEnvironmentFileUploadRequest
Package
Description
-
Uses of StartEnvironmentFileUploadRequest in com.google.genai.gaos
Methods in com.google.genai.gaos with parameters of type StartEnvironmentFileUploadRequestModifier and TypeMethodDescriptionAsyncInternal.startUpload(StartEnvironmentFileUploadRequest request) Start an environment file uploadAsyncInternal.startUpload(StartEnvironmentFileUploadRequest request, Options options) Start an environment file uploadInternal.startUpload(StartEnvironmentFileUploadRequest request) Start an environment file uploadInternal.startUpload(StartEnvironmentFileUploadRequest request, Options options) Start an environment file upload -
Uses of StartEnvironmentFileUploadRequest in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return StartEnvironmentFileUploadRequestModifier and TypeMethodDescriptionStartEnvironmentFileUploadRequest.Builder.build()StartEnvironmentFileUploadRequest.withApiVersion(String apiVersion) Which version of the API to use.StartEnvironmentFileUploadRequest.withEnvironment(String environment) The ID of the environment that owns the destination file.StartEnvironmentFileUploadRequest.withExtract(Boolean extract) Optional.StartEnvironmentFileUploadRequest.withOverwrite(Boolean overwrite) Optional.The relative destination path inside the environment workspace.StartEnvironmentFileUploadRequest.withXGoogUploadHeaderContentLength(long xGoogUploadHeaderContentLength) Total number of file bytes that will be uploaded to the session URL.StartEnvironmentFileUploadRequest.withXGoogUploadHeaderContentType(String xGoogUploadHeaderContentType) MIME type of the file that will be uploaded to the session URL.Methods in com.google.genai.gaos.models.operations with parameters of type StartEnvironmentFileUploadRequestModifier and TypeMethodDescriptionStartEnvironmentFileUploadRequestBuilder.request(StartEnvironmentFileUploadRequest request) -
Uses of StartEnvironmentFileUploadRequest in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async with parameters of type StartEnvironmentFileUploadRequestModifier and TypeMethodDescriptionStartEnvironmentFileUploadRequestBuilder.request(StartEnvironmentFileUploadRequest request) -
Uses of StartEnvironmentFileUploadRequest in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations with parameters of type StartEnvironmentFileUploadRequestModifier and TypeMethodDescriptionStartEnvironmentFileUpload.Async.doRequest(StartEnvironmentFileUploadRequest request) StartEnvironmentFileUpload.Sync.doRequest(StartEnvironmentFileUploadRequest request)