Class BetaManagedAgentsAgentToolset20260401ReadInput.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolset20260401ReadInput.BuilderA builder for BetaManagedAgentsAgentToolset20260401ReadInput.
-
-
Method Summary
-
-
Method Detail
-
filePath
final BetaManagedAgentsAgentToolset20260401ReadInput.Builder filePath(String filePath)
Path of the file to read.
-
filePath
final BetaManagedAgentsAgentToolset20260401ReadInput.Builder filePath(JsonField<String> filePath)
Sets Builder.filePath to an arbitrary JSON value.
You should usually call Builder.filePath with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
viewRange
final BetaManagedAgentsAgentToolset20260401ReadInput.Builder viewRange(List<Long> viewRange)
Optional
[start_line, end_line]1-indexed inclusive range. When omitted the entire file is returned.end_lineof 0 or negative means "to end of file".
-
viewRange
final BetaManagedAgentsAgentToolset20260401ReadInput.Builder viewRange(JsonField<List<Long>> viewRange)
Sets Builder.viewRange to an arbitrary JSON value.
You should usually call Builder.viewRange with a well-typed
List<Long>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addViewRange
final BetaManagedAgentsAgentToolset20260401ReadInput.Builder addViewRange(Long viewRange)
Adds a single Long to Builder.viewRange.
-
additionalProperties
final BetaManagedAgentsAgentToolset20260401ReadInput.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsAgentToolset20260401ReadInput.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401ReadInput.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsAgentToolset20260401ReadInput.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401ReadInput.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsAgentToolset20260401ReadInput build()
Returns an immutable instance of BetaManagedAgentsAgentToolset20260401ReadInput.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.filePath()
-
-
-
-