Class BetaManagedAgentsAgentToolset20260401GlobInput
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolset20260401GlobInputInput payload for the
globtool. Returns paths matching a doublestar glob pattern, newest first.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsAgentToolset20260401GlobInput.BuilderA builder for BetaManagedAgentsAgentToolset20260401GlobInput.
-
Method Summary
Modifier and Type Method Description final Stringpattern()Doublestar glob pattern (e.g. final Optional<String>path()Optional directory root to search under. final JsonField<String>_pattern()Returns the raw JSON value of pattern. final JsonField<String>_path()Returns the raw JSON value of path. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsAgentToolset20260401GlobInput.BuildertoBuilder()final BetaManagedAgentsAgentToolset20260401GlobInputvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsAgentToolset20260401GlobInput.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401GlobInput. -
-
Method Detail
-
pattern
final String pattern()
Doublestar glob pattern (e.g.
**/*.go). Absolute patterns are only permitted when the runner is configured to allow them.
-
path
final Optional<String> path()
Optional directory root to search under. Defaults to the runner's working directory.
-
_pattern
final JsonField<String> _pattern()
Returns the raw JSON value of pattern.
Unlike pattern, this method doesn't throw if the JSON field has an unexpected type.
-
_path
final JsonField<String> _path()
Returns the raw JSON value of path.
Unlike path, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsAgentToolset20260401GlobInput.Builder toBuilder()
-
validate
final BetaManagedAgentsAgentToolset20260401GlobInput validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsAgentToolset20260401GlobInput.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401GlobInput.
The following fields are required:
.pattern()
-
-
-
-