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-compute/alpha/2.0.0/com/google/api/services/compute/model/BackendBucketCdnPolicyNegativeCachingPolicy.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public final class BackendBucketCdnPolicyNegativeCachingPolicy extends com.googl
31
31
32
32
/**
33
33
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
34
-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
34
+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
35
35
* code more than once.
36
36
* The value may be {@code null}.
37
37
*/
@@ -49,7 +49,7 @@ public final class BackendBucketCdnPolicyNegativeCachingPolicy extends com.googl
49
49
50
50
/**
51
51
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
52
-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
52
+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
53
53
* code more than once.
54
54
* @return value or {@code null} for none
55
55
*/
@@ -59,7 +59,7 @@ public java.lang.Integer getCode() {
59
59
60
60
/**
61
61
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
62
-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
62
+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/BackendCustomMetric.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ public final class BackendCustomMetric extends com.google.api.client.json.Generi
47
47
48
48
/**
49
49
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
50
-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
51
-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
50
+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
51
+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
52
52
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
53
53
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
54
54
* or regional backend service with the loadBalancingScheme set to
@@ -98,8 +98,8 @@ public BackendCustomMetric setMaxUtilization(java.lang.Float maxUtilization) {
98
98
99
99
/**
100
100
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
101
-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
102
-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
101
+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
102
+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
103
103
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
104
104
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
105
105
* or regional backend service with the loadBalancingScheme set to
@@ -112,8 +112,8 @@ public java.lang.String getName() {
112
112
113
113
/**
114
114
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
115
-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
116
-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
115
+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
116
+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
117
117
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
118
118
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
119
119
* or regional backend service with the loadBalancingScheme set to
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/BackendServiceCdnPolicyNegativeCachingPolicy.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public final class BackendServiceCdnPolicyNegativeCachingPolicy extends com.goog
31
31
32
32
/**
33
33
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
34
-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
34
+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
35
35
* code more than once.
36
36
* The value may be {@code null}.
37
37
*/
@@ -49,7 +49,7 @@ public final class BackendServiceCdnPolicyNegativeCachingPolicy extends com.goog
49
49
50
50
/**
51
51
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
52
-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
52
+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
53
53
* code more than once.
54
54
* @return value or {@code null} for none
55
55
*/
@@ -59,7 +59,7 @@ public java.lang.Integer getCode() {
59
59
60
60
/**
61
61
* The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308,
62
-
* 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status
62
+
* 404, 405, 410, 421, 451 and 501 can be specified as values, and you cannot specify a status
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/BackendServiceCustomMetric.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ public final class BackendServiceCustomMetric extends com.google.api.client.json
38
38
39
39
/**
40
40
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
41
-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
42
-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
41
+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
42
+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
43
43
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
44
44
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
45
45
* or regional backend service with the loadBalancingScheme set to
@@ -68,8 +68,8 @@ public BackendServiceCustomMetric setDryRun(java.lang.Boolean dryRun) {
68
68
69
69
/**
70
70
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
71
-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
72
-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
71
+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
72
+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
73
73
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
74
74
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
75
75
* or regional backend service with the loadBalancingScheme set to
@@ -82,8 +82,8 @@ public java.lang.String getName() {
82
82
83
83
/**
84
84
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
85
-
* regular expression[a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
86
-
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
85
+
* regular expression `[a-z]([-_.a-z0-9]*[a-z0-9])?` which means that the first character must be
86
+
* a lowercase letter, and all following characters must be a dash, period, underscore, lowercase
87
87
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
88
88
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
89
89
* or regional backend service with the loadBalancingScheme set to
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/BackendServiceTlsSettings.java
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -39,28 +39,28 @@ public final class BackendServiceTlsSettings extends com.google.api.client.json.
39
39
privatejava.lang.StringauthenticationConfig;
40
40
41
41
/**
42
-
* Assigns the Managed Identity for the RegionBackendService Workload.
42
+
* Assigns the Managed Identity for the BackendService Workload.
43
43
*
44
44
* Use this property to configure the load balancer back-end to use certificates and roots of
45
45
* trust provisioned by the Managed Workload Identity system.
46
46
*
47
-
* The `managedIdentity` property is the fully-specified SPIFFE ID to use in the SVID presented
48
-
* by the Load Balancer Workload.
47
+
* The `identity` property is the fully-specified SPIFFE ID to use in the SVID presented by the
48
+
* Load Balancer Workload.
49
49
*
50
-
* The SPIFFE ID must be a resource starting with the "spiffe" scheme identifier, followed by the
51
-
* "trustDomain" property value, followed by the path to the Managed Workload Identity.
50
+
* The SPIFFE ID must be a resource starting with the `trustDomain` property value, followed by
51
+
* the path to the Managed Workload Identity.
52
52
*
53
-
* Supported SPIFFE ID format: - spiffe:ns//sa/
53
+
* Supported SPIFFE ID format: - ns//sa/
54
54
*
55
55
* The Trust Domain within the Managed Identity must refer to a valid Workload Identity Pool. The
56
56
* TrustConfig and CertificateIssuanceConfig will be inherited from the Workload Identity Pool.
57
57
*
58
-
* Restrictions: - If you set the `managedIdentity` property, you cannot manually set
59
-
* the following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
58
+
* Restrictions: - If you set the `identity` property, you cannot manually set the
59
+
* following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
60
60
* tlsSettings.authenticationConfig
61
61
*
62
-
* When defining a `managedIdentity` for a RegionBackendServices, the corresponding Workload
63
-
* Identity Pool must have a ca_pool configured in the same region.
62
+
* When defining a `identity` for a RegionBackendServices, the corresponding Workload Identity
63
+
* Pool must have a ca_pool configured in the same region.
64
64
*
65
65
* The system will set up a read-onlytlsSettings.authenticationConfig for the Managed Identity.
66
66
* The value may be {@code null}.
@@ -115,28 +115,28 @@ public BackendServiceTlsSettings setAuthenticationConfig(java.lang.String authen
115
115
}
116
116
117
117
/**
118
-
* Assigns the Managed Identity for the RegionBackendService Workload.
118
+
* Assigns the Managed Identity for the BackendService Workload.
119
119
*
120
120
* Use this property to configure the load balancer back-end to use certificates and roots of
121
121
* trust provisioned by the Managed Workload Identity system.
122
122
*
123
-
* The `managedIdentity` property is the fully-specified SPIFFE ID to use in the SVID presented
124
-
* by the Load Balancer Workload.
123
+
* The `identity` property is the fully-specified SPIFFE ID to use in the SVID presented by the
124
+
* Load Balancer Workload.
125
125
*
126
-
* The SPIFFE ID must be a resource starting with the "spiffe" scheme identifier, followed by the
127
-
* "trustDomain" property value, followed by the path to the Managed Workload Identity.
126
+
* The SPIFFE ID must be a resource starting with the `trustDomain` property value, followed by
127
+
* the path to the Managed Workload Identity.
128
128
*
129
-
* Supported SPIFFE ID format: - spiffe:ns//sa/
129
+
* Supported SPIFFE ID format: - ns//sa/
130
130
*
131
131
* The Trust Domain within the Managed Identity must refer to a valid Workload Identity Pool. The
132
132
* TrustConfig and CertificateIssuanceConfig will be inherited from the Workload Identity Pool.
133
133
*
134
-
* Restrictions: - If you set the `managedIdentity` property, you cannot manually set
135
-
* the following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
134
+
* Restrictions: - If you set the `identity` property, you cannot manually set the
135
+
* following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
136
136
* tlsSettings.authenticationConfig
137
137
*
138
-
* When defining a `managedIdentity` for a RegionBackendServices, the corresponding Workload
139
-
* Identity Pool must have a ca_pool configured in the same region.
138
+
* When defining a `identity` for a RegionBackendServices, the corresponding Workload Identity
139
+
* Pool must have a ca_pool configured in the same region.
140
140
*
141
141
* The system will set up a read-onlytlsSettings.authenticationConfig for the Managed Identity.
142
142
* @return value or {@code null} for none
@@ -146,28 +146,28 @@ public java.lang.String getIdentity() {
146
146
}
147
147
148
148
/**
149
-
* Assigns the Managed Identity for the RegionBackendService Workload.
149
+
* Assigns the Managed Identity for the BackendService Workload.
150
150
*
151
151
* Use this property to configure the load balancer back-end to use certificates and roots of
152
152
* trust provisioned by the Managed Workload Identity system.
153
153
*
154
-
* The `managedIdentity` property is the fully-specified SPIFFE ID to use in the SVID presented
155
-
* by the Load Balancer Workload.
154
+
* The `identity` property is the fully-specified SPIFFE ID to use in the SVID presented by the
155
+
* Load Balancer Workload.
156
156
*
157
-
* The SPIFFE ID must be a resource starting with the "spiffe" scheme identifier, followed by the
158
-
* "trustDomain" property value, followed by the path to the Managed Workload Identity.
157
+
* The SPIFFE ID must be a resource starting with the `trustDomain` property value, followed by
158
+
* the path to the Managed Workload Identity.
159
159
*
160
-
* Supported SPIFFE ID format: - spiffe:ns//sa/
160
+
* Supported SPIFFE ID format: - ns//sa/
161
161
*
162
162
* The Trust Domain within the Managed Identity must refer to a valid Workload Identity Pool. The
163
163
* TrustConfig and CertificateIssuanceConfig will be inherited from the Workload Identity Pool.
164
164
*
165
-
* Restrictions: - If you set the `managedIdentity` property, you cannot manually set
166
-
* the following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
165
+
* Restrictions: - If you set the `identity` property, you cannot manually set the
166
+
* following fields: - tlsSettings.sni - tlsSettings.subjectAltNames -
167
167
* tlsSettings.authenticationConfig
168
168
*
169
-
* When defining a `managedIdentity` for a RegionBackendServices, the corresponding Workload
170
-
* Identity Pool must have a ca_pool configured in the same region.
169
+
* When defining a `identity` for a RegionBackendServices, the corresponding Workload Identity
170
+
* Pool must have a ca_pool configured in the same region.
171
171
*
172
172
* The system will set up a read-onlytlsSettings.authenticationConfig for the Managed Identity.
173
173
* @param identity identity or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/CapacityAdviceResponseRecommendationScores.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ public final class CapacityAdviceResponseRecommendationScores extends com.google
38
38
privatejava.lang.Doubleobtainability;
39
39
40
40
/**
41
-
* The uptime score indicates the availability of your Spot VMs. For more information about the
42
-
* preemption process, see Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is
43
-
* better.
41
+
* The uptime score indicates the likelihood that your Spot VMs will continue to run without
42
+
* preemption within the next few hours. For more information about the preemption process, see
43
+
* Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is better.
44
44
* The value may be {@code null}.
45
45
*/
46
46
@com.google.api.client.util.Key
@@ -66,19 +66,19 @@ public CapacityAdviceResponseRecommendationScores setObtainability(java.lang.Dou
66
66
}
67
67
68
68
/**
69
-
* The uptime score indicates the availability of your Spot VMs. For more information about the
70
-
* preemption process, see Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is
71
-
* better.
69
+
* The uptime score indicates the likelihood that your Spot VMs will continue to run without
70
+
* preemption within the next few hours. For more information about the preemption process, see
71
+
* Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is better.
72
72
* @return value or {@code null} for none
73
73
*/
74
74
publicjava.lang.DoublegetUptimeScore() {
75
75
returnuptimeScore;
76
76
}
77
77
78
78
/**
79
-
* The uptime score indicates the availability of your Spot VMs. For more information about the
80
-
* preemption process, see Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is
81
-
* better.
79
+
* The uptime score indicates the likelihood that your Spot VMs will continue to run without
80
+
* preemption within the next few hours. For more information about the preemption process, see
81
+
* Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is better.
82
82
* @param uptimeScore uptimeScore or {@code null} for none
0 commit comments