Class BetaManagedAgentsAgentToolset20260401GlobInput.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolset20260401GlobInput.BuilderA builder for BetaManagedAgentsAgentToolset20260401GlobInput.
-
-
Method Summary
-
-
Method Detail
-
pattern
final BetaManagedAgentsAgentToolset20260401GlobInput.Builder pattern(String pattern)
Doublestar glob pattern (e.g.
**/*.go). Absolute patterns are only permitted when the runner is configured to allow them.
-
pattern
final BetaManagedAgentsAgentToolset20260401GlobInput.Builder pattern(JsonField<String> pattern)
Sets Builder.pattern to an arbitrary JSON value.
You should usually call Builder.pattern with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
path
final BetaManagedAgentsAgentToolset20260401GlobInput.Builder path(String path)
Optional directory root to search under. Defaults to the runner's working directory.
-
path
final BetaManagedAgentsAgentToolset20260401GlobInput.Builder path(JsonField<String> path)
Sets Builder.path to an arbitrary JSON value.
You should usually call Builder.path with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsAgentToolset20260401GlobInput.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsAgentToolset20260401GlobInput.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401GlobInput.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsAgentToolset20260401GlobInput.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401GlobInput.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsAgentToolset20260401GlobInput build()
Returns an immutable instance of BetaManagedAgentsAgentToolset20260401GlobInput.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.pattern()
-
-
-
-