Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,8 @@ components:
format: int64
type: integer
PageSize:
description: Size for a given page. The maximum allowed value is 100.
description: Size for a given page. The maximum allowed value is 100. Test change
to trigger client generation.
in: query
name: page[size]
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ public static class ListAuthNMappingsOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListAuthNMappingsOptionalParameters
*/
public ListAuthNMappingsOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1153,8 +1153,8 @@ public static class SearchCasesOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return SearchCasesOptionalParameters
*/
public SearchCasesOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@ public ListIncidentServicesOptionalParameters include(IncidentRelatedObject incl
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListIncidentServicesOptionalParameters
*/
public ListIncidentServicesOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ public ListIncidentTeamsOptionalParameters include(IncidentRelatedObject include
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListIncidentTeamsOptionalParameters
*/
public ListIncidentTeamsOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4200,8 +4200,8 @@ public ListIncidentsOptionalParameters include(List<IncidentRelatedObject> inclu
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListIncidentsOptionalParameters
*/
public ListIncidentsOptionalParameters pageSize(Long pageSize) {
Expand Down Expand Up @@ -4831,8 +4831,8 @@ public SearchIncidentsOptionalParameters sort(IncidentSearchSortOrder sort) {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return SearchIncidentsOptionalParameters
*/
public SearchIncidentsOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1270,8 +1270,8 @@ public static class ListAPIKeysOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListAPIKeysOptionalParameters
*/
public ListAPIKeysOptionalParameters pageSize(Long pageSize) {
Expand Down Expand Up @@ -1617,8 +1617,8 @@ public static class ListApplicationKeysOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListApplicationKeysOptionalParameters
*/
public ListApplicationKeysOptionalParameters pageSize(Long pageSize) {
Expand Down Expand Up @@ -1894,8 +1894,8 @@ public static class ListCurrentUserApplicationKeysOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListCurrentUserApplicationKeysOptionalParameters
*/
public ListCurrentUserApplicationKeysOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ public static class ListDevicesOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListDevicesOptionalParameters
*/
public ListDevicesOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ public static class ListPipelinesOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListPipelinesOptionalParameters
*/
public ListPipelinesOptionalParameters pageSize(Long pageSize) {
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/com/datadog/api/client/v2/api/RolesApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -1167,8 +1167,8 @@ public static class ListRolesOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListRolesOptionalParameters
*/
public ListRolesOptionalParameters pageSize(Long pageSize) {
Expand Down Expand Up @@ -1399,8 +1399,8 @@ public static class ListRoleUsersOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListRoleUsersOptionalParameters
*/
public ListRoleUsersOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3798,8 +3798,8 @@ public static class GetRuleVersionHistoryOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return GetRuleVersionHistoryOptionalParameters
*/
public GetRuleVersionHistoryOptionalParameters pageSize(Long pageSize) {
Expand Down Expand Up @@ -6986,8 +6986,8 @@ public static class ListHistoricalJobsOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListHistoricalJobsOptionalParameters
*/
public ListHistoricalJobsOptionalParameters pageSize(Long pageSize) {
Expand Down Expand Up @@ -7611,8 +7611,8 @@ public static class ListSecurityMonitoringRulesOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListSecurityMonitoringRulesOptionalParameters
*/
public ListSecurityMonitoringRulesOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@ public static class ListServiceAccountApplicationKeysOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListServiceAccountApplicationKeysOptionalParameters
*/
public ListServiceAccountApplicationKeysOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@ public static class ListServiceDefinitionsOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListServiceDefinitionsOptionalParameters
*/
public ListServiceDefinitionsOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ public static class ListScorecardOutcomesOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListScorecardOutcomesOptionalParameters
*/
public ListScorecardOutcomesOptionalParameters pageSize(Long pageSize) {
Expand Down Expand Up @@ -916,8 +916,8 @@ public static class ListScorecardRulesOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListScorecardRulesOptionalParameters
*/
public ListScorecardRulesOptionalParameters pageSize(Long pageSize) {
Expand Down
12 changes: 6 additions & 6 deletions src/main/java/com/datadog/api/client/v2/api/TeamsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -1557,8 +1557,8 @@ public static class GetTeamMembershipsOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return GetTeamMembershipsOptionalParameters
*/
public GetTeamMembershipsOptionalParameters pageSize(Long pageSize) {
Expand Down Expand Up @@ -2130,8 +2130,8 @@ public static class ListMemberTeamsOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListMemberTeamsOptionalParameters
*/
public ListMemberTeamsOptionalParameters pageSize(Long pageSize) {
Expand Down Expand Up @@ -2448,8 +2448,8 @@ public ListTeamsOptionalParameters pageNumber(Long pageNumber) {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListTeamsOptionalParameters
*/
public ListTeamsOptionalParameters pageSize(Long pageSize) {
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/datadog/api/client/v2/api/UsersApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,8 @@ public static class ListUsersOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListUsersOptionalParameters
*/
public ListUsersOptionalParameters pageSize(Long pageSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -985,8 +985,8 @@ public static class ListWorkflowInstancesOptionalParameters {
/**
* Set pageSize.
*
* @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default
* to 10)
* @param pageSize Size for a given page. The maximum allowed value is 100. Test change to
* trigger client generation. (optional, default to 10)
* @return ListWorkflowInstancesOptionalParameters
*/
public ListWorkflowInstancesOptionalParameters pageSize(Long pageSize) {
Expand Down
Loading