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-artifactregistry/v1/2.0.0/com/google/api/services/artifactregistry/v1/model/ProjectSettings.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,13 @@ public final class ProjectSettings extends com.google.api.client.json.GenericJso
45
45
@com.google.api.client.util.Key
46
46
privatejava.lang.Stringname;
47
47
48
+
/**
49
+
* The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
50
+
* The value may be {@code null}.
51
+
*/
52
+
@com.google.api.client.util.Key
53
+
privatejava.lang.IntegerpullPercent;
54
+
48
55
/**
49
56
* The redirection state of the legacy repositories in this project.
50
57
* @return value or {@code null} for none
@@ -81,6 +88,23 @@ public ProjectSettings setName(java.lang.String name) {
81
88
returnthis;
82
89
}
83
90
91
+
/**
92
+
* The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
93
+
* @return value or {@code null} for none
94
+
*/
95
+
publicjava.lang.IntegergetPullPercent() {
96
+
returnpullPercent;
97
+
}
98
+
99
+
/**
100
+
* The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
101
+
* @param pullPercent pullPercent or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-artifactregistry/v1beta2/2.0.0/com/google/api/services/artifactregistry/v1beta2/model/ProjectSettings.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,13 @@ public final class ProjectSettings extends com.google.api.client.json.GenericJso
45
45
@com.google.api.client.util.Key
46
46
privatejava.lang.Stringname;
47
47
48
+
/**
49
+
* The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
50
+
* The value may be {@code null}.
51
+
*/
52
+
@com.google.api.client.util.Key
53
+
privatejava.lang.IntegerpullPercent;
54
+
48
55
/**
49
56
* The redirection state of the legacy repositories in this project.
50
57
* @return value or {@code null} for none
@@ -81,6 +88,23 @@ public ProjectSettings setName(java.lang.String name) {
81
88
returnthis;
82
89
}
83
90
91
+
/**
92
+
* The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
93
+
* @return value or {@code null} for none
94
+
*/
95
+
publicjava.lang.IntegergetPullPercent() {
96
+
returnpullPercent;
97
+
}
98
+
99
+
/**
100
+
* The percentage of pull traffic to redirect from GCR to AR when using partial redirection.
101
+
* @param pullPercent pullPercent or {@code null} for none
0 commit comments