Skip to content

Commit

Permalink
docs: publishing v1beta version of Memorystore API (#7787)
Browse files Browse the repository at this point in the history
* feat: publishing v1beta version of Memorystore API
PiperOrigin-RevId: 691872215
Source-Link: googleapis/googleapis@0a0f55a
Source-Link: googleapis/googleapis-gen@0439389
Copy-Tag: eyJwIjoiRGlhbG9nZmxvd0N4Ly5Pd2xCb3QueWFtbCIsImgiOiIwNDM5Mzg5YmQzYWEzNGNiYjU0NjFhNmU0NTMwY2ZkYzY5NDdkM2IzIn0=
  • Loading branch information
gcf-owl-bot[bot] authored Nov 1, 2024
1 parent a2eb865 commit c059372
Show file tree
Hide file tree
Showing 17 changed files with 142 additions and 142 deletions.
26 changes: 13 additions & 13 deletions DialogflowCx/src/V3/Client/AgentsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface createAgentAsync(CreateAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteAgentAsync(DeleteAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface exportAgentAsync(ExportAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getAgentAsync(GetAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getAgentValidationResultAsync(GetAgentValidationResultRequest $request, array $optionalArgs = [])
* @method PromiseInterface getGenerativeSettingsAsync(GetGenerativeSettingsRequest $request, array $optionalArgs = [])
* @method PromiseInterface listAgentsAsync(ListAgentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface restoreAgentAsync(RestoreAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateAgentAsync(UpdateAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateGenerativeSettingsAsync(UpdateGenerativeSettingsRequest $request, array $optionalArgs = [])
* @method PromiseInterface validateAgentAsync(ValidateAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Agent> createAgentAsync(CreateAgentRequest $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<AgentValidationResult> getAgentValidationResultAsync(GetAgentValidationResultRequest $request, array $optionalArgs = [])
* @method PromiseInterface<GenerativeSettings> getGenerativeSettingsAsync(GetGenerativeSettingsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listAgentsAsync(ListAgentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> restoreAgentAsync(RestoreAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Agent> updateAgentAsync(UpdateAgentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<GenerativeSettings> updateGenerativeSettingsAsync(UpdateGenerativeSettingsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<AgentValidationResult> validateAgentAsync(ValidateAgentRequest $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 DialogflowCx/src/V3/Client/ChangelogsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface getChangelogAsync(GetChangelogRequest $request, array $optionalArgs = [])
* @method PromiseInterface listChangelogsAsync(ListChangelogsRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Changelog> getChangelogAsync(GetChangelogRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listChangelogsAsync(ListChangelogsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class ChangelogsClient
{
Expand Down
8 changes: 4 additions & 4 deletions DialogflowCx/src/V3/Client/DeploymentsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface getDeploymentAsync(GetDeploymentRequest $request, array $optionalArgs = [])
* @method PromiseInterface listDeploymentsAsync(ListDeploymentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Deployment> getDeploymentAsync(GetDeploymentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listDeploymentsAsync(ListDeploymentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class DeploymentsClient
{
Expand Down
18 changes: 9 additions & 9 deletions DialogflowCx/src/V3/Client/EntityTypesClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface createEntityTypeAsync(CreateEntityTypeRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteEntityTypeAsync(DeleteEntityTypeRequest $request, array $optionalArgs = [])
* @method PromiseInterface exportEntityTypesAsync(ExportEntityTypesRequest $request, array $optionalArgs = [])
* @method PromiseInterface getEntityTypeAsync(GetEntityTypeRequest $request, array $optionalArgs = [])
* @method PromiseInterface importEntityTypesAsync(ImportEntityTypesRequest $request, array $optionalArgs = [])
* @method PromiseInterface listEntityTypesAsync(ListEntityTypesRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateEntityTypeAsync(UpdateEntityTypeRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<EntityType> createEntityTypeAsync(CreateEntityTypeRequest $request, array $optionalArgs = [])
* @method PromiseInterface<void> deleteEntityTypeAsync(DeleteEntityTypeRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> exportEntityTypesAsync(ExportEntityTypesRequest $request, array $optionalArgs = [])
* @method PromiseInterface<EntityType> getEntityTypeAsync(GetEntityTypeRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> importEntityTypesAsync(ImportEntityTypesRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listEntityTypesAsync(ListEntityTypesRequest $request, array $optionalArgs = [])
* @method PromiseInterface<EntityType> updateEntityTypeAsync(UpdateEntityTypeRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class EntityTypesClient
{
Expand Down
22 changes: 11 additions & 11 deletions DialogflowCx/src/V3/Client/EnvironmentsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface createEnvironmentAsync(CreateEnvironmentRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteEnvironmentAsync(DeleteEnvironmentRequest $request, array $optionalArgs = [])
* @method PromiseInterface deployFlowAsync(DeployFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface getEnvironmentAsync(GetEnvironmentRequest $request, array $optionalArgs = [])
* @method PromiseInterface listContinuousTestResultsAsync(ListContinuousTestResultsRequest $request, array $optionalArgs = [])
* @method PromiseInterface listEnvironmentsAsync(ListEnvironmentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface lookupEnvironmentHistoryAsync(LookupEnvironmentHistoryRequest $request, array $optionalArgs = [])
* @method PromiseInterface runContinuousTestAsync(RunContinuousTestRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateEnvironmentAsync(UpdateEnvironmentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> createEnvironmentAsync(CreateEnvironmentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<void> deleteEnvironmentAsync(DeleteEnvironmentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> deployFlowAsync(DeployFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Environment> getEnvironmentAsync(GetEnvironmentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listContinuousTestResultsAsync(ListContinuousTestResultsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listEnvironmentsAsync(ListEnvironmentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> lookupEnvironmentHistoryAsync(LookupEnvironmentHistoryRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> runContinuousTestAsync(RunContinuousTestRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> updateEnvironmentAsync(UpdateEnvironmentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class EnvironmentsClient
{
Expand Down
18 changes: 9 additions & 9 deletions DialogflowCx/src/V3/Client/ExperimentsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface createExperimentAsync(CreateExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteExperimentAsync(DeleteExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getExperimentAsync(GetExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface listExperimentsAsync(ListExperimentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface startExperimentAsync(StartExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface stopExperimentAsync(StopExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateExperimentAsync(UpdateExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Experiment> createExperimentAsync(CreateExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<void> deleteExperimentAsync(DeleteExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Experiment> getExperimentAsync(GetExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listExperimentsAsync(ListExperimentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Experiment> startExperimentAsync(StartExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Experiment> stopExperimentAsync(StopExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Experiment> updateExperimentAsync(UpdateExperimentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class ExperimentsClient
{
Expand Down
24 changes: 12 additions & 12 deletions DialogflowCx/src/V3/Client/FlowsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface createFlowAsync(CreateFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteFlowAsync(DeleteFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface exportFlowAsync(ExportFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface getFlowAsync(GetFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface getFlowValidationResultAsync(GetFlowValidationResultRequest $request, array $optionalArgs = [])
* @method PromiseInterface importFlowAsync(ImportFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface listFlowsAsync(ListFlowsRequest $request, array $optionalArgs = [])
* @method PromiseInterface trainFlowAsync(TrainFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateFlowAsync(UpdateFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface validateFlowAsync(ValidateFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Flow> createFlowAsync(CreateFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface<void> deleteFlowAsync(DeleteFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> exportFlowAsync(ExportFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Flow> getFlowAsync(GetFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface<FlowValidationResult> getFlowValidationResultAsync(GetFlowValidationResultRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> importFlowAsync(ImportFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listFlowsAsync(ListFlowsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> trainFlowAsync(TrainFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Flow> updateFlowAsync(UpdateFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface<FlowValidationResult> validateFlowAsync(ValidateFlowRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class FlowsClient
{
Expand Down
14 changes: 7 additions & 7 deletions DialogflowCx/src/V3/Client/GeneratorsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface createGeneratorAsync(CreateGeneratorRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteGeneratorAsync(DeleteGeneratorRequest $request, array $optionalArgs = [])
* @method PromiseInterface getGeneratorAsync(GetGeneratorRequest $request, array $optionalArgs = [])
* @method PromiseInterface listGeneratorsAsync(ListGeneratorsRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateGeneratorAsync(UpdateGeneratorRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Generator> createGeneratorAsync(CreateGeneratorRequest $request, array $optionalArgs = [])
* @method PromiseInterface<void> deleteGeneratorAsync(DeleteGeneratorRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Generator> getGeneratorAsync(GetGeneratorRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listGeneratorsAsync(ListGeneratorsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Generator> updateGeneratorAsync(UpdateGeneratorRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class GeneratorsClient
{
Expand Down
18 changes: 9 additions & 9 deletions DialogflowCx/src/V3/Client/IntentsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* @method PromiseInterface createIntentAsync(CreateIntentRequest $request, array $optionalArgs = [])
* @method PromiseInterface deleteIntentAsync(DeleteIntentRequest $request, array $optionalArgs = [])
* @method PromiseInterface exportIntentsAsync(ExportIntentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface getIntentAsync(GetIntentRequest $request, array $optionalArgs = [])
* @method PromiseInterface importIntentsAsync(ImportIntentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface listIntentsAsync(ListIntentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface updateIntentAsync(UpdateIntentRequest $request, array $optionalArgs = [])
* @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Intent> createIntentAsync(CreateIntentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<void> deleteIntentAsync(DeleteIntentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> exportIntentsAsync(ExportIntentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Intent> getIntentAsync(GetIntentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<OperationResponse> importIntentsAsync(ImportIntentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listIntentsAsync(ListIntentsRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Intent> updateIntentAsync(UpdateIntentRequest $request, array $optionalArgs = [])
* @method PromiseInterface<Location> getLocationAsync(GetLocationRequest $request, array $optionalArgs = [])
* @method PromiseInterface<PagedListResponse> listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = [])
*/
final class IntentsClient
{
Expand Down
Loading

0 comments on commit c059372

Please sign in to comment.