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-bigquerydatapolicy/v1/2.0.0/com/google/api/services/bigquerydatapolicy/v1/model/DataPolicy.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public final class DataPolicy extends com.google.api.client.json.GenericJson {
46
46
privatejava.lang.StringdataPolicyId;
47
47
48
48
/**
49
-
* Type of data policy.
49
+
* Required. Data policy type. Type of data policy.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@com.google.api.client.util.Key
@@ -105,15 +105,15 @@ public DataPolicy setDataPolicyId(java.lang.String dataPolicyId) {
105
105
}
106
106
107
107
/**
108
-
* Type of data policy.
108
+
* Required. Data policy type. Type of data policy.
109
109
* @return value or {@code null} for none
110
110
*/
111
111
publicjava.lang.StringgetDataPolicyType() {
112
112
returndataPolicyType;
113
113
}
114
114
115
115
/**
116
-
* Type of data policy.
116
+
* Required. Data policy type. Type of data policy.
117
117
* @param dataPolicyType dataPolicyType or {@code null} for none
0 commit comments