-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
907 additions
and
808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Project: /docs/reference/js/_project.yaml | ||
Book: /docs/reference/_book.yaml | ||
page_type: reference | ||
|
||
{% comment %} | ||
DO NOT EDIT THIS FILE! | ||
This is generated by the JS SDK team, and any local changes will be | ||
overwritten. Changes should be made in the source code at | ||
https://github.com/firebase/firebase-js-sdk | ||
{% endcomment %} | ||
|
||
# ArraySchema class | ||
Schema class for "array" types. The `items` param should refer to the type of item that can be a member of the array. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare class ArraySchema extends Schema | ||
``` | ||
<b>Extends:</b> [Schema](./vertexai-preview.schema.md#schema_class) | ||
## Constructors | ||
| Constructor | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [(constructor)(schemaParams, items)](./vertexai-preview.arrayschema.md#arrayschemaconstructor) | | Constructs a new instance of the <code>ArraySchema</code> class | | ||
## Properties | ||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [items](./vertexai-preview.arrayschema.md#arrayschemaitems) | | [TypedSchema](./vertexai-preview.md#typedschema) | | | ||
## ArraySchema.(constructor) | ||
Constructs a new instance of the `ArraySchema` class | ||
<b>Signature:</b> | ||
```typescript | ||
constructor(schemaParams: SchemaParams, items: TypedSchema); | ||
``` | ||
#### Parameters | ||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| schemaParams | [SchemaParams](./vertexai-preview.schemaparams.md#schemaparams_interface) | | | ||
| items | [TypedSchema](./vertexai-preview.md#typedschema) | | | ||
## ArraySchema.items | ||
<b>Signature:</b> | ||
```typescript | ||
items: TypedSchema; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
Project: /docs/reference/js/_project.yaml | ||
Book: /docs/reference/_book.yaml | ||
page_type: reference | ||
|
||
{% comment %} | ||
DO NOT EDIT THIS FILE! | ||
This is generated by the JS SDK team, and any local changes will be | ||
overwritten. Changes should be made in the source code at | ||
https://github.com/firebase/firebase-js-sdk | ||
{% endcomment %} | ||
|
||
# BooleanSchema class | ||
Schema class for "boolean" types. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare class BooleanSchema extends Schema | ||
``` | ||
<b>Extends:</b> [Schema](./vertexai-preview.schema.md#schema_class) | ||
## Constructors | ||
| Constructor | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [(constructor)(schemaParams)](./vertexai-preview.booleanschema.md#booleanschemaconstructor) | | Constructs a new instance of the <code>BooleanSchema</code> class | | ||
## BooleanSchema.(constructor) | ||
Constructs a new instance of the `BooleanSchema` class | ||
<b>Signature:</b> | ||
```typescript | ||
constructor(schemaParams?: SchemaParams); | ||
``` | ||
#### Parameters | ||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| schemaParams | [SchemaParams](./vertexai-preview.schemaparams.md#schemaparams_interface) | | | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 0 additions & 70 deletions
70
docs-devsite/vertexai-preview.functiondeclarationschema.md
This file was deleted.
Oops, something went wrong.
125 changes: 0 additions & 125 deletions
125
docs-devsite/vertexai-preview.functiondeclarationschemaproperty.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.