Skip to content

Commit e3e1d06

Browse files
docs: publishing v1 version of Memorystore API (#7788)
* feat: publishing v1 version of Memorystore API PiperOrigin-RevId: 691873596 Source-Link: googleapis/googleapis@b7c5b60 Source-Link: googleapis/googleapis-gen@d276c5c Copy-Tag: eyJwIjoiRGlhbG9nZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiZDI3NmM1Y2ZjYTZhZjRhMmI2YzQ4OTQ0MjMwZjc2M2YyMGY1ZDJmYiJ9
1 parent f400f71 commit e3e1d06

19 files changed

Lines changed: 150 additions & 150 deletions

Dialogflow/src/V2/Client/AgentsClient.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
* name, and additionally a parseName method to extract the individual identifiers
6666
* contained within formatted names that are returned by the API.
6767
*
68-
* @method PromiseInterface deleteAgentAsync(DeleteAgentRequest $request, array $optionalArgs = [])
69-
* @method PromiseInterface exportAgentAsync(ExportAgentRequest $request, array $optionalArgs = [])
70-
* @method PromiseInterface getAgentAsync(GetAgentRequest $request, array $optionalArgs = [])
71-
* @method PromiseInterface getValidationResultAsync(GetValidationResultRequest $request, array $optionalArgs = [])
72-
* @method PromiseInterface importAgentAsync(ImportAgentRequest $request, array $optionalArgs = [])
73-
* @method PromiseInterface restoreAgentAsync(RestoreAgentRequest $request, array $optionalArgs = [])
74-
* @method PromiseInterface searchAgentsAsync(SearchAgentsRequest $request, array $optionalArgs = [])
75-
* @method PromiseInterface setAgentAsync(SetAgentRequest $request, array $optionalArgs = [])
76-
* @method PromiseInterface trainAgentAsync(TrainAgentRequest $request, array $optionalArgs = [])
77-
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
78-
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
68+
* @method PromiseInterface<void> deleteAgentAsync(DeleteAgentRequest $request, array $optionalArgs = [])
69+
* @method PromiseInterface<OperationResponse> exportAgentAsync(ExportAgentRequest $request, array $optionalArgs = [])
70+
* @method PromiseInterface<Agent> getAgentAsync(GetAgentRequest $request, array $optionalArgs = [])
71+
* @method PromiseInterface<ValidationResult> getValidationResultAsync(GetValidationResultRequest $request, array $optionalArgs = [])
72+
* @method PromiseInterface<OperationResponse> importAgentAsync(ImportAgentRequest $request, array $optionalArgs = [])
73+
* @method PromiseInterface<OperationResponse> restoreAgentAsync(RestoreAgentRequest $request, array $optionalArgs = [])
74+
* @method PromiseInterface<PagedListResponse> searchAgentsAsync(SearchAgentsRequest $request, array $optionalArgs = [])
75+
* @method PromiseInterface<Agent> setAgentAsync(SetAgentRequest $request, array $optionalArgs = [])
76+
* @method PromiseInterface<OperationResponse> trainAgentAsync(TrainAgentRequest $request, array $optionalArgs = [])
77+
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
78+
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
7979
*/
8080
final class AgentsClient
8181
{

Dialogflow/src/V2/Client/AnswerRecordsClient.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
* name, and additionally a parseName method to extract the individual identifiers
5454
* contained within formatted names that are returned by the API.
5555
*
56-
* @method PromiseInterface listAnswerRecordsAsync(ListAnswerRecordsRequest $request, array $optionalArgs = [])
57-
* @method PromiseInterface updateAnswerRecordAsync(UpdateAnswerRecordRequest $request, array $optionalArgs = [])
58-
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
59-
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
56+
* @method PromiseInterface<PagedListResponse> listAnswerRecordsAsync(ListAnswerRecordsRequest $request, array $optionalArgs = [])
57+
* @method PromiseInterface<AnswerRecord> updateAnswerRecordAsync(UpdateAnswerRecordRequest $request, array $optionalArgs = [])
58+
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
59+
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
6060
*/
6161
final class AnswerRecordsClient
6262
{

Dialogflow/src/V2/Client/ContextsClient.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
* name, and additionally a parseName method to extract the individual identifiers
5757
* contained within formatted names that are returned by the API.
5858
*
59-
* @method PromiseInterface createContextAsync(CreateContextRequest $request, array $optionalArgs = [])
60-
* @method PromiseInterface deleteAllContextsAsync(DeleteAllContextsRequest $request, array $optionalArgs = [])
61-
* @method PromiseInterface deleteContextAsync(DeleteContextRequest $request, array $optionalArgs = [])
62-
* @method PromiseInterface getContextAsync(GetContextRequest $request, array $optionalArgs = [])
63-
* @method PromiseInterface listContextsAsync(ListContextsRequest $request, array $optionalArgs = [])
64-
* @method PromiseInterface updateContextAsync(UpdateContextRequest $request, array $optionalArgs = [])
65-
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
66-
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
59+
* @method PromiseInterface<Context> createContextAsync(CreateContextRequest $request, array $optionalArgs = [])
60+
* @method PromiseInterface<void> deleteAllContextsAsync(DeleteAllContextsRequest $request, array $optionalArgs = [])
61+
* @method PromiseInterface<void> deleteContextAsync(DeleteContextRequest $request, array $optionalArgs = [])
62+
* @method PromiseInterface<Context> getContextAsync(GetContextRequest $request, array $optionalArgs = [])
63+
* @method PromiseInterface<PagedListResponse> listContextsAsync(ListContextsRequest $request, array $optionalArgs = [])
64+
* @method PromiseInterface<Context> updateContextAsync(UpdateContextRequest $request, array $optionalArgs = [])
65+
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
66+
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
6767
*/
6868
final class ContextsClient
6969
{

Dialogflow/src/V2/Client/ConversationDatasetsClient.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
* name, and additionally a parseName method to extract the individual identifiers
6666
* contained within formatted names that are returned by the API.
6767
*
68-
* @method PromiseInterface createConversationDatasetAsync(CreateConversationDatasetRequest $request, array $optionalArgs = [])
69-
* @method PromiseInterface deleteConversationDatasetAsync(DeleteConversationDatasetRequest $request, array $optionalArgs = [])
70-
* @method PromiseInterface getConversationDatasetAsync(GetConversationDatasetRequest $request, array $optionalArgs = [])
71-
* @method PromiseInterface importConversationDataAsync(ImportConversationDataRequest $request, array $optionalArgs = [])
72-
* @method PromiseInterface listConversationDatasetsAsync(ListConversationDatasetsRequest $request, array $optionalArgs = [])
73-
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
74-
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
68+
* @method PromiseInterface<OperationResponse> createConversationDatasetAsync(CreateConversationDatasetRequest $request, array $optionalArgs = [])
69+
* @method PromiseInterface<OperationResponse> deleteConversationDatasetAsync(DeleteConversationDatasetRequest $request, array $optionalArgs = [])
70+
* @method PromiseInterface<ConversationDataset> getConversationDatasetAsync(GetConversationDatasetRequest $request, array $optionalArgs = [])
71+
* @method PromiseInterface<OperationResponse> importConversationDataAsync(ImportConversationDataRequest $request, array $optionalArgs = [])
72+
* @method PromiseInterface<PagedListResponse> listConversationDatasetsAsync(ListConversationDatasetsRequest $request, array $optionalArgs = [])
73+
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
74+
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
7575
*/
7676
final class ConversationDatasetsClient
7777
{

Dialogflow/src/V2/Client/ConversationModelsClient.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@
6767
* name, and additionally a parseName method to extract the individual identifiers
6868
* contained within formatted names that are returned by the API.
6969
*
70-
* @method PromiseInterface createConversationModelAsync(CreateConversationModelRequest $request, array $optionalArgs = [])
71-
* @method PromiseInterface createConversationModelEvaluationAsync(CreateConversationModelEvaluationRequest $request, array $optionalArgs = [])
72-
* @method PromiseInterface deleteConversationModelAsync(DeleteConversationModelRequest $request, array $optionalArgs = [])
73-
* @method PromiseInterface deployConversationModelAsync(DeployConversationModelRequest $request, array $optionalArgs = [])
74-
* @method PromiseInterface getConversationModelAsync(GetConversationModelRequest $request, array $optionalArgs = [])
75-
* @method PromiseInterface getConversationModelEvaluationAsync(GetConversationModelEvaluationRequest $request, array $optionalArgs = [])
76-
* @method PromiseInterface listConversationModelEvaluationsAsync(ListConversationModelEvaluationsRequest $request, array $optionalArgs = [])
77-
* @method PromiseInterface listConversationModelsAsync(ListConversationModelsRequest $request, array $optionalArgs = [])
78-
* @method PromiseInterface undeployConversationModelAsync(UndeployConversationModelRequest $request, array $optionalArgs = [])
79-
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
80-
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
70+
* @method PromiseInterface<OperationResponse> createConversationModelAsync(CreateConversationModelRequest $request, array $optionalArgs = [])
71+
* @method PromiseInterface<OperationResponse> createConversationModelEvaluationAsync(CreateConversationModelEvaluationRequest $request, array $optionalArgs = [])
72+
* @method PromiseInterface<OperationResponse> deleteConversationModelAsync(DeleteConversationModelRequest $request, array $optionalArgs = [])
73+
* @method PromiseInterface<OperationResponse> deployConversationModelAsync(DeployConversationModelRequest $request, array $optionalArgs = [])
74+
* @method PromiseInterface<ConversationModel> getConversationModelAsync(GetConversationModelRequest $request, array $optionalArgs = [])
75+
* @method PromiseInterface<ConversationModelEvaluation> getConversationModelEvaluationAsync(GetConversationModelEvaluationRequest $request, array $optionalArgs = [])
76+
* @method PromiseInterface<PagedListResponse> listConversationModelEvaluationsAsync(ListConversationModelEvaluationsRequest $request, array $optionalArgs = [])
77+
* @method PromiseInterface<PagedListResponse> listConversationModelsAsync(ListConversationModelsRequest $request, array $optionalArgs = [])
78+
* @method PromiseInterface<OperationResponse> undeployConversationModelAsync(UndeployConversationModelRequest $request, array $optionalArgs = [])
79+
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
80+
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
8181
*/
8282
final class ConversationModelsClient
8383
{

Dialogflow/src/V2/Client/ConversationProfilesClient.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
* name, and additionally a parseName method to extract the individual identifiers
6464
* contained within formatted names that are returned by the API.
6565
*
66-
* @method PromiseInterface clearSuggestionFeatureConfigAsync(ClearSuggestionFeatureConfigRequest $request, array $optionalArgs = [])
67-
* @method PromiseInterface createConversationProfileAsync(CreateConversationProfileRequest $request, array $optionalArgs = [])
68-
* @method PromiseInterface deleteConversationProfileAsync(DeleteConversationProfileRequest $request, array $optionalArgs = [])
69-
* @method PromiseInterface getConversationProfileAsync(GetConversationProfileRequest $request, array $optionalArgs = [])
70-
* @method PromiseInterface listConversationProfilesAsync(ListConversationProfilesRequest $request, array $optionalArgs = [])
71-
* @method PromiseInterface setSuggestionFeatureConfigAsync(SetSuggestionFeatureConfigRequest $request, array $optionalArgs = [])
72-
* @method PromiseInterface updateConversationProfileAsync(UpdateConversationProfileRequest $request, array $optionalArgs = [])
73-
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
74-
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
66+
* @method PromiseInterface<OperationResponse> clearSuggestionFeatureConfigAsync(ClearSuggestionFeatureConfigRequest $request, array $optionalArgs = [])
67+
* @method PromiseInterface<ConversationProfile> createConversationProfileAsync(CreateConversationProfileRequest $request, array $optionalArgs = [])
68+
* @method PromiseInterface<void> deleteConversationProfileAsync(DeleteConversationProfileRequest $request, array $optionalArgs = [])
69+
* @method PromiseInterface<ConversationProfile> getConversationProfileAsync(GetConversationProfileRequest $request, array $optionalArgs = [])
70+
* @method PromiseInterface<PagedListResponse> listConversationProfilesAsync(ListConversationProfilesRequest $request, array $optionalArgs = [])
71+
* @method PromiseInterface<OperationResponse> setSuggestionFeatureConfigAsync(SetSuggestionFeatureConfigRequest $request, array $optionalArgs = [])
72+
* @method PromiseInterface<ConversationProfile> updateConversationProfileAsync(UpdateConversationProfileRequest $request, array $optionalArgs = [])
73+
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
74+
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
7575
*/
7676
final class ConversationProfilesClient
7777
{

Dialogflow/src/V2/Client/ConversationsClient.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@
6464
* name, and additionally a parseName method to extract the individual identifiers
6565
* contained within formatted names that are returned by the API.
6666
*
67-
* @method PromiseInterface completeConversationAsync(CompleteConversationRequest $request, array $optionalArgs = [])
68-
* @method PromiseInterface createConversationAsync(CreateConversationRequest $request, array $optionalArgs = [])
69-
* @method PromiseInterface generateStatelessSuggestionAsync(GenerateStatelessSuggestionRequest $request, array $optionalArgs = [])
70-
* @method PromiseInterface generateStatelessSummaryAsync(GenerateStatelessSummaryRequest $request, array $optionalArgs = [])
71-
* @method PromiseInterface getConversationAsync(GetConversationRequest $request, array $optionalArgs = [])
72-
* @method PromiseInterface listConversationsAsync(ListConversationsRequest $request, array $optionalArgs = [])
73-
* @method PromiseInterface listMessagesAsync(ListMessagesRequest $request, array $optionalArgs = [])
74-
* @method PromiseInterface searchKnowledgeAsync(SearchKnowledgeRequest $request, array $optionalArgs = [])
75-
* @method PromiseInterface suggestConversationSummaryAsync(SuggestConversationSummaryRequest $request, array $optionalArgs = [])
76-
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
77-
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
67+
* @method PromiseInterface<Conversation> completeConversationAsync(CompleteConversationRequest $request, array $optionalArgs = [])
68+
* @method PromiseInterface<Conversation> createConversationAsync(CreateConversationRequest $request, array $optionalArgs = [])
69+
* @method PromiseInterface<GenerateStatelessSuggestionResponse> generateStatelessSuggestionAsync(GenerateStatelessSuggestionRequest $request, array $optionalArgs = [])
70+
* @method PromiseInterface<GenerateStatelessSummaryResponse> generateStatelessSummaryAsync(GenerateStatelessSummaryRequest $request, array $optionalArgs = [])
71+
* @method PromiseInterface<Conversation> getConversationAsync(GetConversationRequest $request, array $optionalArgs = [])
72+
* @method PromiseInterface<PagedListResponse> listConversationsAsync(ListConversationsRequest $request, array $optionalArgs = [])
73+
* @method PromiseInterface<PagedListResponse> listMessagesAsync(ListMessagesRequest $request, array $optionalArgs = [])
74+
* @method PromiseInterface<SearchKnowledgeResponse> searchKnowledgeAsync(SearchKnowledgeRequest $request, array $optionalArgs = [])
75+
* @method PromiseInterface<SuggestConversationSummaryResponse> suggestConversationSummaryAsync(SuggestConversationSummaryRequest $request, array $optionalArgs = [])
76+
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
77+
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
7878
*/
7979
final class ConversationsClient
8080
{

Dialogflow/src/V2/Client/DocumentsClient.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@
6464
* name, and additionally a parseName method to extract the individual identifiers
6565
* contained within formatted names that are returned by the API.
6666
*
67-
* @method PromiseInterface createDocumentAsync(CreateDocumentRequest $request, array $optionalArgs = [])
68-
* @method PromiseInterface deleteDocumentAsync(DeleteDocumentRequest $request, array $optionalArgs = [])
69-
* @method PromiseInterface exportDocumentAsync(ExportDocumentRequest $request, array $optionalArgs = [])
70-
* @method PromiseInterface getDocumentAsync(GetDocumentRequest $request, array $optionalArgs = [])
71-
* @method PromiseInterface importDocumentsAsync(ImportDocumentsRequest $request, array $optionalArgs = [])
72-
* @method PromiseInterface listDocumentsAsync(ListDocumentsRequest $request, array $optionalArgs = [])
73-
* @method PromiseInterface reloadDocumentAsync(ReloadDocumentRequest $request, array $optionalArgs = [])
74-
* @method PromiseInterface updateDocumentAsync(UpdateDocumentRequest $request, array $optionalArgs = [])
75-
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
76-
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
67+
* @method PromiseInterface<OperationResponse> createDocumentAsync(CreateDocumentRequest $request, array $optionalArgs = [])
68+
* @method PromiseInterface<OperationResponse> deleteDocumentAsync(DeleteDocumentRequest $request, array $optionalArgs = [])
69+
* @method PromiseInterface<OperationResponse> exportDocumentAsync(ExportDocumentRequest $request, array $optionalArgs = [])
70+
* @method PromiseInterface<Document> getDocumentAsync(GetDocumentRequest $request, array $optionalArgs = [])
71+
* @method PromiseInterface<OperationResponse> importDocumentsAsync(ImportDocumentsRequest $request, array $optionalArgs = [])
72+
* @method PromiseInterface<PagedListResponse> listDocumentsAsync(ListDocumentsRequest $request, array $optionalArgs = [])
73+
* @method PromiseInterface<OperationResponse> reloadDocumentAsync(ReloadDocumentRequest $request, array $optionalArgs = [])
74+
* @method PromiseInterface<OperationResponse> updateDocumentAsync(UpdateDocumentRequest $request, array $optionalArgs = [])
75+
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
76+
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
7777
*/
7878
final class DocumentsClient
7979
{

Dialogflow/src/V2/Client/EncryptionSpecServiceClient.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
* name, and additionally a parseName method to extract the individual identifiers
5656
* contained within formatted names that are returned by the API.
5757
*
58-
* @method PromiseInterface getEncryptionSpecAsync(GetEncryptionSpecRequest $request, array $optionalArgs = [])
59-
* @method PromiseInterface initializeEncryptionSpecAsync(InitializeEncryptionSpecRequest $request, array $optionalArgs = [])
60-
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
61-
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
58+
* @method PromiseInterface<EncryptionSpec> getEncryptionSpecAsync(GetEncryptionSpecRequest $request, array $optionalArgs = [])
59+
* @method PromiseInterface<OperationResponse> initializeEncryptionSpecAsync(InitializeEncryptionSpecRequest $request, array $optionalArgs = [])
60+
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
61+
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
6262
*/
6363
final class EncryptionSpecServiceClient
6464
{

0 commit comments

Comments
 (0)