diff --git a/SecurityCenter/src/V1/Client/SecurityCenterClient.php b/SecurityCenter/src/V1/Client/SecurityCenterClient.php index 4852fd9d4145..f2ef9c4863ce 100644 --- a/SecurityCenter/src/V1/Client/SecurityCenterClient.php +++ b/SecurityCenter/src/V1/Client/SecurityCenterClient.php @@ -132,69 +132,69 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface batchCreateResourceValueConfigsAsync(BatchCreateResourceValueConfigsRequest $request, array $optionalArgs = []) - * @method PromiseInterface bulkMuteFindingsAsync(BulkMuteFindingsRequest $request, array $optionalArgs = []) - * @method PromiseInterface createBigQueryExportAsync(CreateBigQueryExportRequest $request, array $optionalArgs = []) - * @method PromiseInterface createEventThreatDetectionCustomModuleAsync(CreateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface createFindingAsync(CreateFindingRequest $request, array $optionalArgs = []) - * @method PromiseInterface createMuteConfigAsync(CreateMuteConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface createNotificationConfigAsync(CreateNotificationConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface createSecurityHealthAnalyticsCustomModuleAsync(CreateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface createSourceAsync(CreateSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteBigQueryExportAsync(DeleteBigQueryExportRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteEventThreatDetectionCustomModuleAsync(DeleteEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteMuteConfigAsync(DeleteMuteConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteNotificationConfigAsync(DeleteNotificationConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteResourceValueConfigAsync(DeleteResourceValueConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteSecurityHealthAnalyticsCustomModuleAsync(DeleteSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface getBigQueryExportAsync(GetBigQueryExportRequest $request, array $optionalArgs = []) - * @method PromiseInterface getEffectiveEventThreatDetectionCustomModuleAsync(GetEffectiveEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface getEffectiveSecurityHealthAnalyticsCustomModuleAsync(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface getEventThreatDetectionCustomModuleAsync(GetEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface getMuteConfigAsync(GetMuteConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface getNotificationConfigAsync(GetNotificationConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface getOrganizationSettingsAsync(GetOrganizationSettingsRequest $request, array $optionalArgs = []) - * @method PromiseInterface getResourceValueConfigAsync(GetResourceValueConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface getSecurityHealthAnalyticsCustomModuleAsync(GetSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface getSimulationAsync(GetSimulationRequest $request, array $optionalArgs = []) - * @method PromiseInterface getSourceAsync(GetSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface getValuedResourceAsync(GetValuedResourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface groupAssetsAsync(GroupAssetsRequest $request, array $optionalArgs = []) - * @method PromiseInterface groupFindingsAsync(GroupFindingsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listAssetsAsync(ListAssetsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listAttackPathsAsync(ListAttackPathsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listBigQueryExportsAsync(ListBigQueryExportsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listDescendantEventThreatDetectionCustomModulesAsync(ListDescendantEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listDescendantSecurityHealthAnalyticsCustomModulesAsync(ListDescendantSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listEffectiveEventThreatDetectionCustomModulesAsync(ListEffectiveEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listEffectiveSecurityHealthAnalyticsCustomModulesAsync(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listEventThreatDetectionCustomModulesAsync(ListEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listFindingsAsync(ListFindingsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listMuteConfigsAsync(ListMuteConfigsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listNotificationConfigsAsync(ListNotificationConfigsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listResourceValueConfigsAsync(ListResourceValueConfigsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listSecurityHealthAnalyticsCustomModulesAsync(ListSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listSourcesAsync(ListSourcesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listValuedResourcesAsync(ListValuedResourcesRequest $request, array $optionalArgs = []) - * @method PromiseInterface runAssetDiscoveryAsync(RunAssetDiscoveryRequest $request, array $optionalArgs = []) - * @method PromiseInterface setFindingStateAsync(SetFindingStateRequest $request, array $optionalArgs = []) - * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface setMuteAsync(SetMuteRequest $request, array $optionalArgs = []) - * @method PromiseInterface simulateSecurityHealthAnalyticsCustomModuleAsync(SimulateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateBigQueryExportAsync(UpdateBigQueryExportRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateEventThreatDetectionCustomModuleAsync(UpdateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateExternalSystemAsync(UpdateExternalSystemRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateFindingAsync(UpdateFindingRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateMuteConfigAsync(UpdateMuteConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateNotificationConfigAsync(UpdateNotificationConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateOrganizationSettingsAsync(UpdateOrganizationSettingsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateResourceValueConfigAsync(UpdateResourceValueConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateSecurityHealthAnalyticsCustomModuleAsync(UpdateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateSecurityMarksAsync(UpdateSecurityMarksRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateSourceAsync(UpdateSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface validateEventThreatDetectionCustomModuleAsync(ValidateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface batchCreateResourceValueConfigsAsync(BatchCreateResourceValueConfigsRequest $request, array $optionalArgs = []) + * @method PromiseInterface bulkMuteFindingsAsync(BulkMuteFindingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface createBigQueryExportAsync(CreateBigQueryExportRequest $request, array $optionalArgs = []) + * @method PromiseInterface createEventThreatDetectionCustomModuleAsync(CreateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface createFindingAsync(CreateFindingRequest $request, array $optionalArgs = []) + * @method PromiseInterface createMuteConfigAsync(CreateMuteConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface createNotificationConfigAsync(CreateNotificationConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface createSecurityHealthAnalyticsCustomModuleAsync(CreateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface createSourceAsync(CreateSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteBigQueryExportAsync(DeleteBigQueryExportRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteEventThreatDetectionCustomModuleAsync(DeleteEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteMuteConfigAsync(DeleteMuteConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteNotificationConfigAsync(DeleteNotificationConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteResourceValueConfigAsync(DeleteResourceValueConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteSecurityHealthAnalyticsCustomModuleAsync(DeleteSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface getBigQueryExportAsync(GetBigQueryExportRequest $request, array $optionalArgs = []) + * @method PromiseInterface getEffectiveEventThreatDetectionCustomModuleAsync(GetEffectiveEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface getEffectiveSecurityHealthAnalyticsCustomModuleAsync(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface getEventThreatDetectionCustomModuleAsync(GetEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface getMuteConfigAsync(GetMuteConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface getNotificationConfigAsync(GetNotificationConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface getOrganizationSettingsAsync(GetOrganizationSettingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface getResourceValueConfigAsync(GetResourceValueConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface getSecurityHealthAnalyticsCustomModuleAsync(GetSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface getSimulationAsync(GetSimulationRequest $request, array $optionalArgs = []) + * @method PromiseInterface getSourceAsync(GetSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface getValuedResourceAsync(GetValuedResourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface groupAssetsAsync(GroupAssetsRequest $request, array $optionalArgs = []) + * @method PromiseInterface groupFindingsAsync(GroupFindingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listAssetsAsync(ListAssetsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listAttackPathsAsync(ListAttackPathsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listBigQueryExportsAsync(ListBigQueryExportsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listDescendantEventThreatDetectionCustomModulesAsync(ListDescendantEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listDescendantSecurityHealthAnalyticsCustomModulesAsync(ListDescendantSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listEffectiveEventThreatDetectionCustomModulesAsync(ListEffectiveEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listEffectiveSecurityHealthAnalyticsCustomModulesAsync(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listEventThreatDetectionCustomModulesAsync(ListEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listFindingsAsync(ListFindingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listMuteConfigsAsync(ListMuteConfigsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listNotificationConfigsAsync(ListNotificationConfigsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listResourceValueConfigsAsync(ListResourceValueConfigsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listSecurityHealthAnalyticsCustomModulesAsync(ListSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listSourcesAsync(ListSourcesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listValuedResourcesAsync(ListValuedResourcesRequest $request, array $optionalArgs = []) + * @method PromiseInterface runAssetDiscoveryAsync(RunAssetDiscoveryRequest $request, array $optionalArgs = []) + * @method PromiseInterface setFindingStateAsync(SetFindingStateRequest $request, array $optionalArgs = []) + * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface setMuteAsync(SetMuteRequest $request, array $optionalArgs = []) + * @method PromiseInterface simulateSecurityHealthAnalyticsCustomModuleAsync(SimulateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateBigQueryExportAsync(UpdateBigQueryExportRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateEventThreatDetectionCustomModuleAsync(UpdateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateExternalSystemAsync(UpdateExternalSystemRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateFindingAsync(UpdateFindingRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateMuteConfigAsync(UpdateMuteConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateNotificationConfigAsync(UpdateNotificationConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateOrganizationSettingsAsync(UpdateOrganizationSettingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateResourceValueConfigAsync(UpdateResourceValueConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateSecurityHealthAnalyticsCustomModuleAsync(UpdateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateSecurityMarksAsync(UpdateSecurityMarksRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateSourceAsync(UpdateSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface validateEventThreatDetectionCustomModuleAsync(ValidateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) */ final class SecurityCenterClient { diff --git a/SecurityCenter/src/V2/Client/SecurityCenterClient.php b/SecurityCenter/src/V2/Client/SecurityCenterClient.php index 94fcf6196d2c..6ce16ee843dc 100644 --- a/SecurityCenter/src/V2/Client/SecurityCenterClient.php +++ b/SecurityCenter/src/V2/Client/SecurityCenterClient.php @@ -102,46 +102,46 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface batchCreateResourceValueConfigsAsync(BatchCreateResourceValueConfigsRequest $request, array $optionalArgs = []) - * @method PromiseInterface bulkMuteFindingsAsync(BulkMuteFindingsRequest $request, array $optionalArgs = []) - * @method PromiseInterface createBigQueryExportAsync(CreateBigQueryExportRequest $request, array $optionalArgs = []) - * @method PromiseInterface createFindingAsync(CreateFindingRequest $request, array $optionalArgs = []) - * @method PromiseInterface createMuteConfigAsync(CreateMuteConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface createNotificationConfigAsync(CreateNotificationConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface createSourceAsync(CreateSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteBigQueryExportAsync(DeleteBigQueryExportRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteMuteConfigAsync(DeleteMuteConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteNotificationConfigAsync(DeleteNotificationConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteResourceValueConfigAsync(DeleteResourceValueConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface getBigQueryExportAsync(GetBigQueryExportRequest $request, array $optionalArgs = []) - * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface getMuteConfigAsync(GetMuteConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface getNotificationConfigAsync(GetNotificationConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface getResourceValueConfigAsync(GetResourceValueConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface getSimulationAsync(GetSimulationRequest $request, array $optionalArgs = []) - * @method PromiseInterface getSourceAsync(GetSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface getValuedResourceAsync(GetValuedResourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface groupFindingsAsync(GroupFindingsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listAttackPathsAsync(ListAttackPathsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listBigQueryExportsAsync(ListBigQueryExportsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listFindingsAsync(ListFindingsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listMuteConfigsAsync(ListMuteConfigsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listNotificationConfigsAsync(ListNotificationConfigsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listResourceValueConfigsAsync(ListResourceValueConfigsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listSourcesAsync(ListSourcesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listValuedResourcesAsync(ListValuedResourcesRequest $request, array $optionalArgs = []) - * @method PromiseInterface setFindingStateAsync(SetFindingStateRequest $request, array $optionalArgs = []) - * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface setMuteAsync(SetMuteRequest $request, array $optionalArgs = []) - * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateBigQueryExportAsync(UpdateBigQueryExportRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateExternalSystemAsync(UpdateExternalSystemRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateFindingAsync(UpdateFindingRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateMuteConfigAsync(UpdateMuteConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateNotificationConfigAsync(UpdateNotificationConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateResourceValueConfigAsync(UpdateResourceValueConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateSecurityMarksAsync(UpdateSecurityMarksRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateSourceAsync(UpdateSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface batchCreateResourceValueConfigsAsync(BatchCreateResourceValueConfigsRequest $request, array $optionalArgs = []) + * @method PromiseInterface bulkMuteFindingsAsync(BulkMuteFindingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface createBigQueryExportAsync(CreateBigQueryExportRequest $request, array $optionalArgs = []) + * @method PromiseInterface createFindingAsync(CreateFindingRequest $request, array $optionalArgs = []) + * @method PromiseInterface createMuteConfigAsync(CreateMuteConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface createNotificationConfigAsync(CreateNotificationConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface createSourceAsync(CreateSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteBigQueryExportAsync(DeleteBigQueryExportRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteMuteConfigAsync(DeleteMuteConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteNotificationConfigAsync(DeleteNotificationConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteResourceValueConfigAsync(DeleteResourceValueConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface getBigQueryExportAsync(GetBigQueryExportRequest $request, array $optionalArgs = []) + * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface getMuteConfigAsync(GetMuteConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface getNotificationConfigAsync(GetNotificationConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface getResourceValueConfigAsync(GetResourceValueConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface getSimulationAsync(GetSimulationRequest $request, array $optionalArgs = []) + * @method PromiseInterface getSourceAsync(GetSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface getValuedResourceAsync(GetValuedResourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface groupFindingsAsync(GroupFindingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listAttackPathsAsync(ListAttackPathsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listBigQueryExportsAsync(ListBigQueryExportsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listFindingsAsync(ListFindingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listMuteConfigsAsync(ListMuteConfigsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listNotificationConfigsAsync(ListNotificationConfigsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listResourceValueConfigsAsync(ListResourceValueConfigsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listSourcesAsync(ListSourcesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listValuedResourcesAsync(ListValuedResourcesRequest $request, array $optionalArgs = []) + * @method PromiseInterface setFindingStateAsync(SetFindingStateRequest $request, array $optionalArgs = []) + * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface setMuteAsync(SetMuteRequest $request, array $optionalArgs = []) + * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateBigQueryExportAsync(UpdateBigQueryExportRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateExternalSystemAsync(UpdateExternalSystemRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateFindingAsync(UpdateFindingRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateMuteConfigAsync(UpdateMuteConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateNotificationConfigAsync(UpdateNotificationConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateResourceValueConfigAsync(UpdateResourceValueConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateSecurityMarksAsync(UpdateSecurityMarksRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateSourceAsync(UpdateSourceRequest $request, array $optionalArgs = []) */ final class SecurityCenterClient { diff --git a/SecurityCenterManagement/src/V1/Client/SecurityCenterManagementClient.php b/SecurityCenterManagement/src/V1/Client/SecurityCenterManagementClient.php index b750d3f4aa06..5e5ae684492b 100644 --- a/SecurityCenterManagement/src/V1/Client/SecurityCenterManagementClient.php +++ b/SecurityCenterManagement/src/V1/Client/SecurityCenterManagementClient.php @@ -77,29 +77,29 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface createEventThreatDetectionCustomModuleAsync(CreateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface createSecurityHealthAnalyticsCustomModuleAsync(CreateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteEventThreatDetectionCustomModuleAsync(DeleteEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteSecurityHealthAnalyticsCustomModuleAsync(DeleteSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface getEffectiveEventThreatDetectionCustomModuleAsync(GetEffectiveEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface getEffectiveSecurityHealthAnalyticsCustomModuleAsync(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface getEventThreatDetectionCustomModuleAsync(GetEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface getSecurityCenterServiceAsync(GetSecurityCenterServiceRequest $request, array $optionalArgs = []) - * @method PromiseInterface getSecurityHealthAnalyticsCustomModuleAsync(GetSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface listDescendantEventThreatDetectionCustomModulesAsync(ListDescendantEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listDescendantSecurityHealthAnalyticsCustomModulesAsync(ListDescendantSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listEffectiveEventThreatDetectionCustomModulesAsync(ListEffectiveEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listEffectiveSecurityHealthAnalyticsCustomModulesAsync(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listEventThreatDetectionCustomModulesAsync(ListEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listSecurityCenterServicesAsync(ListSecurityCenterServicesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listSecurityHealthAnalyticsCustomModulesAsync(ListSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface simulateSecurityHealthAnalyticsCustomModuleAsync(SimulateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateEventThreatDetectionCustomModuleAsync(UpdateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateSecurityCenterServiceAsync(UpdateSecurityCenterServiceRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateSecurityHealthAnalyticsCustomModuleAsync(UpdateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface validateEventThreatDetectionCustomModuleAsync(ValidateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) - * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) - * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) + * @method PromiseInterface createEventThreatDetectionCustomModuleAsync(CreateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface createSecurityHealthAnalyticsCustomModuleAsync(CreateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteEventThreatDetectionCustomModuleAsync(DeleteEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteSecurityHealthAnalyticsCustomModuleAsync(DeleteSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface getEffectiveEventThreatDetectionCustomModuleAsync(GetEffectiveEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface getEffectiveSecurityHealthAnalyticsCustomModuleAsync(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface getEventThreatDetectionCustomModuleAsync(GetEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface getSecurityCenterServiceAsync(GetSecurityCenterServiceRequest $request, array $optionalArgs = []) + * @method PromiseInterface getSecurityHealthAnalyticsCustomModuleAsync(GetSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface listDescendantEventThreatDetectionCustomModulesAsync(ListDescendantEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listDescendantSecurityHealthAnalyticsCustomModulesAsync(ListDescendantSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listEffectiveEventThreatDetectionCustomModulesAsync(ListEffectiveEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listEffectiveSecurityHealthAnalyticsCustomModulesAsync(ListEffectiveSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listEventThreatDetectionCustomModulesAsync(ListEventThreatDetectionCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listSecurityCenterServicesAsync(ListSecurityCenterServicesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listSecurityHealthAnalyticsCustomModulesAsync(ListSecurityHealthAnalyticsCustomModulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface simulateSecurityHealthAnalyticsCustomModuleAsync(SimulateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateEventThreatDetectionCustomModuleAsync(UpdateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateSecurityCenterServiceAsync(UpdateSecurityCenterServiceRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateSecurityHealthAnalyticsCustomModuleAsync(UpdateSecurityHealthAnalyticsCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface validateEventThreatDetectionCustomModuleAsync(ValidateEventThreatDetectionCustomModuleRequest $request, array $optionalArgs = []) + * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) + * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) */ final class SecurityCenterManagementClient { diff --git a/SecurityPrivateCa/src/V1/Client/CertificateAuthorityServiceClient.php b/SecurityPrivateCa/src/V1/Client/CertificateAuthorityServiceClient.php index 35a522d91fee..8746f90da90b 100644 --- a/SecurityPrivateCa/src/V1/Client/CertificateAuthorityServiceClient.php +++ b/SecurityPrivateCa/src/V1/Client/CertificateAuthorityServiceClient.php @@ -95,40 +95,40 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface activateCertificateAuthorityAsync(ActivateCertificateAuthorityRequest $request, array $optionalArgs = []) - * @method PromiseInterface createCaPoolAsync(CreateCaPoolRequest $request, array $optionalArgs = []) - * @method PromiseInterface createCertificateAsync(CreateCertificateRequest $request, array $optionalArgs = []) - * @method PromiseInterface createCertificateAuthorityAsync(CreateCertificateAuthorityRequest $request, array $optionalArgs = []) - * @method PromiseInterface createCertificateTemplateAsync(CreateCertificateTemplateRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteCaPoolAsync(DeleteCaPoolRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteCertificateAuthorityAsync(DeleteCertificateAuthorityRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteCertificateTemplateAsync(DeleteCertificateTemplateRequest $request, array $optionalArgs = []) - * @method PromiseInterface disableCertificateAuthorityAsync(DisableCertificateAuthorityRequest $request, array $optionalArgs = []) - * @method PromiseInterface enableCertificateAuthorityAsync(EnableCertificateAuthorityRequest $request, array $optionalArgs = []) - * @method PromiseInterface fetchCaCertsAsync(FetchCaCertsRequest $request, array $optionalArgs = []) - * @method PromiseInterface fetchCertificateAuthorityCsrAsync(FetchCertificateAuthorityCsrRequest $request, array $optionalArgs = []) - * @method PromiseInterface getCaPoolAsync(GetCaPoolRequest $request, array $optionalArgs = []) - * @method PromiseInterface getCertificateAsync(GetCertificateRequest $request, array $optionalArgs = []) - * @method PromiseInterface getCertificateAuthorityAsync(GetCertificateAuthorityRequest $request, array $optionalArgs = []) - * @method PromiseInterface getCertificateRevocationListAsync(GetCertificateRevocationListRequest $request, array $optionalArgs = []) - * @method PromiseInterface getCertificateTemplateAsync(GetCertificateTemplateRequest $request, array $optionalArgs = []) - * @method PromiseInterface listCaPoolsAsync(ListCaPoolsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listCertificateAuthoritiesAsync(ListCertificateAuthoritiesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listCertificateRevocationListsAsync(ListCertificateRevocationListsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listCertificateTemplatesAsync(ListCertificateTemplatesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listCertificatesAsync(ListCertificatesRequest $request, array $optionalArgs = []) - * @method PromiseInterface revokeCertificateAsync(RevokeCertificateRequest $request, array $optionalArgs = []) - * @method PromiseInterface undeleteCertificateAuthorityAsync(UndeleteCertificateAuthorityRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateCaPoolAsync(UpdateCaPoolRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateCertificateAsync(UpdateCertificateRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateCertificateAuthorityAsync(UpdateCertificateAuthorityRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateCertificateRevocationListAsync(UpdateCertificateRevocationListRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateCertificateTemplateAsync(UpdateCertificateTemplateRequest $request, array $optionalArgs = []) - * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) - * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) - * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface activateCertificateAuthorityAsync(ActivateCertificateAuthorityRequest $request, array $optionalArgs = []) + * @method PromiseInterface createCaPoolAsync(CreateCaPoolRequest $request, array $optionalArgs = []) + * @method PromiseInterface createCertificateAsync(CreateCertificateRequest $request, array $optionalArgs = []) + * @method PromiseInterface createCertificateAuthorityAsync(CreateCertificateAuthorityRequest $request, array $optionalArgs = []) + * @method PromiseInterface createCertificateTemplateAsync(CreateCertificateTemplateRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteCaPoolAsync(DeleteCaPoolRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteCertificateAuthorityAsync(DeleteCertificateAuthorityRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteCertificateTemplateAsync(DeleteCertificateTemplateRequest $request, array $optionalArgs = []) + * @method PromiseInterface disableCertificateAuthorityAsync(DisableCertificateAuthorityRequest $request, array $optionalArgs = []) + * @method PromiseInterface enableCertificateAuthorityAsync(EnableCertificateAuthorityRequest $request, array $optionalArgs = []) + * @method PromiseInterface fetchCaCertsAsync(FetchCaCertsRequest $request, array $optionalArgs = []) + * @method PromiseInterface fetchCertificateAuthorityCsrAsync(FetchCertificateAuthorityCsrRequest $request, array $optionalArgs = []) + * @method PromiseInterface getCaPoolAsync(GetCaPoolRequest $request, array $optionalArgs = []) + * @method PromiseInterface getCertificateAsync(GetCertificateRequest $request, array $optionalArgs = []) + * @method PromiseInterface getCertificateAuthorityAsync(GetCertificateAuthorityRequest $request, array $optionalArgs = []) + * @method PromiseInterface getCertificateRevocationListAsync(GetCertificateRevocationListRequest $request, array $optionalArgs = []) + * @method PromiseInterface getCertificateTemplateAsync(GetCertificateTemplateRequest $request, array $optionalArgs = []) + * @method PromiseInterface listCaPoolsAsync(ListCaPoolsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listCertificateAuthoritiesAsync(ListCertificateAuthoritiesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listCertificateRevocationListsAsync(ListCertificateRevocationListsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listCertificateTemplatesAsync(ListCertificateTemplatesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listCertificatesAsync(ListCertificatesRequest $request, array $optionalArgs = []) + * @method PromiseInterface revokeCertificateAsync(RevokeCertificateRequest $request, array $optionalArgs = []) + * @method PromiseInterface undeleteCertificateAuthorityAsync(UndeleteCertificateAuthorityRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateCaPoolAsync(UpdateCaPoolRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateCertificateAsync(UpdateCertificateRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateCertificateAuthorityAsync(UpdateCertificateAuthorityRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateCertificateRevocationListAsync(UpdateCertificateRevocationListRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateCertificateTemplateAsync(UpdateCertificateTemplateRequest $request, array $optionalArgs = []) + * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) + * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) + * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) */ final class CertificateAuthorityServiceClient { diff --git a/SecurityPublicCA/src/V1/Client/PublicCertificateAuthorityServiceClient.php b/SecurityPublicCA/src/V1/Client/PublicCertificateAuthorityServiceClient.php index 8caddf8dfe9a..544e1ea7cd39 100644 --- a/SecurityPublicCA/src/V1/Client/PublicCertificateAuthorityServiceClient.php +++ b/SecurityPublicCA/src/V1/Client/PublicCertificateAuthorityServiceClient.php @@ -49,7 +49,7 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface createExternalAccountKeyAsync(CreateExternalAccountKeyRequest $request, array $optionalArgs = []) + * @method PromiseInterface createExternalAccountKeyAsync(CreateExternalAccountKeyRequest $request, array $optionalArgs = []) */ final class PublicCertificateAuthorityServiceClient { diff --git a/ServiceDirectory/src/V1/Client/LookupServiceClient.php b/ServiceDirectory/src/V1/Client/LookupServiceClient.php index 2f3e9d182de5..b77a84c504d7 100644 --- a/ServiceDirectory/src/V1/Client/LookupServiceClient.php +++ b/ServiceDirectory/src/V1/Client/LookupServiceClient.php @@ -51,9 +51,9 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface resolveServiceAsync(ResolveServiceRequest $request, array $optionalArgs = []) - * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) - * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) + * @method PromiseInterface resolveServiceAsync(ResolveServiceRequest $request, array $optionalArgs = []) + * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) + * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) */ final class LookupServiceClient { diff --git a/ServiceDirectory/src/V1/Client/RegistrationServiceClient.php b/ServiceDirectory/src/V1/Client/RegistrationServiceClient.php index ba663610b4d9..fc15ebecfee0 100644 --- a/ServiceDirectory/src/V1/Client/RegistrationServiceClient.php +++ b/ServiceDirectory/src/V1/Client/RegistrationServiceClient.php @@ -86,26 +86,26 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface createEndpointAsync(CreateEndpointRequest $request, array $optionalArgs = []) - * @method PromiseInterface createNamespaceAsync(CreateNamespaceRequest $request, array $optionalArgs = []) - * @method PromiseInterface createServiceAsync(CreateServiceRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteEndpointAsync(DeleteEndpointRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteNamespaceAsync(DeleteNamespaceRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteServiceAsync(DeleteServiceRequest $request, array $optionalArgs = []) - * @method PromiseInterface getEndpointAsync(GetEndpointRequest $request, array $optionalArgs = []) - * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface getNamespaceAsync(GetNamespaceRequest $request, array $optionalArgs = []) - * @method PromiseInterface getServiceAsync(GetServiceRequest $request, array $optionalArgs = []) - * @method PromiseInterface listEndpointsAsync(ListEndpointsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listNamespacesAsync(ListNamespacesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listServicesAsync(ListServicesRequest $request, array $optionalArgs = []) - * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateEndpointAsync(UpdateEndpointRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateNamespaceAsync(UpdateNamespaceRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateServiceAsync(UpdateServiceRequest $request, array $optionalArgs = []) - * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) - * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) + * @method PromiseInterface createEndpointAsync(CreateEndpointRequest $request, array $optionalArgs = []) + * @method PromiseInterface createNamespaceAsync(CreateNamespaceRequest $request, array $optionalArgs = []) + * @method PromiseInterface createServiceAsync(CreateServiceRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteEndpointAsync(DeleteEndpointRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteNamespaceAsync(DeleteNamespaceRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteServiceAsync(DeleteServiceRequest $request, array $optionalArgs = []) + * @method PromiseInterface getEndpointAsync(GetEndpointRequest $request, array $optionalArgs = []) + * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface getNamespaceAsync(GetNamespaceRequest $request, array $optionalArgs = []) + * @method PromiseInterface getServiceAsync(GetServiceRequest $request, array $optionalArgs = []) + * @method PromiseInterface listEndpointsAsync(ListEndpointsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listNamespacesAsync(ListNamespacesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listServicesAsync(ListServicesRequest $request, array $optionalArgs = []) + * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateEndpointAsync(UpdateEndpointRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateNamespaceAsync(UpdateNamespaceRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateServiceAsync(UpdateServiceRequest $request, array $optionalArgs = []) + * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) + * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) */ final class RegistrationServiceClient { diff --git a/ServiceHealth/src/V1/Client/ServiceHealthClient.php b/ServiceHealth/src/V1/Client/ServiceHealthClient.php index 26b838ec4521..6c71de5195e9 100644 --- a/ServiceHealth/src/V1/Client/ServiceHealthClient.php +++ b/ServiceHealth/src/V1/Client/ServiceHealthClient.php @@ -58,14 +58,14 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface getEventAsync(GetEventRequest $request, array $optionalArgs = []) - * @method PromiseInterface getOrganizationEventAsync(GetOrganizationEventRequest $request, array $optionalArgs = []) - * @method PromiseInterface getOrganizationImpactAsync(GetOrganizationImpactRequest $request, array $optionalArgs = []) - * @method PromiseInterface listEventsAsync(ListEventsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listOrganizationEventsAsync(ListOrganizationEventsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listOrganizationImpactsAsync(ListOrganizationImpactsRequest $request, array $optionalArgs = []) - * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) - * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) + * @method PromiseInterface getEventAsync(GetEventRequest $request, array $optionalArgs = []) + * @method PromiseInterface getOrganizationEventAsync(GetOrganizationEventRequest $request, array $optionalArgs = []) + * @method PromiseInterface getOrganizationImpactAsync(GetOrganizationImpactRequest $request, array $optionalArgs = []) + * @method PromiseInterface listEventsAsync(ListEventsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listOrganizationEventsAsync(ListOrganizationEventsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listOrganizationImpactsAsync(ListOrganizationImpactsRequest $request, array $optionalArgs = []) + * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) + * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) */ final class ServiceHealthClient { diff --git a/Shell/src/V1/Client/CloudShellServiceClient.php b/Shell/src/V1/Client/CloudShellServiceClient.php index a085d15a3fb8..bab4bd6acef5 100644 --- a/Shell/src/V1/Client/CloudShellServiceClient.php +++ b/Shell/src/V1/Client/CloudShellServiceClient.php @@ -62,11 +62,11 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface addPublicKeyAsync(AddPublicKeyRequest $request, array $optionalArgs = []) - * @method PromiseInterface authorizeEnvironmentAsync(AuthorizeEnvironmentRequest $request, array $optionalArgs = []) - * @method PromiseInterface getEnvironmentAsync(GetEnvironmentRequest $request, array $optionalArgs = []) - * @method PromiseInterface removePublicKeyAsync(RemovePublicKeyRequest $request, array $optionalArgs = []) - * @method PromiseInterface startEnvironmentAsync(StartEnvironmentRequest $request, array $optionalArgs = []) + * @method PromiseInterface addPublicKeyAsync(AddPublicKeyRequest $request, array $optionalArgs = []) + * @method PromiseInterface authorizeEnvironmentAsync(AuthorizeEnvironmentRequest $request, array $optionalArgs = []) + * @method PromiseInterface getEnvironmentAsync(GetEnvironmentRequest $request, array $optionalArgs = []) + * @method PromiseInterface removePublicKeyAsync(RemovePublicKeyRequest $request, array $optionalArgs = []) + * @method PromiseInterface startEnvironmentAsync(StartEnvironmentRequest $request, array $optionalArgs = []) */ final class CloudShellServiceClient { diff --git a/ShoppingCss/src/V1/Client/AccountLabelsServiceClient.php b/ShoppingCss/src/V1/Client/AccountLabelsServiceClient.php index e14da6c1b3e5..1ba8f38047cc 100644 --- a/ShoppingCss/src/V1/Client/AccountLabelsServiceClient.php +++ b/ShoppingCss/src/V1/Client/AccountLabelsServiceClient.php @@ -51,10 +51,10 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface createAccountLabelAsync(CreateAccountLabelRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteAccountLabelAsync(DeleteAccountLabelRequest $request, array $optionalArgs = []) - * @method PromiseInterface listAccountLabelsAsync(ListAccountLabelsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateAccountLabelAsync(UpdateAccountLabelRequest $request, array $optionalArgs = []) + * @method PromiseInterface createAccountLabelAsync(CreateAccountLabelRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteAccountLabelAsync(DeleteAccountLabelRequest $request, array $optionalArgs = []) + * @method PromiseInterface listAccountLabelsAsync(ListAccountLabelsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateAccountLabelAsync(UpdateAccountLabelRequest $request, array $optionalArgs = []) */ final class AccountLabelsServiceClient { diff --git a/ShoppingCss/src/V1/Client/AccountsServiceClient.php b/ShoppingCss/src/V1/Client/AccountsServiceClient.php index 4f7d4baf8560..307156461f64 100644 --- a/ShoppingCss/src/V1/Client/AccountsServiceClient.php +++ b/ShoppingCss/src/V1/Client/AccountsServiceClient.php @@ -50,9 +50,9 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface getAccountAsync(GetAccountRequest $request, array $optionalArgs = []) - * @method PromiseInterface listChildAccountsAsync(ListChildAccountsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateLabelsAsync(UpdateAccountLabelsRequest $request, array $optionalArgs = []) + * @method PromiseInterface getAccountAsync(GetAccountRequest $request, array $optionalArgs = []) + * @method PromiseInterface listChildAccountsAsync(ListChildAccountsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateLabelsAsync(UpdateAccountLabelsRequest $request, array $optionalArgs = []) */ final class AccountsServiceClient { diff --git a/ShoppingCss/src/V1/Client/CssProductInputsServiceClient.php b/ShoppingCss/src/V1/Client/CssProductInputsServiceClient.php index 19c3637e5ee3..fd1765810e84 100644 --- a/ShoppingCss/src/V1/Client/CssProductInputsServiceClient.php +++ b/ShoppingCss/src/V1/Client/CssProductInputsServiceClient.php @@ -49,8 +49,8 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface deleteCssProductInputAsync(DeleteCssProductInputRequest $request, array $optionalArgs = []) - * @method PromiseInterface insertCssProductInputAsync(InsertCssProductInputRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteCssProductInputAsync(DeleteCssProductInputRequest $request, array $optionalArgs = []) + * @method PromiseInterface insertCssProductInputAsync(InsertCssProductInputRequest $request, array $optionalArgs = []) */ final class CssProductInputsServiceClient { diff --git a/ShoppingCss/src/V1/Client/CssProductsServiceClient.php b/ShoppingCss/src/V1/Client/CssProductsServiceClient.php index b26afddbf399..4d8462718933 100644 --- a/ShoppingCss/src/V1/Client/CssProductsServiceClient.php +++ b/ShoppingCss/src/V1/Client/CssProductsServiceClient.php @@ -50,8 +50,8 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface getCssProductAsync(GetCssProductRequest $request, array $optionalArgs = []) - * @method PromiseInterface listCssProductsAsync(ListCssProductsRequest $request, array $optionalArgs = []) + * @method PromiseInterface getCssProductAsync(GetCssProductRequest $request, array $optionalArgs = []) + * @method PromiseInterface listCssProductsAsync(ListCssProductsRequest $request, array $optionalArgs = []) */ final class CssProductsServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/AccountIssueServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/AccountIssueServiceClient.php index ef1611a481bd..419c47e90a81 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/AccountIssueServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/AccountIssueServiceClient.php @@ -51,7 +51,7 @@ * * @experimental * - * @method PromiseInterface listAccountIssuesAsync(ListAccountIssuesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listAccountIssuesAsync(ListAccountIssuesRequest $request, array $optionalArgs = []) */ final class AccountIssueServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/AccountTaxServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/AccountTaxServiceClient.php index bf760cb30598..d4d890561988 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/AccountTaxServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/AccountTaxServiceClient.php @@ -58,9 +58,9 @@ * * @experimental * - * @method PromiseInterface getAccountTaxAsync(GetAccountTaxRequest $request, array $optionalArgs = []) - * @method PromiseInterface listAccountTaxAsync(ListAccountTaxRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateAccountTaxAsync(UpdateAccountTaxRequest $request, array $optionalArgs = []) + * @method PromiseInterface getAccountTaxAsync(GetAccountTaxRequest $request, array $optionalArgs = []) + * @method PromiseInterface listAccountTaxAsync(ListAccountTaxRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateAccountTaxAsync(UpdateAccountTaxRequest $request, array $optionalArgs = []) */ final class AccountTaxServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/AccountsServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/AccountsServiceClient.php index be2558f94430..ad4e7ea2faf7 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/AccountsServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/AccountsServiceClient.php @@ -57,12 +57,12 @@ * * @experimental * - * @method PromiseInterface createAndConfigureAccountAsync(CreateAndConfigureAccountRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteAccountAsync(DeleteAccountRequest $request, array $optionalArgs = []) - * @method PromiseInterface getAccountAsync(GetAccountRequest $request, array $optionalArgs = []) - * @method PromiseInterface listAccountsAsync(ListAccountsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listSubAccountsAsync(ListSubAccountsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateAccountAsync(UpdateAccountRequest $request, array $optionalArgs = []) + * @method PromiseInterface createAndConfigureAccountAsync(CreateAndConfigureAccountRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteAccountAsync(DeleteAccountRequest $request, array $optionalArgs = []) + * @method PromiseInterface getAccountAsync(GetAccountRequest $request, array $optionalArgs = []) + * @method PromiseInterface listAccountsAsync(ListAccountsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listSubAccountsAsync(ListSubAccountsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateAccountAsync(UpdateAccountRequest $request, array $optionalArgs = []) */ final class AccountsServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/AutofeedSettingsServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/AutofeedSettingsServiceClient.php index 6a1f35c828f7..69054ad148ef 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/AutofeedSettingsServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/AutofeedSettingsServiceClient.php @@ -53,8 +53,8 @@ * * @experimental * - * @method PromiseInterface getAutofeedSettingsAsync(GetAutofeedSettingsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateAutofeedSettingsAsync(UpdateAutofeedSettingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface getAutofeedSettingsAsync(GetAutofeedSettingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateAutofeedSettingsAsync(UpdateAutofeedSettingsRequest $request, array $optionalArgs = []) */ final class AutofeedSettingsServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/BusinessIdentityServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/BusinessIdentityServiceClient.php index 60894a0f6bcc..bee88d262f57 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/BusinessIdentityServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/BusinessIdentityServiceClient.php @@ -53,8 +53,8 @@ * * @experimental * - * @method PromiseInterface getBusinessIdentityAsync(GetBusinessIdentityRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateBusinessIdentityAsync(UpdateBusinessIdentityRequest $request, array $optionalArgs = []) + * @method PromiseInterface getBusinessIdentityAsync(GetBusinessIdentityRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateBusinessIdentityAsync(UpdateBusinessIdentityRequest $request, array $optionalArgs = []) */ final class BusinessIdentityServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/BusinessInfoServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/BusinessInfoServiceClient.php index fa4096db0b84..876c7b7154d1 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/BusinessInfoServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/BusinessInfoServiceClient.php @@ -52,8 +52,8 @@ * * @experimental * - * @method PromiseInterface getBusinessInfoAsync(GetBusinessInfoRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateBusinessInfoAsync(UpdateBusinessInfoRequest $request, array $optionalArgs = []) + * @method PromiseInterface getBusinessInfoAsync(GetBusinessInfoRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateBusinessInfoAsync(UpdateBusinessInfoRequest $request, array $optionalArgs = []) */ final class BusinessInfoServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/EmailPreferencesServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/EmailPreferencesServiceClient.php index 82b795a8a131..412ee83140ef 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/EmailPreferencesServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/EmailPreferencesServiceClient.php @@ -55,8 +55,8 @@ * * @experimental * - * @method PromiseInterface getEmailPreferencesAsync(GetEmailPreferencesRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateEmailPreferencesAsync(UpdateEmailPreferencesRequest $request, array $optionalArgs = []) + * @method PromiseInterface getEmailPreferencesAsync(GetEmailPreferencesRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateEmailPreferencesAsync(UpdateEmailPreferencesRequest $request, array $optionalArgs = []) */ final class EmailPreferencesServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/HomepageServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/HomepageServiceClient.php index b19e66b3d2ab..54c7001a2cd8 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/HomepageServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/HomepageServiceClient.php @@ -54,10 +54,10 @@ * * @experimental * - * @method PromiseInterface claimHomepageAsync(ClaimHomepageRequest $request, array $optionalArgs = []) - * @method PromiseInterface getHomepageAsync(GetHomepageRequest $request, array $optionalArgs = []) - * @method PromiseInterface unclaimHomepageAsync(UnclaimHomepageRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateHomepageAsync(UpdateHomepageRequest $request, array $optionalArgs = []) + * @method PromiseInterface claimHomepageAsync(ClaimHomepageRequest $request, array $optionalArgs = []) + * @method PromiseInterface getHomepageAsync(GetHomepageRequest $request, array $optionalArgs = []) + * @method PromiseInterface unclaimHomepageAsync(UnclaimHomepageRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateHomepageAsync(UpdateHomepageRequest $request, array $optionalArgs = []) */ final class HomepageServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/OnlineReturnPolicyServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/OnlineReturnPolicyServiceClient.php index 7219e14001e8..39449ab601c2 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/OnlineReturnPolicyServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/OnlineReturnPolicyServiceClient.php @@ -57,8 +57,8 @@ * * @experimental * - * @method PromiseInterface getOnlineReturnPolicyAsync(GetOnlineReturnPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface listOnlineReturnPoliciesAsync(ListOnlineReturnPoliciesRequest $request, array $optionalArgs = []) + * @method PromiseInterface getOnlineReturnPolicyAsync(GetOnlineReturnPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface listOnlineReturnPoliciesAsync(ListOnlineReturnPoliciesRequest $request, array $optionalArgs = []) */ final class OnlineReturnPolicyServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/ProgramsServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/ProgramsServiceClient.php index 9d54d2584501..6d31f5f827b1 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/ProgramsServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/ProgramsServiceClient.php @@ -65,10 +65,10 @@ * * @experimental * - * @method PromiseInterface disableProgramAsync(DisableProgramRequest $request, array $optionalArgs = []) - * @method PromiseInterface enableProgramAsync(EnableProgramRequest $request, array $optionalArgs = []) - * @method PromiseInterface getProgramAsync(GetProgramRequest $request, array $optionalArgs = []) - * @method PromiseInterface listProgramsAsync(ListProgramsRequest $request, array $optionalArgs = []) + * @method PromiseInterface disableProgramAsync(DisableProgramRequest $request, array $optionalArgs = []) + * @method PromiseInterface enableProgramAsync(EnableProgramRequest $request, array $optionalArgs = []) + * @method PromiseInterface getProgramAsync(GetProgramRequest $request, array $optionalArgs = []) + * @method PromiseInterface listProgramsAsync(ListProgramsRequest $request, array $optionalArgs = []) */ final class ProgramsServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/RegionsServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/RegionsServiceClient.php index cb42ff72b237..088b669e4891 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/RegionsServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/RegionsServiceClient.php @@ -60,11 +60,11 @@ * * @experimental * - * @method PromiseInterface createRegionAsync(CreateRegionRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteRegionAsync(DeleteRegionRequest $request, array $optionalArgs = []) - * @method PromiseInterface getRegionAsync(GetRegionRequest $request, array $optionalArgs = []) - * @method PromiseInterface listRegionsAsync(ListRegionsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateRegionAsync(UpdateRegionRequest $request, array $optionalArgs = []) + * @method PromiseInterface createRegionAsync(CreateRegionRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteRegionAsync(DeleteRegionRequest $request, array $optionalArgs = []) + * @method PromiseInterface getRegionAsync(GetRegionRequest $request, array $optionalArgs = []) + * @method PromiseInterface listRegionsAsync(ListRegionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateRegionAsync(UpdateRegionRequest $request, array $optionalArgs = []) */ final class RegionsServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/ShippingSettingsServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/ShippingSettingsServiceClient.php index 8c59f7e795a3..391ebbc58a3f 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/ShippingSettingsServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/ShippingSettingsServiceClient.php @@ -53,8 +53,8 @@ * * @experimental * - * @method PromiseInterface getShippingSettingsAsync(GetShippingSettingsRequest $request, array $optionalArgs = []) - * @method PromiseInterface insertShippingSettingsAsync(InsertShippingSettingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface getShippingSettingsAsync(GetShippingSettingsRequest $request, array $optionalArgs = []) + * @method PromiseInterface insertShippingSettingsAsync(InsertShippingSettingsRequest $request, array $optionalArgs = []) */ final class ShippingSettingsServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/TermsOfServiceAgreementStateServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/TermsOfServiceAgreementStateServiceClient.php index 553c3a223ba8..a49010eae689 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/TermsOfServiceAgreementStateServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/TermsOfServiceAgreementStateServiceClient.php @@ -52,8 +52,8 @@ * * @experimental * - * @method PromiseInterface getTermsOfServiceAgreementStateAsync(GetTermsOfServiceAgreementStateRequest $request, array $optionalArgs = []) - * @method PromiseInterface retrieveForApplicationTermsOfServiceAgreementStateAsync(RetrieveForApplicationTermsOfServiceAgreementStateRequest $request, array $optionalArgs = []) + * @method PromiseInterface getTermsOfServiceAgreementStateAsync(GetTermsOfServiceAgreementStateRequest $request, array $optionalArgs = []) + * @method PromiseInterface retrieveForApplicationTermsOfServiceAgreementStateAsync(RetrieveForApplicationTermsOfServiceAgreementStateRequest $request, array $optionalArgs = []) */ final class TermsOfServiceAgreementStateServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/TermsOfServiceServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/TermsOfServiceServiceClient.php index 9d4887c48a05..c00c9b8e58d0 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/TermsOfServiceServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/TermsOfServiceServiceClient.php @@ -53,9 +53,9 @@ * * @experimental * - * @method PromiseInterface acceptTermsOfServiceAsync(AcceptTermsOfServiceRequest $request, array $optionalArgs = []) - * @method PromiseInterface getTermsOfServiceAsync(GetTermsOfServiceRequest $request, array $optionalArgs = []) - * @method PromiseInterface retrieveLatestTermsOfServiceAsync(RetrieveLatestTermsOfServiceRequest $request, array $optionalArgs = []) + * @method PromiseInterface acceptTermsOfServiceAsync(AcceptTermsOfServiceRequest $request, array $optionalArgs = []) + * @method PromiseInterface getTermsOfServiceAsync(GetTermsOfServiceRequest $request, array $optionalArgs = []) + * @method PromiseInterface retrieveLatestTermsOfServiceAsync(RetrieveLatestTermsOfServiceRequest $request, array $optionalArgs = []) */ final class TermsOfServiceServiceClient { diff --git a/ShoppingMerchantAccounts/src/V1beta/Client/UserServiceClient.php b/ShoppingMerchantAccounts/src/V1beta/Client/UserServiceClient.php index 278054e34fe7..1a51567511d1 100644 --- a/ShoppingMerchantAccounts/src/V1beta/Client/UserServiceClient.php +++ b/ShoppingMerchantAccounts/src/V1beta/Client/UserServiceClient.php @@ -56,11 +56,11 @@ * * @experimental * - * @method PromiseInterface createUserAsync(CreateUserRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteUserAsync(DeleteUserRequest $request, array $optionalArgs = []) - * @method PromiseInterface getUserAsync(GetUserRequest $request, array $optionalArgs = []) - * @method PromiseInterface listUsersAsync(ListUsersRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateUserAsync(UpdateUserRequest $request, array $optionalArgs = []) + * @method PromiseInterface createUserAsync(CreateUserRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteUserAsync(DeleteUserRequest $request, array $optionalArgs = []) + * @method PromiseInterface getUserAsync(GetUserRequest $request, array $optionalArgs = []) + * @method PromiseInterface listUsersAsync(ListUsersRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateUserAsync(UpdateUserRequest $request, array $optionalArgs = []) */ final class UserServiceClient { diff --git a/ShoppingMerchantConversions/src/V1beta/Client/ConversionSourcesServiceClient.php b/ShoppingMerchantConversions/src/V1beta/Client/ConversionSourcesServiceClient.php index 5842afa5c654..b35139ad712b 100644 --- a/ShoppingMerchantConversions/src/V1beta/Client/ConversionSourcesServiceClient.php +++ b/ShoppingMerchantConversions/src/V1beta/Client/ConversionSourcesServiceClient.php @@ -57,12 +57,12 @@ * * @experimental * - * @method PromiseInterface createConversionSourceAsync(CreateConversionSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteConversionSourceAsync(DeleteConversionSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface getConversionSourceAsync(GetConversionSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface listConversionSourcesAsync(ListConversionSourcesRequest $request, array $optionalArgs = []) - * @method PromiseInterface undeleteConversionSourceAsync(UndeleteConversionSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateConversionSourceAsync(UpdateConversionSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface createConversionSourceAsync(CreateConversionSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteConversionSourceAsync(DeleteConversionSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface getConversionSourceAsync(GetConversionSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface listConversionSourcesAsync(ListConversionSourcesRequest $request, array $optionalArgs = []) + * @method PromiseInterface undeleteConversionSourceAsync(UndeleteConversionSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateConversionSourceAsync(UpdateConversionSourceRequest $request, array $optionalArgs = []) */ final class ConversionSourcesServiceClient { diff --git a/ShoppingMerchantDataSources/src/V1beta/Client/DataSourcesServiceClient.php b/ShoppingMerchantDataSources/src/V1beta/Client/DataSourcesServiceClient.php index bad560e26e0d..9a5fb543347d 100644 --- a/ShoppingMerchantDataSources/src/V1beta/Client/DataSourcesServiceClient.php +++ b/ShoppingMerchantDataSources/src/V1beta/Client/DataSourcesServiceClient.php @@ -59,12 +59,12 @@ * * @experimental * - * @method PromiseInterface createDataSourceAsync(CreateDataSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteDataSourceAsync(DeleteDataSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface fetchDataSourceAsync(FetchDataSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface getDataSourceAsync(GetDataSourceRequest $request, array $optionalArgs = []) - * @method PromiseInterface listDataSourcesAsync(ListDataSourcesRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateDataSourceAsync(UpdateDataSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface createDataSourceAsync(CreateDataSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteDataSourceAsync(DeleteDataSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface fetchDataSourceAsync(FetchDataSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface getDataSourceAsync(GetDataSourceRequest $request, array $optionalArgs = []) + * @method PromiseInterface listDataSourcesAsync(ListDataSourcesRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateDataSourceAsync(UpdateDataSourceRequest $request, array $optionalArgs = []) */ final class DataSourcesServiceClient { diff --git a/ShoppingMerchantDataSources/src/V1beta/Client/FileUploadsServiceClient.php b/ShoppingMerchantDataSources/src/V1beta/Client/FileUploadsServiceClient.php index 7c3acfc4a6b6..2e50cf95021b 100644 --- a/ShoppingMerchantDataSources/src/V1beta/Client/FileUploadsServiceClient.php +++ b/ShoppingMerchantDataSources/src/V1beta/Client/FileUploadsServiceClient.php @@ -51,7 +51,7 @@ * * @experimental * - * @method PromiseInterface getFileUploadAsync(GetFileUploadRequest $request, array $optionalArgs = []) + * @method PromiseInterface getFileUploadAsync(GetFileUploadRequest $request, array $optionalArgs = []) */ final class FileUploadsServiceClient { diff --git a/ShoppingMerchantInventories/src/V1beta/Client/LocalInventoryServiceClient.php b/ShoppingMerchantInventories/src/V1beta/Client/LocalInventoryServiceClient.php index fa0307140184..51c68266c0e5 100644 --- a/ShoppingMerchantInventories/src/V1beta/Client/LocalInventoryServiceClient.php +++ b/ShoppingMerchantInventories/src/V1beta/Client/LocalInventoryServiceClient.php @@ -54,9 +54,9 @@ * * @experimental * - * @method PromiseInterface deleteLocalInventoryAsync(DeleteLocalInventoryRequest $request, array $optionalArgs = []) - * @method PromiseInterface insertLocalInventoryAsync(InsertLocalInventoryRequest $request, array $optionalArgs = []) - * @method PromiseInterface listLocalInventoriesAsync(ListLocalInventoriesRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteLocalInventoryAsync(DeleteLocalInventoryRequest $request, array $optionalArgs = []) + * @method PromiseInterface insertLocalInventoryAsync(InsertLocalInventoryRequest $request, array $optionalArgs = []) + * @method PromiseInterface listLocalInventoriesAsync(ListLocalInventoriesRequest $request, array $optionalArgs = []) */ final class LocalInventoryServiceClient { diff --git a/ShoppingMerchantInventories/src/V1beta/Client/RegionalInventoryServiceClient.php b/ShoppingMerchantInventories/src/V1beta/Client/RegionalInventoryServiceClient.php index 22c19b9ba2f5..282456fe8228 100644 --- a/ShoppingMerchantInventories/src/V1beta/Client/RegionalInventoryServiceClient.php +++ b/ShoppingMerchantInventories/src/V1beta/Client/RegionalInventoryServiceClient.php @@ -55,9 +55,9 @@ * * @experimental * - * @method PromiseInterface deleteRegionalInventoryAsync(DeleteRegionalInventoryRequest $request, array $optionalArgs = []) - * @method PromiseInterface insertRegionalInventoryAsync(InsertRegionalInventoryRequest $request, array $optionalArgs = []) - * @method PromiseInterface listRegionalInventoriesAsync(ListRegionalInventoriesRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteRegionalInventoryAsync(DeleteRegionalInventoryRequest $request, array $optionalArgs = []) + * @method PromiseInterface insertRegionalInventoryAsync(InsertRegionalInventoryRequest $request, array $optionalArgs = []) + * @method PromiseInterface listRegionalInventoriesAsync(ListRegionalInventoriesRequest $request, array $optionalArgs = []) */ final class RegionalInventoryServiceClient { diff --git a/ShoppingMerchantLfp/src/V1beta/Client/LfpInventoryServiceClient.php b/ShoppingMerchantLfp/src/V1beta/Client/LfpInventoryServiceClient.php index e3b20b17deb7..13c983f738b3 100644 --- a/ShoppingMerchantLfp/src/V1beta/Client/LfpInventoryServiceClient.php +++ b/ShoppingMerchantLfp/src/V1beta/Client/LfpInventoryServiceClient.php @@ -53,7 +53,7 @@ * * @experimental * - * @method PromiseInterface insertLfpInventoryAsync(InsertLfpInventoryRequest $request, array $optionalArgs = []) + * @method PromiseInterface insertLfpInventoryAsync(InsertLfpInventoryRequest $request, array $optionalArgs = []) */ final class LfpInventoryServiceClient { diff --git a/ShoppingMerchantLfp/src/V1beta/Client/LfpSaleServiceClient.php b/ShoppingMerchantLfp/src/V1beta/Client/LfpSaleServiceClient.php index b8f6ae64e486..d694946b0ba9 100644 --- a/ShoppingMerchantLfp/src/V1beta/Client/LfpSaleServiceClient.php +++ b/ShoppingMerchantLfp/src/V1beta/Client/LfpSaleServiceClient.php @@ -53,7 +53,7 @@ * * @experimental * - * @method PromiseInterface insertLfpSaleAsync(InsertLfpSaleRequest $request, array $optionalArgs = []) + * @method PromiseInterface insertLfpSaleAsync(InsertLfpSaleRequest $request, array $optionalArgs = []) */ final class LfpSaleServiceClient { diff --git a/ShoppingMerchantLfp/src/V1beta/Client/LfpStoreServiceClient.php b/ShoppingMerchantLfp/src/V1beta/Client/LfpStoreServiceClient.php index 55b891b12662..82374f85170a 100644 --- a/ShoppingMerchantLfp/src/V1beta/Client/LfpStoreServiceClient.php +++ b/ShoppingMerchantLfp/src/V1beta/Client/LfpStoreServiceClient.php @@ -57,10 +57,10 @@ * * @experimental * - * @method PromiseInterface deleteLfpStoreAsync(DeleteLfpStoreRequest $request, array $optionalArgs = []) - * @method PromiseInterface getLfpStoreAsync(GetLfpStoreRequest $request, array $optionalArgs = []) - * @method PromiseInterface insertLfpStoreAsync(InsertLfpStoreRequest $request, array $optionalArgs = []) - * @method PromiseInterface listLfpStoresAsync(ListLfpStoresRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteLfpStoreAsync(DeleteLfpStoreRequest $request, array $optionalArgs = []) + * @method PromiseInterface getLfpStoreAsync(GetLfpStoreRequest $request, array $optionalArgs = []) + * @method PromiseInterface insertLfpStoreAsync(InsertLfpStoreRequest $request, array $optionalArgs = []) + * @method PromiseInterface listLfpStoresAsync(ListLfpStoresRequest $request, array $optionalArgs = []) */ final class LfpStoreServiceClient { diff --git a/ShoppingMerchantNotifications/src/V1beta/Client/NotificationsApiServiceClient.php b/ShoppingMerchantNotifications/src/V1beta/Client/NotificationsApiServiceClient.php index 946b2e52c72a..1e91596c7f91 100644 --- a/ShoppingMerchantNotifications/src/V1beta/Client/NotificationsApiServiceClient.php +++ b/ShoppingMerchantNotifications/src/V1beta/Client/NotificationsApiServiceClient.php @@ -56,11 +56,11 @@ * * @experimental * - * @method PromiseInterface createNotificationSubscriptionAsync(CreateNotificationSubscriptionRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteNotificationSubscriptionAsync(DeleteNotificationSubscriptionRequest $request, array $optionalArgs = []) - * @method PromiseInterface getNotificationSubscriptionAsync(GetNotificationSubscriptionRequest $request, array $optionalArgs = []) - * @method PromiseInterface listNotificationSubscriptionsAsync(ListNotificationSubscriptionsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateNotificationSubscriptionAsync(UpdateNotificationSubscriptionRequest $request, array $optionalArgs = []) + * @method PromiseInterface createNotificationSubscriptionAsync(CreateNotificationSubscriptionRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteNotificationSubscriptionAsync(DeleteNotificationSubscriptionRequest $request, array $optionalArgs = []) + * @method PromiseInterface getNotificationSubscriptionAsync(GetNotificationSubscriptionRequest $request, array $optionalArgs = []) + * @method PromiseInterface listNotificationSubscriptionsAsync(ListNotificationSubscriptionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateNotificationSubscriptionAsync(UpdateNotificationSubscriptionRequest $request, array $optionalArgs = []) */ final class NotificationsApiServiceClient { diff --git a/ShoppingMerchantProducts/src/V1beta/Client/ProductInputsServiceClient.php b/ShoppingMerchantProducts/src/V1beta/Client/ProductInputsServiceClient.php index fe1d7d3475e8..43c138fc2ebf 100644 --- a/ShoppingMerchantProducts/src/V1beta/Client/ProductInputsServiceClient.php +++ b/ShoppingMerchantProducts/src/V1beta/Client/ProductInputsServiceClient.php @@ -53,8 +53,8 @@ * * @experimental * - * @method PromiseInterface deleteProductInputAsync(DeleteProductInputRequest $request, array $optionalArgs = []) - * @method PromiseInterface insertProductInputAsync(InsertProductInputRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteProductInputAsync(DeleteProductInputRequest $request, array $optionalArgs = []) + * @method PromiseInterface insertProductInputAsync(InsertProductInputRequest $request, array $optionalArgs = []) */ final class ProductInputsServiceClient { diff --git a/ShoppingMerchantProducts/src/V1beta/Client/ProductsServiceClient.php b/ShoppingMerchantProducts/src/V1beta/Client/ProductsServiceClient.php index ed36d24d1bd3..921c26ea5f0c 100644 --- a/ShoppingMerchantProducts/src/V1beta/Client/ProductsServiceClient.php +++ b/ShoppingMerchantProducts/src/V1beta/Client/ProductsServiceClient.php @@ -54,8 +54,8 @@ * * @experimental * - * @method PromiseInterface getProductAsync(GetProductRequest $request, array $optionalArgs = []) - * @method PromiseInterface listProductsAsync(ListProductsRequest $request, array $optionalArgs = []) + * @method PromiseInterface getProductAsync(GetProductRequest $request, array $optionalArgs = []) + * @method PromiseInterface listProductsAsync(ListProductsRequest $request, array $optionalArgs = []) */ final class ProductsServiceClient { diff --git a/ShoppingMerchantPromotions/src/V1beta/Client/PromotionsServiceClient.php b/ShoppingMerchantPromotions/src/V1beta/Client/PromotionsServiceClient.php index d84120b553c9..ddaed9316382 100644 --- a/ShoppingMerchantPromotions/src/V1beta/Client/PromotionsServiceClient.php +++ b/ShoppingMerchantPromotions/src/V1beta/Client/PromotionsServiceClient.php @@ -54,9 +54,9 @@ * * @experimental * - * @method PromiseInterface getPromotionAsync(GetPromotionRequest $request, array $optionalArgs = []) - * @method PromiseInterface insertPromotionAsync(InsertPromotionRequest $request, array $optionalArgs = []) - * @method PromiseInterface listPromotionsAsync(ListPromotionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface getPromotionAsync(GetPromotionRequest $request, array $optionalArgs = []) + * @method PromiseInterface insertPromotionAsync(InsertPromotionRequest $request, array $optionalArgs = []) + * @method PromiseInterface listPromotionsAsync(ListPromotionsRequest $request, array $optionalArgs = []) */ final class PromotionsServiceClient { diff --git a/ShoppingMerchantQuota/src/V1beta/Client/QuotaServiceClient.php b/ShoppingMerchantQuota/src/V1beta/Client/QuotaServiceClient.php index 4ae59b5794ba..735238ce48cb 100644 --- a/ShoppingMerchantQuota/src/V1beta/Client/QuotaServiceClient.php +++ b/ShoppingMerchantQuota/src/V1beta/Client/QuotaServiceClient.php @@ -51,7 +51,7 @@ * * @experimental * - * @method PromiseInterface listQuotaGroupsAsync(ListQuotaGroupsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listQuotaGroupsAsync(ListQuotaGroupsRequest $request, array $optionalArgs = []) */ final class QuotaServiceClient { diff --git a/ShoppingMerchantReports/src/V1beta/Client/ReportServiceClient.php b/ShoppingMerchantReports/src/V1beta/Client/ReportServiceClient.php index 40d54733010e..bfa10c51d9cb 100644 --- a/ShoppingMerchantReports/src/V1beta/Client/ReportServiceClient.php +++ b/ShoppingMerchantReports/src/V1beta/Client/ReportServiceClient.php @@ -46,7 +46,7 @@ * * @experimental * - * @method PromiseInterface searchAsync(SearchRequest $request, array $optionalArgs = []) + * @method PromiseInterface searchAsync(SearchRequest $request, array $optionalArgs = []) */ final class ReportServiceClient { diff --git a/Spanner/src/Admin/Database/V1/Client/DatabaseAdminClient.php b/Spanner/src/Admin/Database/V1/Client/DatabaseAdminClient.php index 05ea952d580f..a3ba5c882d2e 100644 --- a/Spanner/src/Admin/Database/V1/Client/DatabaseAdminClient.php +++ b/Spanner/src/Admin/Database/V1/Client/DatabaseAdminClient.php @@ -94,31 +94,31 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface copyBackupAsync(CopyBackupRequest $request, array $optionalArgs = []) - * @method PromiseInterface createBackupAsync(CreateBackupRequest $request, array $optionalArgs = []) - * @method PromiseInterface createBackupScheduleAsync(CreateBackupScheduleRequest $request, array $optionalArgs = []) - * @method PromiseInterface createDatabaseAsync(CreateDatabaseRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteBackupAsync(DeleteBackupRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteBackupScheduleAsync(DeleteBackupScheduleRequest $request, array $optionalArgs = []) - * @method PromiseInterface dropDatabaseAsync(DropDatabaseRequest $request, array $optionalArgs = []) - * @method PromiseInterface getBackupAsync(GetBackupRequest $request, array $optionalArgs = []) - * @method PromiseInterface getBackupScheduleAsync(GetBackupScheduleRequest $request, array $optionalArgs = []) - * @method PromiseInterface getDatabaseAsync(GetDatabaseRequest $request, array $optionalArgs = []) - * @method PromiseInterface getDatabaseDdlAsync(GetDatabaseDdlRequest $request, array $optionalArgs = []) - * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface listBackupOperationsAsync(ListBackupOperationsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listBackupSchedulesAsync(ListBackupSchedulesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listBackupsAsync(ListBackupsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listDatabaseOperationsAsync(ListDatabaseOperationsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listDatabaseRolesAsync(ListDatabaseRolesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listDatabasesAsync(ListDatabasesRequest $request, array $optionalArgs = []) - * @method PromiseInterface restoreDatabaseAsync(RestoreDatabaseRequest $request, array $optionalArgs = []) - * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateBackupAsync(UpdateBackupRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateBackupScheduleAsync(UpdateBackupScheduleRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateDatabaseAsync(UpdateDatabaseRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateDatabaseDdlAsync(UpdateDatabaseDdlRequest $request, array $optionalArgs = []) + * @method PromiseInterface copyBackupAsync(CopyBackupRequest $request, array $optionalArgs = []) + * @method PromiseInterface createBackupAsync(CreateBackupRequest $request, array $optionalArgs = []) + * @method PromiseInterface createBackupScheduleAsync(CreateBackupScheduleRequest $request, array $optionalArgs = []) + * @method PromiseInterface createDatabaseAsync(CreateDatabaseRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteBackupAsync(DeleteBackupRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteBackupScheduleAsync(DeleteBackupScheduleRequest $request, array $optionalArgs = []) + * @method PromiseInterface dropDatabaseAsync(DropDatabaseRequest $request, array $optionalArgs = []) + * @method PromiseInterface getBackupAsync(GetBackupRequest $request, array $optionalArgs = []) + * @method PromiseInterface getBackupScheduleAsync(GetBackupScheduleRequest $request, array $optionalArgs = []) + * @method PromiseInterface getDatabaseAsync(GetDatabaseRequest $request, array $optionalArgs = []) + * @method PromiseInterface getDatabaseDdlAsync(GetDatabaseDdlRequest $request, array $optionalArgs = []) + * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface listBackupOperationsAsync(ListBackupOperationsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listBackupSchedulesAsync(ListBackupSchedulesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listBackupsAsync(ListBackupsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listDatabaseOperationsAsync(ListDatabaseOperationsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listDatabaseRolesAsync(ListDatabaseRolesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listDatabasesAsync(ListDatabasesRequest $request, array $optionalArgs = []) + * @method PromiseInterface restoreDatabaseAsync(RestoreDatabaseRequest $request, array $optionalArgs = []) + * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateBackupAsync(UpdateBackupRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateBackupScheduleAsync(UpdateBackupScheduleRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateDatabaseAsync(UpdateDatabaseRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateDatabaseDdlAsync(UpdateDatabaseDdlRequest $request, array $optionalArgs = []) */ final class DatabaseAdminClient { diff --git a/Spanner/src/Admin/Instance/V1/Client/InstanceAdminClient.php b/Spanner/src/Admin/Instance/V1/Client/InstanceAdminClient.php index 82162bfe6374..1b3d5d0816e3 100644 --- a/Spanner/src/Admin/Instance/V1/Client/InstanceAdminClient.php +++ b/Spanner/src/Admin/Instance/V1/Client/InstanceAdminClient.php @@ -104,27 +104,27 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface createInstanceAsync(CreateInstanceRequest $request, array $optionalArgs = []) - * @method PromiseInterface createInstanceConfigAsync(CreateInstanceConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface createInstancePartitionAsync(CreateInstancePartitionRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteInstanceAsync(DeleteInstanceRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteInstanceConfigAsync(DeleteInstanceConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteInstancePartitionAsync(DeleteInstancePartitionRequest $request, array $optionalArgs = []) - * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface getInstanceAsync(GetInstanceRequest $request, array $optionalArgs = []) - * @method PromiseInterface getInstanceConfigAsync(GetInstanceConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface getInstancePartitionAsync(GetInstancePartitionRequest $request, array $optionalArgs = []) - * @method PromiseInterface listInstanceConfigOperationsAsync(ListInstanceConfigOperationsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listInstanceConfigsAsync(ListInstanceConfigsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listInstancePartitionOperationsAsync(ListInstancePartitionOperationsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listInstancePartitionsAsync(ListInstancePartitionsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listInstancesAsync(ListInstancesRequest $request, array $optionalArgs = []) - * @method PromiseInterface moveInstanceAsync(MoveInstanceRequest $request, array $optionalArgs = []) - * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) - * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateInstanceAsync(UpdateInstanceRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateInstanceConfigAsync(UpdateInstanceConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateInstancePartitionAsync(UpdateInstancePartitionRequest $request, array $optionalArgs = []) + * @method PromiseInterface createInstanceAsync(CreateInstanceRequest $request, array $optionalArgs = []) + * @method PromiseInterface createInstanceConfigAsync(CreateInstanceConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface createInstancePartitionAsync(CreateInstancePartitionRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteInstanceAsync(DeleteInstanceRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteInstanceConfigAsync(DeleteInstanceConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteInstancePartitionAsync(DeleteInstancePartitionRequest $request, array $optionalArgs = []) + * @method PromiseInterface getIamPolicyAsync(GetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface getInstanceAsync(GetInstanceRequest $request, array $optionalArgs = []) + * @method PromiseInterface getInstanceConfigAsync(GetInstanceConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface getInstancePartitionAsync(GetInstancePartitionRequest $request, array $optionalArgs = []) + * @method PromiseInterface listInstanceConfigOperationsAsync(ListInstanceConfigOperationsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listInstanceConfigsAsync(ListInstanceConfigsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listInstancePartitionOperationsAsync(ListInstancePartitionOperationsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listInstancePartitionsAsync(ListInstancePartitionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listInstancesAsync(ListInstancesRequest $request, array $optionalArgs = []) + * @method PromiseInterface moveInstanceAsync(MoveInstanceRequest $request, array $optionalArgs = []) + * @method PromiseInterface setIamPolicyAsync(SetIamPolicyRequest $request, array $optionalArgs = []) + * @method PromiseInterface testIamPermissionsAsync(TestIamPermissionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateInstanceAsync(UpdateInstanceRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateInstanceConfigAsync(UpdateInstanceConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateInstancePartitionAsync(UpdateInstancePartitionRequest $request, array $optionalArgs = []) */ final class InstanceAdminClient { diff --git a/Spanner/src/V1/Client/SpannerClient.php b/Spanner/src/V1/Client/SpannerClient.php index 743bdbe9a60e..599de9deb370 100644 --- a/Spanner/src/V1/Client/SpannerClient.php +++ b/Spanner/src/V1/Client/SpannerClient.php @@ -75,19 +75,19 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface batchCreateSessionsAsync(BatchCreateSessionsRequest $request, array $optionalArgs = []) - * @method PromiseInterface beginTransactionAsync(BeginTransactionRequest $request, array $optionalArgs = []) - * @method PromiseInterface commitAsync(CommitRequest $request, array $optionalArgs = []) - * @method PromiseInterface createSessionAsync(CreateSessionRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteSessionAsync(DeleteSessionRequest $request, array $optionalArgs = []) - * @method PromiseInterface executeBatchDmlAsync(ExecuteBatchDmlRequest $request, array $optionalArgs = []) - * @method PromiseInterface executeSqlAsync(ExecuteSqlRequest $request, array $optionalArgs = []) - * @method PromiseInterface getSessionAsync(GetSessionRequest $request, array $optionalArgs = []) - * @method PromiseInterface listSessionsAsync(ListSessionsRequest $request, array $optionalArgs = []) - * @method PromiseInterface partitionQueryAsync(PartitionQueryRequest $request, array $optionalArgs = []) - * @method PromiseInterface partitionReadAsync(PartitionReadRequest $request, array $optionalArgs = []) - * @method PromiseInterface readAsync(ReadRequest $request, array $optionalArgs = []) - * @method PromiseInterface rollbackAsync(RollbackRequest $request, array $optionalArgs = []) + * @method PromiseInterface batchCreateSessionsAsync(BatchCreateSessionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface beginTransactionAsync(BeginTransactionRequest $request, array $optionalArgs = []) + * @method PromiseInterface commitAsync(CommitRequest $request, array $optionalArgs = []) + * @method PromiseInterface createSessionAsync(CreateSessionRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteSessionAsync(DeleteSessionRequest $request, array $optionalArgs = []) + * @method PromiseInterface executeBatchDmlAsync(ExecuteBatchDmlRequest $request, array $optionalArgs = []) + * @method PromiseInterface executeSqlAsync(ExecuteSqlRequest $request, array $optionalArgs = []) + * @method PromiseInterface getSessionAsync(GetSessionRequest $request, array $optionalArgs = []) + * @method PromiseInterface listSessionsAsync(ListSessionsRequest $request, array $optionalArgs = []) + * @method PromiseInterface partitionQueryAsync(PartitionQueryRequest $request, array $optionalArgs = []) + * @method PromiseInterface partitionReadAsync(PartitionReadRequest $request, array $optionalArgs = []) + * @method PromiseInterface readAsync(ReadRequest $request, array $optionalArgs = []) + * @method PromiseInterface rollbackAsync(RollbackRequest $request, array $optionalArgs = []) */ final class SpannerClient { diff --git a/Speech/src/V2/Client/SpeechClient.php b/Speech/src/V2/Client/SpeechClient.php index 3adfab40d81a..60cf5ec19d55 100644 --- a/Speech/src/V2/Client/SpeechClient.php +++ b/Speech/src/V2/Client/SpeechClient.php @@ -80,30 +80,30 @@ * name, and additionally a parseName method to extract the individual identifiers * contained within formatted names that are returned by the API. * - * @method PromiseInterface batchRecognizeAsync(BatchRecognizeRequest $request, array $optionalArgs = []) - * @method PromiseInterface createCustomClassAsync(CreateCustomClassRequest $request, array $optionalArgs = []) - * @method PromiseInterface createPhraseSetAsync(CreatePhraseSetRequest $request, array $optionalArgs = []) - * @method PromiseInterface createRecognizerAsync(CreateRecognizerRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteCustomClassAsync(DeleteCustomClassRequest $request, array $optionalArgs = []) - * @method PromiseInterface deletePhraseSetAsync(DeletePhraseSetRequest $request, array $optionalArgs = []) - * @method PromiseInterface deleteRecognizerAsync(DeleteRecognizerRequest $request, array $optionalArgs = []) - * @method PromiseInterface getConfigAsync(GetConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface getCustomClassAsync(GetCustomClassRequest $request, array $optionalArgs = []) - * @method PromiseInterface getPhraseSetAsync(GetPhraseSetRequest $request, array $optionalArgs = []) - * @method PromiseInterface getRecognizerAsync(GetRecognizerRequest $request, array $optionalArgs = []) - * @method PromiseInterface listCustomClassesAsync(ListCustomClassesRequest $request, array $optionalArgs = []) - * @method PromiseInterface listPhraseSetsAsync(ListPhraseSetsRequest $request, array $optionalArgs = []) - * @method PromiseInterface listRecognizersAsync(ListRecognizersRequest $request, array $optionalArgs = []) - * @method PromiseInterface recognizeAsync(RecognizeRequest $request, array $optionalArgs = []) - * @method PromiseInterface undeleteCustomClassAsync(UndeleteCustomClassRequest $request, array $optionalArgs = []) - * @method PromiseInterface undeletePhraseSetAsync(UndeletePhraseSetRequest $request, array $optionalArgs = []) - * @method PromiseInterface undeleteRecognizerAsync(UndeleteRecognizerRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateConfigAsync(UpdateConfigRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateCustomClassAsync(UpdateCustomClassRequest $request, array $optionalArgs = []) - * @method PromiseInterface updatePhraseSetAsync(UpdatePhraseSetRequest $request, array $optionalArgs = []) - * @method PromiseInterface updateRecognizerAsync(UpdateRecognizerRequest $request, array $optionalArgs = []) - * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) - * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) + * @method PromiseInterface batchRecognizeAsync(BatchRecognizeRequest $request, array $optionalArgs = []) + * @method PromiseInterface createCustomClassAsync(CreateCustomClassRequest $request, array $optionalArgs = []) + * @method PromiseInterface createPhraseSetAsync(CreatePhraseSetRequest $request, array $optionalArgs = []) + * @method PromiseInterface createRecognizerAsync(CreateRecognizerRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteCustomClassAsync(DeleteCustomClassRequest $request, array $optionalArgs = []) + * @method PromiseInterface deletePhraseSetAsync(DeletePhraseSetRequest $request, array $optionalArgs = []) + * @method PromiseInterface deleteRecognizerAsync(DeleteRecognizerRequest $request, array $optionalArgs = []) + * @method PromiseInterface getConfigAsync(GetConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface getCustomClassAsync(GetCustomClassRequest $request, array $optionalArgs = []) + * @method PromiseInterface getPhraseSetAsync(GetPhraseSetRequest $request, array $optionalArgs = []) + * @method PromiseInterface getRecognizerAsync(GetRecognizerRequest $request, array $optionalArgs = []) + * @method PromiseInterface listCustomClassesAsync(ListCustomClassesRequest $request, array $optionalArgs = []) + * @method PromiseInterface listPhraseSetsAsync(ListPhraseSetsRequest $request, array $optionalArgs = []) + * @method PromiseInterface listRecognizersAsync(ListRecognizersRequest $request, array $optionalArgs = []) + * @method PromiseInterface recognizeAsync(RecognizeRequest $request, array $optionalArgs = []) + * @method PromiseInterface undeleteCustomClassAsync(UndeleteCustomClassRequest $request, array $optionalArgs = []) + * @method PromiseInterface undeletePhraseSetAsync(UndeletePhraseSetRequest $request, array $optionalArgs = []) + * @method PromiseInterface undeleteRecognizerAsync(UndeleteRecognizerRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateConfigAsync(UpdateConfigRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateCustomClassAsync(UpdateCustomClassRequest $request, array $optionalArgs = []) + * @method PromiseInterface updatePhraseSetAsync(UpdatePhraseSetRequest $request, array $optionalArgs = []) + * @method PromiseInterface updateRecognizerAsync(UpdateRecognizerRequest $request, array $optionalArgs = []) + * @method PromiseInterface getLocationAsync(GetLocationRequest $request, array $optionalArgs = []) + * @method PromiseInterface listLocationsAsync(ListLocationsRequest $request, array $optionalArgs = []) */ final class SpeechClient {