@@ -5828,24 +5828,24 @@ public List setOrderBy(java.lang.String orderBy) {
5828
5828
}
5829
5829
5830
5830
/**
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.
5834
5834
*/
5835
5835
@ com .google .api .client .util .Key
5836
5836
private java .lang .Integer pageSize ;
5837
5837
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.
5840
5840
*/
5841
5841
public java .lang .Integer getPageSize () {
5842
5842
return pageSize ;
5843
5843
}
5844
5844
5845
5845
/**
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.
5849
5849
*/
5850
5850
public List setPageSize (java .lang .Integer pageSize ) {
5851
5851
this .pageSize = pageSize ;
@@ -5854,21 +5854,21 @@ public List setPageSize(java.lang.Integer pageSize) {
5854
5854
5855
5855
/**
5856
5856
* 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 .
5858
5858
*/
5859
5859
@ com .google .api .client .util .Key
5860
5860
private java .lang .String pageToken ;
5861
5861
5862
5862
/** 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 .
5864
5864
*/
5865
5865
public java .lang .String getPageToken () {
5866
5866
return pageToken ;
5867
5867
}
5868
5868
5869
5869
/**
5870
5870
* 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 .
5872
5872
*/
5873
5873
public List setPageToken (java .lang .String pageToken ) {
5874
5874
this .pageToken = pageToken ;
0 commit comments