Class NetworkSecurityGrpc.NetworkSecurityImplBase
- java.lang.Object
-
- com.google.cloud.networksecurity.v1.NetworkSecurityGrpc.NetworkSecurityImplBase
-
- All Implemented Interfaces:
NetworkSecurityGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- NetworkSecurityGrpc
public abstract static class NetworkSecurityGrpc.NetworkSecurityImplBase extends Object implements io.grpc.BindableService, NetworkSecurityGrpc.AsyncService
Base class for the server implementation of the service NetworkSecurity.Network Security API provides resources to configure authentication and authorization policies. Refer to per API resource documentation for more information.
-
-
Constructor Summary
Constructors Constructor Description NetworkSecurityImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.networksecurity.v1.NetworkSecurityGrpc.AsyncService
createAuthorizationPolicy, createClientTlsPolicy, createServerTlsPolicy, deleteAuthorizationPolicy, deleteClientTlsPolicy, deleteServerTlsPolicy, getAuthorizationPolicy, getClientTlsPolicy, getServerTlsPolicy, listAuthorizationPolicies, listClientTlsPolicies, listServerTlsPolicies, updateAuthorizationPolicy, updateClientTlsPolicy, updateServerTlsPolicy
-
-