Class CreateAgentRequest
java.lang.Object
com.google.genai.gaos.models.operations.CreateAgentRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCreateAgentRequest(Agent body) CreateAgentRequest(String apiVersion, Agent body) -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.body()The request body.static CreateAgentRequest.Builderbuilder()booleaninthashCode()toString()withApiVersion(String apiVersion) Which version of the API to use.The request body.
-
Constructor Details
-
CreateAgentRequest
-
CreateAgentRequest
-
-
Method Details
-
apiVersion
Which version of the API to use. -
body
The request body. -
builder
-
withApiVersion
Which version of the API to use. -
withBody
The request body. -
equals
-
hashCode
public int hashCode() -
toString
-