Class GetEnvironmentFilesRequest
java.lang.Object
com.google.genai.gaos.models.operations.GetEnvironmentFilesRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGetEnvironmentFilesRequest(String environment, String path) GetEnvironmentFilesRequest(String apiVersion, String environment, String path, Integer pageSize, String pageToken, Boolean recursive) -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.builder()booleaninthashCode()pageSize()Optional.Optional.path()Optional.toString()withApiVersion(String apiVersion) Which version of the API to use.withEnvironment(String environment) withPageSize(Integer pageSize) Optional.withPageToken(String pageToken) Optional.withRecursive(Boolean recursive) Optional.
-
Constructor Details
-
GetEnvironmentFilesRequest
-
GetEnvironmentFilesRequest
-
-
Method Details
-
apiVersion
Which version of the API to use. -
environment
-
path
-
pageSize
Optional. Maximum number of entries to return per page (for directory listing). -
pageToken
Optional. Pagination token for directory listing. -
recursive
Optional. If true and the path is a directory, recursively lists all files. -
builder
-
withApiVersion
Which version of the API to use. -
withEnvironment
-
withPath
-
withPageSize
Optional. Maximum number of entries to return per page (for directory listing). -
withPageToken
Optional. Pagination token for directory listing. -
withRecursive
Optional. If true and the path is a directory, recursively lists all files. -
equals
-
hashCode
public int hashCode() -
toString
-