Uses of Class
com.google.genai.gaos.models.operations.StartEnvironmentFileUploadRequest.Builder
Packages that use StartEnvironmentFileUploadRequest.Builder
-
Uses of StartEnvironmentFileUploadRequest.Builder in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return StartEnvironmentFileUploadRequest.BuilderModifier and TypeMethodDescriptionStartEnvironmentFileUploadRequest.Builder.apiVersion(String apiVersion) Which version of the API to use.StartEnvironmentFileUploadRequest.builder()StartEnvironmentFileUploadRequest.Builder.environment(String environment) The ID of the environment that owns the destination file.Optional.Optional.The relative destination path inside the environment workspace.StartEnvironmentFileUploadRequest.Builder.xGoogUploadHeaderContentLength(long xGoogUploadHeaderContentLength) Total number of file bytes that will be uploaded to the session URL.StartEnvironmentFileUploadRequest.Builder.xGoogUploadHeaderContentType(String xGoogUploadHeaderContentType) MIME type of the file that will be uploaded to the session URL.