public static interface TypeSchema.SchemaReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSchema()
public abstract String getSchema()The name of the schema.
string schema = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The schema. |
getSchemaBytes()
public abstract ByteString getSchemaBytes()The name of the schema.
string schema = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for schema. |
getTool()
public abstract String getTool() The tool that contains this schema definition.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.
string tool = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The tool. |
getToolBytes()
public abstract ByteString getToolBytes() The tool that contains this schema definition.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>.
string tool = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tool. |