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/GoogleCloudApigeeV1KeyValueMap.java
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,6 @@ public final class GoogleCloudApigeeV1KeyValueMap extends com.google.api.client.
38
38
@com.google.api.client.util.Key
39
39
privatejava.lang.Booleanencrypted;
40
40
41
-
/**
42
-
* Required. Flag that specifies whether entry values will be masked when returned.
43
-
* The value may be {@code null}.
44
-
*/
45
-
@com.google.api.client.util.Key
46
-
privatejava.lang.BooleanmaskedValues;
47
-
48
41
/**
49
42
* Required. ID of the key value map.
50
43
* The value may be {@code null}.
@@ -73,23 +66,6 @@ public GoogleCloudApigeeV1KeyValueMap setEncrypted(java.lang.Boolean encrypted)
73
66
returnthis;
74
67
}
75
68
76
-
/**
77
-
* Required. Flag that specifies whether entry values will be masked when returned.
78
-
* @return value or {@code null} for none
79
-
*/
80
-
publicjava.lang.BooleangetMaskedValues() {
81
-
returnmaskedValues;
82
-
}
83
-
84
-
/**
85
-
* Required. Flag that specifies whether entry values will be masked when returned.
86
-
* @param maskedValues maskedValues or {@code null} for none
0 commit comments