Package com.google.cloud.compute.v1
Interface NetworkEdgeSecurityServicesScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkEdgeSecurityServicesScopedList,NetworkEdgeSecurityServicesScopedList.Builder
public interface NetworkEdgeSecurityServicesScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkEdgeSecurityServicegetNetworkEdgeSecurityServices(int index)A list of NetworkEdgeSecurityServices contained in this scope.intgetNetworkEdgeSecurityServicesCount()A list of NetworkEdgeSecurityServices contained in this scope.List<NetworkEdgeSecurityService>getNetworkEdgeSecurityServicesList()A list of NetworkEdgeSecurityServices contained in this scope.NetworkEdgeSecurityServiceOrBuildergetNetworkEdgeSecurityServicesOrBuilder(int index)A list of NetworkEdgeSecurityServices contained in this scope.List<? extends NetworkEdgeSecurityServiceOrBuilder>getNetworkEdgeSecurityServicesOrBuilderList()A list of NetworkEdgeSecurityServices contained in this scope.WarninggetWarning()Informational warning which replaces the list of security policies when the list is empty.WarningOrBuildergetWarningOrBuilder()Informational warning which replaces the list of security policies when the list is empty.booleanhasWarning()Informational warning which replaces the list of security policies when the list is empty.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNetworkEdgeSecurityServicesList
List<NetworkEdgeSecurityService> getNetworkEdgeSecurityServicesList()
A list of NetworkEdgeSecurityServices contained in this scope.
repeated .google.cloud.compute.v1.NetworkEdgeSecurityService network_edge_security_services = 35530156;
-
getNetworkEdgeSecurityServices
NetworkEdgeSecurityService getNetworkEdgeSecurityServices(int index)
A list of NetworkEdgeSecurityServices contained in this scope.
repeated .google.cloud.compute.v1.NetworkEdgeSecurityService network_edge_security_services = 35530156;
-
getNetworkEdgeSecurityServicesCount
int getNetworkEdgeSecurityServicesCount()
A list of NetworkEdgeSecurityServices contained in this scope.
repeated .google.cloud.compute.v1.NetworkEdgeSecurityService network_edge_security_services = 35530156;
-
getNetworkEdgeSecurityServicesOrBuilderList
List<? extends NetworkEdgeSecurityServiceOrBuilder> getNetworkEdgeSecurityServicesOrBuilderList()
A list of NetworkEdgeSecurityServices contained in this scope.
repeated .google.cloud.compute.v1.NetworkEdgeSecurityService network_edge_security_services = 35530156;
-
getNetworkEdgeSecurityServicesOrBuilder
NetworkEdgeSecurityServiceOrBuilder getNetworkEdgeSecurityServicesOrBuilder(int index)
A list of NetworkEdgeSecurityServices contained in this scope.
repeated .google.cloud.compute.v1.NetworkEdgeSecurityService network_edge_security_services = 35530156;
-
hasWarning
boolean hasWarning()
Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Returns:
- Whether the warning field is set.
-
getWarning
Warning getWarning()
Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Returns:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-