google-cloud-network-security overview (0.5.1)

com.google.cloud.networksecurity.v1beta1

The interfaces provided are listed below, along with usage samples.

NetworkSecurityClient

Service Description: Network Security API provides resources to configure authentication and authorization policies. Refer to per API resource documentation for more information.

Sample for NetworkSecurityClient:

   
 // This snippet has been automatically generated for illustrative purposes only. 
  
 // It may require modifications to work in your environment. 
  
 try 
  
 ( 
 NetworkSecurityClient 
  
 networkSecurityClient 
  
 = 
  
 NetworkSecurityClient 
 . 
 create 
 ()) 
  
 { 
  
 AuthorizationPolicyName 
  
 name 
  
 = 
  
 AuthorizationPolicyName 
 . 
 of 
 ( 
 "[PROJECT]" 
 , 
  
 "[LOCATION]" 
 , 
  
 "[AUTHORIZATION_POLICY]" 
 ); 
  
 AuthorizationPolicy 
  
 response 
  
 = 
  
 networkSecurityClient 
 . 
 getAuthorizationPolicy 
 ( 
 name 
 ); 
  
 } 
  
 

com.google.cloud.networksecurity.v1beta1.stub

Design a Mobile Site
View Site in Mobile | Classic
Share by: