@@ -5828,24 +5828,24 @@ public List setOrderBy(java.lang.String orderBy) {
58285828 }
58295829
58305830 /**
5831- * Optional. When requesting a page of resources , 'page_size' specifies number of
5832- * resources to return. If unspecified, at most 500 will be returned. The maximum value is
5833- * 1000.
5831+ * Optional. When requesting a page of terraform versions , 'page_size' specifies number of
5832+ * terraform versions to return. If unspecified, at most 500 will be returned. The maximum
5833+ * value is 1000.
58345834 */
58355835 @ com .google .api .client .util .Key
58365836 private java .lang .Integer pageSize ;
58375837
5838- /** Optional. When requesting a page of resources , 'page_size' specifies number of resources to return.
5839- If unspecified, at most 500 will be returned. The maximum value is 1000.
5838+ /** Optional. When requesting a page of terraform versions , 'page_size' specifies number of terraform
5839+ versions to return. If unspecified, at most 500 will be returned. The maximum value is 1000.
58405840 */
58415841 public java .lang .Integer getPageSize () {
58425842 return pageSize ;
58435843 }
58445844
58455845 /**
5846- * Optional. When requesting a page of resources , 'page_size' specifies number of
5847- * resources to return. If unspecified, at most 500 will be returned. The maximum value is
5848- * 1000.
5846+ * Optional. When requesting a page of terraform versions , 'page_size' specifies number of
5847+ * terraform versions to return. If unspecified, at most 500 will be returned. The maximum
5848+ * value is 1000.
58495849 */
58505850 public List setPageSize (java .lang .Integer pageSize ) {
58515851 this .pageSize = pageSize ;
@@ -5854,21 +5854,21 @@ public List setPageSize(java.lang.Integer pageSize) {
58545854
58555855 /**
58565856 * Optional. Token returned by previous call to 'ListTerraformVersions' which specifies
5857- * the position in the list from where to continue listing the resources .
5857+ * the position in the list from where to continue listing the terraform versions .
58585858 */
58595859 @ com .google .api .client .util .Key
58605860 private java .lang .String pageToken ;
58615861
58625862 /** Optional. Token returned by previous call to 'ListTerraformVersions' which specifies the position
5863- in the list from where to continue listing the resources .
5863+ in the list from where to continue listing the terraform versions .
58645864 */
58655865 public java .lang .String getPageToken () {
58665866 return pageToken ;
58675867 }
58685868
58695869 /**
58705870 * Optional. Token returned by previous call to 'ListTerraformVersions' which specifies
5871- * the position in the list from where to continue listing the resources .
5871+ * the position in the list from where to continue listing the terraform versions .
58725872 */
58735873 public List setPageToken (java .lang .String pageToken ) {
58745874 this .pageToken = pageToken ;
0 commit comments