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-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
packagecom.google.api.services.apigee.v1.model;
18
18
19
19
/**
20
-
* Message for include_all option.
20
+
* Message for include_all_resources option.
21
21
*
22
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
23
* transmitted over HTTP when working with the Apigee API. For a detailed explanation see:
Copy file name to clipboardExpand all lines: clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
packagecom.google.api.services.apigee.v1.model;
18
18
19
19
/**
20
-
* An array of resource messages.
20
+
* Message for the array of resources. For Apigee, the proxies are resources.
21
21
*
22
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
23
* transmitted over HTTP when working with the Apigee API. For a detailed explanation see:
Copy file name to clipboardExpand all lines: clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1SecurityAssessmentResultScoringResult.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ public final class GoogleCloudApigeeV1SecurityAssessmentResultScoringResult exte
61
61
privatejava.lang.Integerscore;
62
62
63
63
/**
64
-
* The severity of the assessment.
65
64
* The value may be {@code null}.
66
65
*/
67
66
@com.google.api.client.util.Key
@@ -142,15 +141,13 @@ public GoogleCloudApigeeV1SecurityAssessmentResultScoringResult setScore(java.la
142
141
}
143
142
144
143
/**
145
-
* The severity of the assessment.
146
144
* @return value or {@code null} for none
147
145
*/
148
146
publicjava.lang.StringgetSeverity() {
149
147
returnseverity;
150
148
}
151
149
152
150
/**
153
-
* The severity of the assessment.
154
151
* @param severity severity or {@code null} for none
0 commit comments