Constructor
new ContextsClient(optionsopt)
Construct an instance of ContextsClient.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
The configuration object. See the subsequent parameters for more details. Properties
|
Members
(static) apiEndpoint
The DNS address for this API service - same as servicePath(), exists for compatibility reasons.
(static) port
The port for this API service.
(static) scopes
The scopes needed to make gRPC calls for every method defined in this service.
(static) servicePath
The DNS address for this API service.
Methods
close()
Terminate the GRPC channel and close the client.
The client will no longer be usable and all future behavior is undefined.
createContext(request, optionsopt) → {Promise}
Creates a context.
If the specified context already exists, overrides the context.
Parameters:
| Name | Type | Attributes | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
deleteAllContexts(request, optionsopt) → {Promise}
Deletes all active contexts in the specified session.
Parameters:
| Name | Type | Attributes | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
deleteContext(request, optionsopt) → {Promise}
Deletes the specified context.
Parameters:
| Name | Type | Attributes | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
documentPath(project, knowledge_base, document) → {string}
Return a fully-qualified document resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
knowledge_base |
string | |
document |
string |
getContext(request, optionsopt) → {Promise}
Retrieves the specified context.
Parameters:
| Name | Type | Attributes | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
getProjectId(callback)
Return the project ID used by this class.
Parameters:
| Name | Type | Description |
|---|---|---|
callback |
function |
the callback to be called with the current project Id. |
initialize() → {Promise}
Initialize the client. Performs asynchronous operations (such as authentication) and prepares the client. This function will be called automatically when any class method is called for the first time, but if you need to initialize it before calling an actual method, feel free to call initialize() directly.
You can await on this method if you want to make sure the client is initialized.
knowledgeBasePath(project, knowledge_base) → {string}
Return a fully-qualified knowledgeBase resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
knowledge_base |
string |
listContexts(request, optionsopt) → {Promise}
Returns the list of all contexts in the specified session.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
listContextsAsync(request, optionsopt) → {Object}
Equivalent to listContexts, but returns an iterable object.
for-await-of syntax is used with the iterable to recursively get response element on-demand.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
listContextsStream(request, optionsopt) → {Stream}
Equivalent to listContexts, but returns a NodeJS Stream object.
This fetches the paged responses for listContexts continuously and invokes the callback registered for 'data' event for each element in the responses.
The returned object has 'end' method when no more elements are required.
autoPaginate option will be ignored.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
matchContextFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName) → {string}
Parse the context from ProjectAgentEnvironmentUserSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentUserSessionContextName |
string |
A fully-qualified path representing project_agent_environment_user_session_context resource. |
matchContextFromProjectAgentSessionContextName(projectAgentSessionContextName) → {string}
Parse the context from ProjectAgentSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentSessionContextName |
string |
A fully-qualified path representing project_agent_session_context resource. |
matchContextFromProjectLocationAgentSessionContextName(projectLocationAgentSessionContextName) → {string}
Parse the context from ProjectLocationAgentSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentSessionContextName |
string |
A fully-qualified path representing project_location_agent_session_context resource. |
matchDocumentFromDocumentName(documentName) → {string}
Parse the document from Document resource.
Parameters:
| Name | Type | Description |
|---|---|---|
documentName |
string |
A fully-qualified path representing Document resource. |
matchEntityTypeFromProjectAgentEntityTypeName(projectAgentEntityTypeName) → {string}
Parse the entity_type from ProjectAgentEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEntityTypeName |
string |
A fully-qualified path representing project_agent_entity_type resource. |
matchEntityTypeFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName) → {string}
Parse the entity_type from ProjectAgentEnvironmentUserSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentUserSessionEntityTypeName |
string |
A fully-qualified path representing project_agent_environment_user_session_entity_type resource. |
matchEntityTypeFromProjectAgentSessionEntityTypeName(projectAgentSessionEntityTypeName) → {string}
Parse the entity_type from ProjectAgentSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentSessionEntityTypeName |
string |
A fully-qualified path representing project_agent_session_entity_type resource. |
matchEntityTypeFromProjectLocationAgentEntityTypeName(projectLocationAgentEntityTypeName) → {string}
Parse the entity_type from ProjectLocationAgentEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentEntityTypeName |
string |
A fully-qualified path representing project_location_agent_entity_type resource. |
matchEntityTypeFromProjectLocationAgentSessionEntityTypeName(projectLocationAgentSessionEntityTypeName) → {string}
Parse the entity_type from ProjectLocationAgentSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentSessionEntityTypeName |
string |
A fully-qualified path representing project_location_agent_session_entity_type resource. |
matchEnvironmentFromProjectAgentEnvironmentName(projectAgentEnvironmentName) → {string}
Parse the environment from ProjectAgentEnvironment resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentName |
string |
A fully-qualified path representing project_agent_environment resource. |
matchEnvironmentFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName) → {string}
Parse the environment from ProjectAgentEnvironmentUserSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentUserSessionContextName |
string |
A fully-qualified path representing project_agent_environment_user_session_context resource. |
matchEnvironmentFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName) → {string}
Parse the environment from ProjectAgentEnvironmentUserSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentUserSessionEntityTypeName |
string |
A fully-qualified path representing project_agent_environment_user_session_entity_type resource. |
matchEnvironmentFromProjectLocationAgentEnvironmentName(projectLocationAgentEnvironmentName) → {string}
Parse the environment from ProjectLocationAgentEnvironment resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentEnvironmentName |
string |
A fully-qualified path representing project_location_agent_environment resource. |
matchIntentFromProjectAgentIntentName(projectAgentIntentName) → {string}
Parse the intent from ProjectAgentIntent resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentIntentName |
string |
A fully-qualified path representing project_agent_intent resource. |
matchIntentFromProjectLocationAgentIntentName(projectLocationAgentIntentName) → {string}
Parse the intent from ProjectLocationAgentIntent resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentIntentName |
string |
A fully-qualified path representing project_location_agent_intent resource. |
matchKnowledgeBaseFromDocumentName(documentName) → {string}
Parse the knowledge_base from Document resource.
Parameters:
| Name | Type | Description |
|---|---|---|
documentName |
string |
A fully-qualified path representing Document resource. |
matchKnowledgeBaseFromKnowledgeBaseName(knowledgeBaseName) → {string}
Parse the knowledge_base from KnowledgeBase resource.
Parameters:
| Name | Type | Description |
|---|---|---|
knowledgeBaseName |
string |
A fully-qualified path representing KnowledgeBase resource. |
matchLocationFromProjectLocationAgentEntityTypeName(projectLocationAgentEntityTypeName) → {string}
Parse the location from ProjectLocationAgentEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentEntityTypeName |
string |
A fully-qualified path representing project_location_agent_entity_type resource. |
matchLocationFromProjectLocationAgentEnvironmentName(projectLocationAgentEnvironmentName) → {string}
Parse the location from ProjectLocationAgentEnvironment resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentEnvironmentName |
string |
A fully-qualified path representing project_location_agent_environment resource. |
matchLocationFromProjectLocationAgentIntentName(projectLocationAgentIntentName) → {string}
Parse the location from ProjectLocationAgentIntent resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentIntentName |
string |
A fully-qualified path representing project_location_agent_intent resource. |
matchLocationFromProjectLocationAgentName(projectLocationAgentName) → {string}
Parse the location from ProjectLocationAgent resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentName |
string |
A fully-qualified path representing project_location_agent resource. |
matchLocationFromProjectLocationAgentSessionContextName(projectLocationAgentSessionContextName) → {string}
Parse the location from ProjectLocationAgentSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentSessionContextName |
string |
A fully-qualified path representing project_location_agent_session_context resource. |
matchLocationFromProjectLocationAgentSessionEntityTypeName(projectLocationAgentSessionEntityTypeName) → {string}
Parse the location from ProjectLocationAgentSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentSessionEntityTypeName |
string |
A fully-qualified path representing project_location_agent_session_entity_type resource. |
matchProjectFromDocumentName(documentName) → {string}
Parse the project from Document resource.
Parameters:
| Name | Type | Description |
|---|---|---|
documentName |
string |
A fully-qualified path representing Document resource. |
matchProjectFromKnowledgeBaseName(knowledgeBaseName) → {string}
Parse the project from KnowledgeBase resource.
Parameters:
| Name | Type | Description |
|---|---|---|
knowledgeBaseName |
string |
A fully-qualified path representing KnowledgeBase resource. |
matchProjectFromProjectAgentEntityTypeName(projectAgentEntityTypeName) → {string}
Parse the project from ProjectAgentEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEntityTypeName |
string |
A fully-qualified path representing project_agent_entity_type resource. |
matchProjectFromProjectAgentEnvironmentName(projectAgentEnvironmentName) → {string}
Parse the project from ProjectAgentEnvironment resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentName |
string |
A fully-qualified path representing project_agent_environment resource. |
matchProjectFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName) → {string}
Parse the project from ProjectAgentEnvironmentUserSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentUserSessionContextName |
string |
A fully-qualified path representing project_agent_environment_user_session_context resource. |
matchProjectFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName) → {string}
Parse the project from ProjectAgentEnvironmentUserSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentUserSessionEntityTypeName |
string |
A fully-qualified path representing project_agent_environment_user_session_entity_type resource. |
matchProjectFromProjectAgentIntentName(projectAgentIntentName) → {string}
Parse the project from ProjectAgentIntent resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentIntentName |
string |
A fully-qualified path representing project_agent_intent resource. |
matchProjectFromProjectAgentName(projectAgentName) → {string}
Parse the project from ProjectAgent resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentName |
string |
A fully-qualified path representing project_agent resource. |
matchProjectFromProjectAgentSessionContextName(projectAgentSessionContextName) → {string}
Parse the project from ProjectAgentSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentSessionContextName |
string |
A fully-qualified path representing project_agent_session_context resource. |
matchProjectFromProjectAgentSessionEntityTypeName(projectAgentSessionEntityTypeName) → {string}
Parse the project from ProjectAgentSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentSessionEntityTypeName |
string |
A fully-qualified path representing project_agent_session_entity_type resource. |
matchProjectFromProjectAgentSessionName(projectAgentSessionName) → {string}
Parse the project from ProjectAgentSession resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentSessionName |
string |
A fully-qualified path representing project_agent_session resource. |
matchProjectFromProjectLocationAgentEntityTypeName(projectLocationAgentEntityTypeName) → {string}
Parse the project from ProjectLocationAgentEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentEntityTypeName |
string |
A fully-qualified path representing project_location_agent_entity_type resource. |
matchProjectFromProjectLocationAgentEnvironmentName(projectLocationAgentEnvironmentName) → {string}
Parse the project from ProjectLocationAgentEnvironment resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentEnvironmentName |
string |
A fully-qualified path representing project_location_agent_environment resource. |
matchProjectFromProjectLocationAgentIntentName(projectLocationAgentIntentName) → {string}
Parse the project from ProjectLocationAgentIntent resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentIntentName |
string |
A fully-qualified path representing project_location_agent_intent resource. |
matchProjectFromProjectLocationAgentName(projectLocationAgentName) → {string}
Parse the project from ProjectLocationAgent resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentName |
string |
A fully-qualified path representing project_location_agent resource. |
matchProjectFromProjectLocationAgentSessionContextName(projectLocationAgentSessionContextName) → {string}
Parse the project from ProjectLocationAgentSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentSessionContextName |
string |
A fully-qualified path representing project_location_agent_session_context resource. |
matchProjectFromProjectLocationAgentSessionEntityTypeName(projectLocationAgentSessionEntityTypeName) → {string}
Parse the project from ProjectLocationAgentSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentSessionEntityTypeName |
string |
A fully-qualified path representing project_location_agent_session_entity_type resource. |
matchProjectFromProjectName(projectName) → {string}
Parse the project from Project resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectName |
string |
A fully-qualified path representing Project resource. |
matchSessionFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName) → {string}
Parse the session from ProjectAgentEnvironmentUserSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentUserSessionContextName |
string |
A fully-qualified path representing project_agent_environment_user_session_context resource. |
matchSessionFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName) → {string}
Parse the session from ProjectAgentEnvironmentUserSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentUserSessionEntityTypeName |
string |
A fully-qualified path representing project_agent_environment_user_session_entity_type resource. |
matchSessionFromProjectAgentSessionContextName(projectAgentSessionContextName) → {string}
Parse the session from ProjectAgentSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentSessionContextName |
string |
A fully-qualified path representing project_agent_session_context resource. |
matchSessionFromProjectAgentSessionEntityTypeName(projectAgentSessionEntityTypeName) → {string}
Parse the session from ProjectAgentSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentSessionEntityTypeName |
string |
A fully-qualified path representing project_agent_session_entity_type resource. |
matchSessionFromProjectAgentSessionName(projectAgentSessionName) → {string}
Parse the session from ProjectAgentSession resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentSessionName |
string |
A fully-qualified path representing project_agent_session resource. |
matchSessionFromProjectLocationAgentSessionContextName(projectLocationAgentSessionContextName) → {string}
Parse the session from ProjectLocationAgentSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentSessionContextName |
string |
A fully-qualified path representing project_location_agent_session_context resource. |
matchSessionFromProjectLocationAgentSessionEntityTypeName(projectLocationAgentSessionEntityTypeName) → {string}
Parse the session from ProjectLocationAgentSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAgentSessionEntityTypeName |
string |
A fully-qualified path representing project_location_agent_session_entity_type resource. |
matchUserFromProjectAgentEnvironmentUserSessionContextName(projectAgentEnvironmentUserSessionContextName) → {string}
Parse the user from ProjectAgentEnvironmentUserSessionContext resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentUserSessionContextName |
string |
A fully-qualified path representing project_agent_environment_user_session_context resource. |
matchUserFromProjectAgentEnvironmentUserSessionEntityTypeName(projectAgentEnvironmentUserSessionEntityTypeName) → {string}
Parse the user from ProjectAgentEnvironmentUserSessionEntityType resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectAgentEnvironmentUserSessionEntityTypeName |
string |
A fully-qualified path representing project_agent_environment_user_session_entity_type resource. |
projectAgentEntityTypePath(project, entity_type) → {string}
Return a fully-qualified projectAgentEntityType resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
entity_type |
string |
projectAgentEnvironmentPath(project, environment) → {string}
Return a fully-qualified projectAgentEnvironment resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
environment |
string |
projectAgentEnvironmentUserSessionContextPath(project, environment, user, session, context) → {string}
Return a fully-qualified projectAgentEnvironmentUserSessionContext resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
environment |
string | |
user |
string | |
session |
string | |
context |
string |
projectAgentEnvironmentUserSessionEntityTypePath(project, environment, user, session, entity_type) → {string}
Return a fully-qualified projectAgentEnvironmentUserSessionEntityType resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
environment |
string | |
user |
string | |
session |
string | |
entity_type |
string |
projectAgentIntentPath(project, intent) → {string}
Return a fully-qualified projectAgentIntent resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
intent |
string |
projectAgentPath(project) → {string}
Return a fully-qualified projectAgent resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string |
projectAgentSessionContextPath(project, session, context) → {string}
Return a fully-qualified projectAgentSessionContext resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
session |
string | |
context |
string |
projectAgentSessionEntityTypePath(project, session, entity_type) → {string}
Return a fully-qualified projectAgentSessionEntityType resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
session |
string | |
entity_type |
string |
projectAgentSessionPath(project, session) → {string}
Return a fully-qualified projectAgentSession resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
session |
string |
projectLocationAgentEntityTypePath(project, location, entity_type) → {string}
Return a fully-qualified projectLocationAgentEntityType resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string | |
entity_type |
string |
projectLocationAgentEnvironmentPath(project, location, environment) → {string}
Return a fully-qualified projectLocationAgentEnvironment resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string | |
environment |
string |
projectLocationAgentIntentPath(project, location, intent) → {string}
Return a fully-qualified projectLocationAgentIntent resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string | |
intent |
string |
projectLocationAgentPath(project, location) → {string}
Return a fully-qualified projectLocationAgent resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string |
projectLocationAgentSessionContextPath(project, location, session, context) → {string}
Return a fully-qualified projectLocationAgentSessionContext resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string | |
session |
string | |
context |
string |
projectLocationAgentSessionEntityTypePath(project, location, session, entity_type) → {string}
Return a fully-qualified projectLocationAgentSessionEntityType resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string | |
session |
string | |
entity_type |
string |
projectPath(project) → {string}
Return a fully-qualified project resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string |
updateContext(request, optionsopt) → {Promise}
Updates the specified context.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |