public interface SslPoliciesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SslPolicy |
getSslPolicies(int index)
A list of SslPolicies contained in this scope.
|
int |
getSslPoliciesCount()
A list of SslPolicies contained in this scope.
|
List<SslPolicy> |
getSslPoliciesList()
A list of SslPolicies contained in this scope.
|
SslPolicyOrBuilder |
getSslPoliciesOrBuilder(int index)
A list of SslPolicies contained in this scope.
|
List<? extends SslPolicyOrBuilder> |
getSslPoliciesOrBuilderList()
A list of SslPolicies contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of SSL policies when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of SSL policies when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of SSL policies when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SslPolicy> getSslPoliciesList()
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;SslPolicy getSslPolicies(int index)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;int getSslPoliciesCount()
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;List<? extends SslPolicyOrBuilder> getSslPoliciesOrBuilderList()
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;SslPolicyOrBuilder getSslPoliciesOrBuilder(int index)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;boolean hasWarning()
Informational warning which replaces the list of SSL policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of SSL policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of SSL policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.