You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ListCryptoKeyVersionsResponse.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@ public final class ListCryptoKeyVersionsResponse extends com.google.api.client.j
52
52
privatejava.lang.StringnextPageToken;
53
53
54
54
/**
55
-
* The total number of CryptoKeyVersions that matched the query.
55
+
* The total number of CryptoKeyVersions that matched the query. This field is not populated if
56
+
* ListCryptoKeyVersionsRequest.filter is applied.
56
57
* The value may be {@code null}.
57
58
*/
58
59
@com.google.api.client.util.Key
@@ -95,15 +96,17 @@ public ListCryptoKeyVersionsResponse setNextPageToken(java.lang.String nextPageT
95
96
}
96
97
97
98
/**
98
-
* The total number of CryptoKeyVersions that matched the query.
99
+
* The total number of CryptoKeyVersions that matched the query. This field is not populated if
100
+
* ListCryptoKeyVersionsRequest.filter is applied.
99
101
* @return value or {@code null} for none
100
102
*/
101
103
publicjava.lang.IntegergetTotalSize() {
102
104
returntotalSize;
103
105
}
104
106
105
107
/**
106
-
* The total number of CryptoKeyVersions that matched the query.
108
+
* The total number of CryptoKeyVersions that matched the query. This field is not populated if
109
+
* ListCryptoKeyVersionsRequest.filter is applied.
107
110
* @param totalSize totalSize or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ListCryptoKeysResponse.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@ public final class ListCryptoKeysResponse extends com.google.api.client.json.Gen
52
52
privatejava.lang.StringnextPageToken;
53
53
54
54
/**
55
-
* The total number of CryptoKeys that matched the query.
55
+
* The total number of CryptoKeys that matched the query. This field is not populated if
56
+
* ListCryptoKeysRequest.filter is applied.
56
57
* The value may be {@code null}.
57
58
*/
58
59
@com.google.api.client.util.Key
@@ -95,15 +96,17 @@ public ListCryptoKeysResponse setNextPageToken(java.lang.String nextPageToken) {
95
96
}
96
97
97
98
/**
98
-
* The total number of CryptoKeys that matched the query.
99
+
* The total number of CryptoKeys that matched the query. This field is not populated if
100
+
* ListCryptoKeysRequest.filter is applied.
99
101
* @return value or {@code null} for none
100
102
*/
101
103
publicjava.lang.IntegergetTotalSize() {
102
104
returntotalSize;
103
105
}
104
106
105
107
/**
106
-
* The total number of CryptoKeys that matched the query.
108
+
* The total number of CryptoKeys that matched the query. This field is not populated if
109
+
* ListCryptoKeysRequest.filter is applied.
107
110
* @param totalSize totalSize or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ListEkmConnectionsResponse.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@ public final class ListEkmConnectionsResponse extends com.google.api.client.json
52
52
privatejava.lang.StringnextPageToken;
53
53
54
54
/**
55
-
* The total number of EkmConnections that matched the query.
55
+
* The total number of EkmConnections that matched the query. This field is not populated if
56
+
* ListEkmConnectionsRequest.filter is applied.
56
57
* The value may be {@code null}.
57
58
*/
58
59
@com.google.api.client.util.Key
@@ -95,15 +96,17 @@ public ListEkmConnectionsResponse setNextPageToken(java.lang.String nextPageToke
95
96
}
96
97
97
98
/**
98
-
* The total number of EkmConnections that matched the query.
99
+
* The total number of EkmConnections that matched the query. This field is not populated if
100
+
* ListEkmConnectionsRequest.filter is applied.
99
101
* @return value or {@code null} for none
100
102
*/
101
103
publicjava.lang.IntegergetTotalSize() {
102
104
returntotalSize;
103
105
}
104
106
105
107
/**
106
-
* The total number of EkmConnections that matched the query.
108
+
* The total number of EkmConnections that matched the query. This field is not populated if
109
+
* ListEkmConnectionsRequest.filter is applied.
107
110
* @param totalSize totalSize or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ListImportJobsResponse.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@ public final class ListImportJobsResponse extends com.google.api.client.json.Gen
52
52
privatejava.lang.StringnextPageToken;
53
53
54
54
/**
55
-
* The total number of ImportJobs that matched the query.
55
+
* The total number of ImportJobs that matched the query. This field is not populated if
56
+
* ListImportJobsRequest.filter is applied.
56
57
* The value may be {@code null}.
57
58
*/
58
59
@com.google.api.client.util.Key
@@ -95,15 +96,17 @@ public ListImportJobsResponse setNextPageToken(java.lang.String nextPageToken) {
95
96
}
96
97
97
98
/**
98
-
* The total number of ImportJobs that matched the query.
99
+
* The total number of ImportJobs that matched the query. This field is not populated if
100
+
* ListImportJobsRequest.filter is applied.
99
101
* @return value or {@code null} for none
100
102
*/
101
103
publicjava.lang.IntegergetTotalSize() {
102
104
returntotalSize;
103
105
}
104
106
105
107
/**
106
-
* The total number of ImportJobs that matched the query.
108
+
* The total number of ImportJobs that matched the query. This field is not populated if
109
+
* ListImportJobsRequest.filter is applied.
107
110
* @param totalSize totalSize or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ListKeyRingsResponse.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@ public final class ListKeyRingsResponse extends com.google.api.client.json.Gener
52
52
privatejava.lang.StringnextPageToken;
53
53
54
54
/**
55
-
* The total number of KeyRings that matched the query.
55
+
* The total number of KeyRings that matched the query. This field is not populated if
56
+
* ListKeyRingsRequest.filter is applied.
56
57
* The value may be {@code null}.
57
58
*/
58
59
@com.google.api.client.util.Key
@@ -95,15 +96,17 @@ public ListKeyRingsResponse setNextPageToken(java.lang.String nextPageToken) {
95
96
}
96
97
97
98
/**
98
-
* The total number of KeyRings that matched the query.
99
+
* The total number of KeyRings that matched the query. This field is not populated if
100
+
* ListKeyRingsRequest.filter is applied.
99
101
* @return value or {@code null} for none
100
102
*/
101
103
publicjava.lang.IntegergetTotalSize() {
102
104
returntotalSize;
103
105
}
104
106
105
107
/**
106
-
* The total number of KeyRings that matched the query.
108
+
* The total number of KeyRings that matched the query. This field is not populated if
109
+
* ListKeyRingsRequest.filter is applied.
107
110
* @param totalSize totalSize or {@code null} for none
0 commit comments