public interface NetworkEdgeSecurityServicesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNetworkEdgeSecurityServices(int index)
public abstract NetworkEdgeSecurityService getNetworkEdgeSecurityServices(int index)A list of NetworkEdgeSecurityServices contained in this scope.
repeated .google.cloud.compute.v1.NetworkEdgeSecurityService network_edge_security_services = 35530156;
| Name | Description |
| index | int |
| Type | Description |
| NetworkEdgeSecurityService |
getNetworkEdgeSecurityServicesCount()
public abstract int getNetworkEdgeSecurityServicesCount()A list of NetworkEdgeSecurityServices contained in this scope.
repeated .google.cloud.compute.v1.NetworkEdgeSecurityService network_edge_security_services = 35530156;
| Type | Description |
| int |
getNetworkEdgeSecurityServicesList()
public abstract List<NetworkEdgeSecurityService> getNetworkEdgeSecurityServicesList()A list of NetworkEdgeSecurityServices contained in this scope.
repeated .google.cloud.compute.v1.NetworkEdgeSecurityService network_edge_security_services = 35530156;
| Type | Description |
| List<NetworkEdgeSecurityService> |
getNetworkEdgeSecurityServicesOrBuilder(int index)
public abstract NetworkEdgeSecurityServiceOrBuilder getNetworkEdgeSecurityServicesOrBuilder(int index)A list of NetworkEdgeSecurityServices contained in this scope.
repeated .google.cloud.compute.v1.NetworkEdgeSecurityService network_edge_security_services = 35530156;
| Name | Description |
| index | int |
| Type | Description |
| NetworkEdgeSecurityServiceOrBuilder |
getNetworkEdgeSecurityServicesOrBuilderList()
public abstract List<? extends NetworkEdgeSecurityServiceOrBuilder> getNetworkEdgeSecurityServicesOrBuilderList()A list of NetworkEdgeSecurityServices contained in this scope.
repeated .google.cloud.compute.v1.NetworkEdgeSecurityService network_edge_security_services = 35530156;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.NetworkEdgeSecurityServiceOrBuilder> |
getWarning()
public abstract Warning getWarning()Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| Warning | The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract boolean hasWarning()Informational warning which replaces the list of security policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| boolean | Whether the warning field is set. |