Class BetaManagedAgentsAgentToolset20260401EditInput.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolset20260401EditInput.BuilderA builder for BetaManagedAgentsAgentToolset20260401EditInput.
-
-
Method Summary
-
-
Method Detail
-
filePath
final BetaManagedAgentsAgentToolset20260401EditInput.Builder filePath(String filePath)
Path of the file to edit.
-
filePath
final BetaManagedAgentsAgentToolset20260401EditInput.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.
-
newString
final BetaManagedAgentsAgentToolset20260401EditInput.Builder newString(String newString)
Replacement text.
-
newString
final BetaManagedAgentsAgentToolset20260401EditInput.Builder newString(JsonField<String> newString)
Sets Builder.newString to an arbitrary JSON value.
You should usually call Builder.newString with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
oldString
final BetaManagedAgentsAgentToolset20260401EditInput.Builder oldString(String oldString)
Substring to find and replace.
-
oldString
final BetaManagedAgentsAgentToolset20260401EditInput.Builder oldString(JsonField<String> oldString)
Sets Builder.oldString to an arbitrary JSON value.
You should usually call Builder.oldString with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
replaceAll
final BetaManagedAgentsAgentToolset20260401EditInput.Builder replaceAll(Boolean replaceAll)
When true, replace every occurrence of
old_stringinstead of requiring a unique match.
-
replaceAll
final BetaManagedAgentsAgentToolset20260401EditInput.Builder replaceAll(JsonField<Boolean> replaceAll)
Sets Builder.replaceAll to an arbitrary JSON value.
You should usually call Builder.replaceAll with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsAgentToolset20260401EditInput.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsAgentToolset20260401EditInput.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401EditInput.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsAgentToolset20260401EditInput.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401EditInput.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsAgentToolset20260401EditInput build()
Returns an immutable instance of BetaManagedAgentsAgentToolset20260401EditInput.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.filePath() .newString() .oldString()
-
-
-
-