Skip to content

Commit

Permalink
docs: publishing v1 version of Memorystore API (#7788)
Browse files Browse the repository at this point in the history
* feat: publishing v1 version of Memorystore API
PiperOrigin-RevId: 691873596
Source-Link: googleapis/googleapis@b7c5b60
Source-Link: googleapis/googleapis-gen@d276c5c
Copy-Tag: eyJwIjoiRGlhbG9nZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiZDI3NmM1Y2ZjYTZhZjRhMmI2YzQ4OTQ0MjMwZjc2M2YyMGY1ZDJmYiJ9
  • Loading branch information
gcf-owl-bot[bot] authored Nov 1, 2024
1 parent f400f71 commit e3e1d06
Show file tree
Hide file tree
Showing 19 changed files with 150 additions and 150 deletions.
22 changes: 11 additions & 11 deletions Dialogflow/src/V2/Client/AgentsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface deleteAgentAsync(DeleteAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface exportAgentAsync(ExportAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getAgentAsync(GetAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getValidationResultAsync(GetValidationResultRequest $request, array $optionalArgs = [])
* @method PromiseInterface importAgentAsync(ImportAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface restoreAgentAsync(RestoreAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface searchAgentsAsync(SearchAgentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface setAgentAsync(SetAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface trainAgentAsync(TrainAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<void> deleteAgentAsync(DeleteAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> exportAgentAsync(ExportAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Agent> getAgentAsync(GetAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<ValidationResult> getValidationResultAsync(GetValidationResultRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> importAgentAsync(ImportAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> restoreAgentAsync(RestoreAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> searchAgentsAsync(SearchAgentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Agent> setAgentAsync(SetAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> trainAgentAsync(TrainAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class AgentsClient
{
Expand Down
8 changes: 4 additions & 4 deletions Dialogflow/src/V2/Client/AnswerRecordsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface listAnswerRecordsAsync(ListAnswerRecordsRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateAnswerRecordAsync(UpdateAnswerRecordRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listAnswerRecordsAsync(ListAnswerRecordsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<AnswerRecord> updateAnswerRecordAsync(UpdateAnswerRecordRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class AnswerRecordsClient
{
Expand Down
16 changes: 8 additions & 8 deletions Dialogflow/src/V2/Client/ContextsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface createContextAsync(CreateContextRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteAllContextsAsync(DeleteAllContextsRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteContextAsync(DeleteContextRequest $request, array $optionalArgs = [])
* @method PromiseInterface getContextAsync(GetContextRequest $request, array $optionalArgs = [])
* @method PromiseInterface listContextsAsync(ListContextsRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateContextAsync(UpdateContextRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Context> createContextAsync(CreateContextRequest $request, array $optionalArgs = [])
* @method PromiseInterface<void> deleteAllContextsAsync(DeleteAllContextsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<void> deleteContextAsync(DeleteContextRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Context> getContextAsync(GetContextRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listContextsAsync(ListContextsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Context> updateContextAsync(UpdateContextRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class ContextsClient
{
Expand Down
14 changes: 7 additions & 7 deletions Dialogflow/src/V2/Client/ConversationDatasetsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface createConversationDatasetAsync(CreateConversationDatasetRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteConversationDatasetAsync(DeleteConversationDatasetRequest $request, array $optionalArgs = [])
* @method PromiseInterface getConversationDatasetAsync(GetConversationDatasetRequest $request, array $optionalArgs = [])
* @method PromiseInterface importConversationDataAsync(ImportConversationDataRequest $request, array $optionalArgs = [])
* @method PromiseInterface listConversationDatasetsAsync(ListConversationDatasetsRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> createConversationDatasetAsync(CreateConversationDatasetRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> deleteConversationDatasetAsync(DeleteConversationDatasetRequest $request, array $optionalArgs = [])
* @method PromiseInterface<ConversationDataset> getConversationDatasetAsync(GetConversationDatasetRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> importConversationDataAsync(ImportConversationDataRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listConversationDatasetsAsync(ListConversationDatasetsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class ConversationDatasetsClient
{
Expand Down
22 changes: 11 additions & 11 deletions Dialogflow/src/V2/Client/ConversationModelsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface createConversationModelAsync(CreateConversationModelRequest $request, array $optionalArgs = [])
* @method PromiseInterface createConversationModelEvaluationAsync(CreateConversationModelEvaluationRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteConversationModelAsync(DeleteConversationModelRequest $request, array $optionalArgs = [])
* @method PromiseInterface deployConversationModelAsync(DeployConversationModelRequest $request, array $optionalArgs = [])
* @method PromiseInterface getConversationModelAsync(GetConversationModelRequest $request, array $optionalArgs = [])
* @method PromiseInterface getConversationModelEvaluationAsync(GetConversationModelEvaluationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listConversationModelEvaluationsAsync(ListConversationModelEvaluationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface listConversationModelsAsync(ListConversationModelsRequest $request, array $optionalArgs = [])
* @method PromiseInterface undeployConversationModelAsync(UndeployConversationModelRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> createConversationModelAsync(CreateConversationModelRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> createConversationModelEvaluationAsync(CreateConversationModelEvaluationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> deleteConversationModelAsync(DeleteConversationModelRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> deployConversationModelAsync(DeployConversationModelRequest $request, array $optionalArgs = [])
* @method PromiseInterface<ConversationModel> getConversationModelAsync(GetConversationModelRequest $request, array $optionalArgs = [])
* @method PromiseInterface<ConversationModelEvaluation> getConversationModelEvaluationAsync(GetConversationModelEvaluationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listConversationModelEvaluationsAsync(ListConversationModelEvaluationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listConversationModelsAsync(ListConversationModelsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> undeployConversationModelAsync(UndeployConversationModelRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class ConversationModelsClient
{
Expand Down
18 changes: 9 additions & 9 deletions Dialogflow/src/V2/Client/ConversationProfilesClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface clearSuggestionFeatureConfigAsync(ClearSuggestionFeatureConfigRequest $request, array $optionalArgs = [])
* @method PromiseInterface createConversationProfileAsync(CreateConversationProfileRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteConversationProfileAsync(DeleteConversationProfileRequest $request, array $optionalArgs = [])
* @method PromiseInterface getConversationProfileAsync(GetConversationProfileRequest $request, array $optionalArgs = [])
* @method PromiseInterface listConversationProfilesAsync(ListConversationProfilesRequest $request, array $optionalArgs = [])
* @method PromiseInterface setSuggestionFeatureConfigAsync(SetSuggestionFeatureConfigRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateConversationProfileAsync(UpdateConversationProfileRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> clearSuggestionFeatureConfigAsync(ClearSuggestionFeatureConfigRequest $request, array $optionalArgs = [])
* @method PromiseInterface<ConversationProfile> createConversationProfileAsync(CreateConversationProfileRequest $request, array $optionalArgs = [])
* @method PromiseInterface<void> deleteConversationProfileAsync(DeleteConversationProfileRequest $request, array $optionalArgs = [])
* @method PromiseInterface<ConversationProfile> getConversationProfileAsync(GetConversationProfileRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listConversationProfilesAsync(ListConversationProfilesRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> setSuggestionFeatureConfigAsync(SetSuggestionFeatureConfigRequest $request, array $optionalArgs = [])
* @method PromiseInterface<ConversationProfile> updateConversationProfileAsync(UpdateConversationProfileRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class ConversationProfilesClient
{
Expand Down
22 changes: 11 additions & 11 deletions Dialogflow/src/V2/Client/ConversationsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface completeConversationAsync(CompleteConversationRequest $request, array $optionalArgs = [])
* @method PromiseInterface createConversationAsync(CreateConversationRequest $request, array $optionalArgs = [])
* @method PromiseInterface generateStatelessSuggestionAsync(GenerateStatelessSuggestionRequest $request, array $optionalArgs = [])
* @method PromiseInterface generateStatelessSummaryAsync(GenerateStatelessSummaryRequest $request, array $optionalArgs = [])
* @method PromiseInterface getConversationAsync(GetConversationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listConversationsAsync(ListConversationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface listMessagesAsync(ListMessagesRequest $request, array $optionalArgs = [])
* @method PromiseInterface searchKnowledgeAsync(SearchKnowledgeRequest $request, array $optionalArgs = [])
* @method PromiseInterface suggestConversationSummaryAsync(SuggestConversationSummaryRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Conversation> completeConversationAsync(CompleteConversationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Conversation> createConversationAsync(CreateConversationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<GenerateStatelessSuggestionResponse> generateStatelessSuggestionAsync(GenerateStatelessSuggestionRequest $request, array $optionalArgs = [])
* @method PromiseInterface<GenerateStatelessSummaryResponse> generateStatelessSummaryAsync(GenerateStatelessSummaryRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Conversation> getConversationAsync(GetConversationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listConversationsAsync(ListConversationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listMessagesAsync(ListMessagesRequest $request, array $optionalArgs = [])
* @method PromiseInterface<SearchKnowledgeResponse> searchKnowledgeAsync(SearchKnowledgeRequest $request, array $optionalArgs = [])
* @method PromiseInterface<SuggestConversationSummaryResponse> suggestConversationSummaryAsync(SuggestConversationSummaryRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class ConversationsClient
{
Expand Down
20 changes: 10 additions & 10 deletions Dialogflow/src/V2/Client/DocumentsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface createDocumentAsync(CreateDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteDocumentAsync(DeleteDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface exportDocumentAsync(ExportDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getDocumentAsync(GetDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface importDocumentsAsync(ImportDocumentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface listDocumentsAsync(ListDocumentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface reloadDocumentAsync(ReloadDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateDocumentAsync(UpdateDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> createDocumentAsync(CreateDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> deleteDocumentAsync(DeleteDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> exportDocumentAsync(ExportDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Document> getDocumentAsync(GetDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> importDocumentsAsync(ImportDocumentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listDocumentsAsync(ListDocumentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> reloadDocumentAsync(ReloadDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> updateDocumentAsync(UpdateDocumentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class DocumentsClient
{
Expand Down
8 changes: 4 additions & 4 deletions Dialogflow/src/V2/Client/EncryptionSpecServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface getEncryptionSpecAsync(GetEncryptionSpecRequest $request, array $optionalArgs = [])
* @method PromiseInterface initializeEncryptionSpecAsync(InitializeEncryptionSpecRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<EncryptionSpec> getEncryptionSpecAsync(GetEncryptionSpecRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> initializeEncryptionSpecAsync(InitializeEncryptionSpecRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class EncryptionSpecServiceClient
{
Expand Down
Loading

0 comments on commit e3e1d06

Please sign in to comment.