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-composer/v1/2.0.0/com/google/api/services/composer/v1/model/MasterAuthorizedNetworksConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class MasterAuthorizedNetworksConfig extends com.google.api.client.
45
45
}
46
46
47
47
/**
48
-
* Whether or not master authorized networks feature is enabled.
48
+
* Optional. Whether or not master authorized networks feature is enabled.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
@@ -69,15 +69,15 @@ public MasterAuthorizedNetworksConfig setCidrBlocks(java.util.List<CidrBlock> ci
69
69
}
70
70
71
71
/**
72
-
* Whether or not master authorized networks feature is enabled.
72
+
* Optional. Whether or not master authorized networks feature is enabled.
73
73
* @return value or {@code null} for none
74
74
*/
75
75
publicjava.lang.BooleangetEnabled() {
76
76
returnenabled;
77
77
}
78
78
79
79
/**
80
-
* Whether or not master authorized networks feature is enabled.
80
+
* Optional. Whether or not master authorized networks feature is enabled.
Copy file name to clipboardExpand all lines: clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/MasterAuthorizedNetworksConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class MasterAuthorizedNetworksConfig extends com.google.api.client.
45
45
}
46
46
47
47
/**
48
-
* Whether or not master authorized networks feature is enabled.
48
+
* Optional. Whether or not master authorized networks feature is enabled.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
@@ -69,15 +69,15 @@ public MasterAuthorizedNetworksConfig setCidrBlocks(java.util.List<CidrBlock> ci
69
69
}
70
70
71
71
/**
72
-
* Whether or not master authorized networks feature is enabled.
72
+
* Optional. Whether or not master authorized networks feature is enabled.
73
73
* @return value or {@code null} for none
74
74
*/
75
75
publicjava.lang.BooleangetEnabled() {
76
76
returnenabled;
77
77
}
78
78
79
79
/**
80
-
* Whether or not master authorized networks feature is enabled.
80
+
* Optional. Whether or not master authorized networks feature is enabled.
0 commit comments