Class NetworkSecurityClient (0.44.0)

GitHub RepositoryProduct Reference

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

This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   AuthorizationPolicyName name =
       AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]");
   AuthorizationPolicy response = networkSecurityClient.getAuthorizationPolicy(name);
 }
 

Note: close() needs to be called on the NetworkSecurityClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().

Methods
MethodDescriptionMethod Variants

ListAuthorizationPolicies

Lists AuthorizationPolicies in a given project and location.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • listAuthorizationPolicies(ListAuthorizationPoliciesRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • listAuthorizationPolicies(LocationName parent)

  • listAuthorizationPolicies(String parent)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listAuthorizationPoliciesPagedCallable()

  • listAuthorizationPoliciesCallable()

GetAuthorizationPolicy

Gets details of a single AuthorizationPolicy.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getAuthorizationPolicy(GetAuthorizationPolicyRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getAuthorizationPolicy(AuthorizationPolicyName name)

  • getAuthorizationPolicy(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getAuthorizationPolicyCallable()

CreateAuthorizationPolicy

Creates a new AuthorizationPolicy in a given project and location.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • createAuthorizationPolicyAsync(CreateAuthorizationPolicyRequest request)

Methods that return long-running operations have "Async" method variants that return OperationFuture, which is used to track polling of the service.

  • createAuthorizationPolicyAsync(LocationName parent, AuthorizationPolicy authorizationPolicy, String authorizationPolicyId)

  • createAuthorizationPolicyAsync(String parent, AuthorizationPolicy authorizationPolicy, String authorizationPolicyId)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • createAuthorizationPolicyOperationCallable()

  • createAuthorizationPolicyCallable()

UpdateAuthorizationPolicy

Updates the parameters of a single AuthorizationPolicy.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • updateAuthorizationPolicyAsync(UpdateAuthorizationPolicyRequest request)

Methods that return long-running operations have "Async" method variants that return OperationFuture, which is used to track polling of the service.

  • updateAuthorizationPolicyAsync(AuthorizationPolicy authorizationPolicy, FieldMask updateMask)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • updateAuthorizationPolicyOperationCallable()

  • updateAuthorizationPolicyCallable()

DeleteAuthorizationPolicy

Deletes a single AuthorizationPolicy.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • deleteAuthorizationPolicyAsync(DeleteAuthorizationPolicyRequest request)

Methods that return long-running operations have "Async" method variants that return OperationFuture, which is used to track polling of the service.

  • deleteAuthorizationPolicyAsync(AuthorizationPolicyName name)

  • deleteAuthorizationPolicyAsync(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • deleteAuthorizationPolicyOperationCallable()

  • deleteAuthorizationPolicyCallable()

ListServerTlsPolicies

Lists ServerTlsPolicies in a given project and location.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • listServerTlsPolicies(ListServerTlsPoliciesRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • listServerTlsPolicies(LocationName parent)

  • listServerTlsPolicies(String parent)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listServerTlsPoliciesPagedCallable()

  • listServerTlsPoliciesCallable()

GetServerTlsPolicy

Gets details of a single ServerTlsPolicy.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getServerTlsPolicy(GetServerTlsPolicyRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getServerTlsPolicy(ServerTlsPolicyName name)

  • getServerTlsPolicy(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getServerTlsPolicyCallable()

CreateServerTlsPolicy

Creates a new ServerTlsPolicy in a given project and location.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • createServerTlsPolicyAsync(CreateServerTlsPolicyRequest request)

Methods that return long-running operations have "Async" method variants that return OperationFuture, which is used to track polling of the service.

  • createServerTlsPolicyAsync(LocationName parent, ServerTlsPolicy serverTlsPolicy, String serverTlsPolicyId)

  • createServerTlsPolicyAsync(String parent, ServerTlsPolicy serverTlsPolicy, String serverTlsPolicyId)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • createServerTlsPolicyOperationCallable()

  • createServerTlsPolicyCallable()

UpdateServerTlsPolicy

Updates the parameters of a single ServerTlsPolicy.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • updateServerTlsPolicyAsync(UpdateServerTlsPolicyRequest request)

Methods that return long-running operations have "Async" method variants that return OperationFuture, which is used to track polling of the service.

  • updateServerTlsPolicyAsync(ServerTlsPolicy serverTlsPolicy, FieldMask updateMask)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • updateServerTlsPolicyOperationCallable()

  • updateServerTlsPolicyCallable()

DeleteServerTlsPolicy

Deletes a single ServerTlsPolicy.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • deleteServerTlsPolicyAsync(DeleteServerTlsPolicyRequest request)

Methods that return long-running operations have "Async" method variants that return OperationFuture, which is used to track polling of the service.

  • deleteServerTlsPolicyAsync(ServerTlsPolicyName name)

  • deleteServerTlsPolicyAsync(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • deleteServerTlsPolicyOperationCallable()

  • deleteServerTlsPolicyCallable()

ListClientTlsPolicies

Lists ClientTlsPolicies in a given project and location.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • listClientTlsPolicies(ListClientTlsPoliciesRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • listClientTlsPolicies(LocationName parent)

  • listClientTlsPolicies(String parent)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listClientTlsPoliciesPagedCallable()

  • listClientTlsPoliciesCallable()

GetClientTlsPolicy

Gets details of a single ClientTlsPolicy.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getClientTlsPolicy(GetClientTlsPolicyRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getClientTlsPolicy(ClientTlsPolicyName name)

  • getClientTlsPolicy(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getClientTlsPolicyCallable()

CreateClientTlsPolicy

Creates a new ClientTlsPolicy in a given project and location.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • createClientTlsPolicyAsync(CreateClientTlsPolicyRequest request)

Methods that return long-running operations have "Async" method variants that return OperationFuture, which is used to track polling of the service.

  • createClientTlsPolicyAsync(LocationName parent, ClientTlsPolicy clientTlsPolicy, String clientTlsPolicyId)

  • createClientTlsPolicyAsync(String parent, ClientTlsPolicy clientTlsPolicy, String clientTlsPolicyId)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • createClientTlsPolicyOperationCallable()

  • createClientTlsPolicyCallable()

UpdateClientTlsPolicy

Updates the parameters of a single ClientTlsPolicy.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • updateClientTlsPolicyAsync(UpdateClientTlsPolicyRequest request)

Methods that return long-running operations have "Async" method variants that return OperationFuture, which is used to track polling of the service.

  • updateClientTlsPolicyAsync(ClientTlsPolicy clientTlsPolicy, FieldMask updateMask)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • updateClientTlsPolicyOperationCallable()

  • updateClientTlsPolicyCallable()

DeleteClientTlsPolicy

Deletes a single ClientTlsPolicy.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • deleteClientTlsPolicyAsync(DeleteClientTlsPolicyRequest request)

Methods that return long-running operations have "Async" method variants that return OperationFuture, which is used to track polling of the service.

  • deleteClientTlsPolicyAsync(ClientTlsPolicyName name)

  • deleteClientTlsPolicyAsync(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • deleteClientTlsPolicyOperationCallable()

  • deleteClientTlsPolicyCallable()

ListLocations

Lists information about the supported locations for this service.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • listLocations(ListLocationsRequest request)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listLocationsPagedCallable()

  • listLocationsCallable()

GetLocation

Gets information about a location.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getLocation(GetLocationRequest request)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getLocationCallable()

SetIamPolicy

Sets the access control policy on the specified resource. Replacesany existing policy.

Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIEDerrors.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • setIamPolicy(SetIamPolicyRequest request)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • setIamPolicyCallable()

GetIamPolicy

Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getIamPolicy(GetIamPolicyRequest request)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getIamPolicyCallable()

TestIamPermissions

Returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a NOT_FOUND error.

Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • testIamPermissions(TestIamPermissionsRequest request)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • testIamPermissionsCallable()

See the individual methods for example code.

Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.

This class can be customized by passing in a custom instance of NetworkSecuritySettings to create(). For example:

To customize credentials:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 NetworkSecuritySettings networkSecuritySettings =
     NetworkSecuritySettings.newBuilder()
         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
         .build();
 NetworkSecurityClient networkSecurityClient =
     NetworkSecurityClient.create(networkSecuritySettings);
 

To customize the endpoint:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 NetworkSecuritySettings networkSecuritySettings =
     NetworkSecuritySettings.newBuilder().setEndpoint(myEndpoint).build();
 NetworkSecurityClient networkSecurityClient =
     NetworkSecurityClient.create(networkSecuritySettings);
 

To use REST (HTTP1.1/JSON) transport (instead of gRPC) for sending and receiving requests over the wire:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 NetworkSecuritySettings networkSecuritySettings =
     NetworkSecuritySettings.newHttpJsonBuilder().build();
 NetworkSecurityClient networkSecurityClient =
     NetworkSecurityClient.create(networkSecuritySettings);
 

Please refer to the GitHub repository's samples for more quickstart code snippets.

Inheritance

java.lang.Object > NetworkSecurityClient

Static Methods

create()

public static final NetworkSecurityClient create()

Constructs an instance of NetworkSecurityClient with default settings.

Returns
TypeDescription
NetworkSecurityClient
Exceptions
TypeDescription
IOException

create(NetworkSecuritySettings settings)

public static final NetworkSecurityClient create(NetworkSecuritySettings settings)

Constructs an instance of NetworkSecurityClient, using the given settings. The channels are created based on the settings passed in, or defaults for any settings that are not set.

Parameter
NameDescription
settingsNetworkSecuritySettings
Returns
TypeDescription
NetworkSecurityClient
Exceptions
TypeDescription
IOException

create(NetworkSecurityStub stub)

public static final NetworkSecurityClient create(NetworkSecurityStub stub)

Constructs an instance of NetworkSecurityClient, using the given stub for making calls. This is for advanced usage - prefer using create(NetworkSecuritySettings).

Parameter
NameDescription
stubNetworkSecurityStub
Returns
TypeDescription
NetworkSecurityClient

Constructors

NetworkSecurityClient(NetworkSecuritySettings settings)

protected NetworkSecurityClient(NetworkSecuritySettings settings)

Constructs an instance of NetworkSecurityClient, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameter
NameDescription
settingsNetworkSecuritySettings

NetworkSecurityClient(NetworkSecurityStub stub)

protected NetworkSecurityClient(NetworkSecurityStub stub)
Parameter
NameDescription
stubNetworkSecurityStub

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()

createAuthorizationPolicyAsync(CreateAuthorizationPolicyRequest request)

public final OperationFuture<AuthorizationPolicy,OperationMetadata> createAuthorizationPolicyAsync(CreateAuthorizationPolicyRequest request)

Creates a new AuthorizationPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   CreateAuthorizationPolicyRequest request =
       CreateAuthorizationPolicyRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setAuthorizationPolicyId("authorizationPolicyId1314252166")
           .setAuthorizationPolicy(AuthorizationPolicy.newBuilder().build())
           .build();
   AuthorizationPolicy response =
       networkSecurityClient.createAuthorizationPolicyAsync(request).get();
 }
 
Parameter
NameDescription
requestCreateAuthorizationPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
OperationFuture<AuthorizationPolicy,OperationMetadata>

createAuthorizationPolicyAsync(LocationName parent, AuthorizationPolicy authorizationPolicy, String authorizationPolicyId)

public final OperationFuture<AuthorizationPolicy,OperationMetadata> createAuthorizationPolicyAsync(LocationName parent, AuthorizationPolicy authorizationPolicy, String authorizationPolicyId)

Creates a new AuthorizationPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
   AuthorizationPolicy authorizationPolicy = AuthorizationPolicy.newBuilder().build();
   String authorizationPolicyId = "authorizationPolicyId1314252166";
   AuthorizationPolicy response =
       networkSecurityClient
           .createAuthorizationPolicyAsync(parent, authorizationPolicy, authorizationPolicyId)
           .get();
 }
 
Parameters
NameDescription
parentLocationName

Required. The parent resource of the AuthorizationPolicy. Must be in the format projects/{project}/locations/{location}.

authorizationPolicyAuthorizationPolicy

Required. AuthorizationPolicy resource to be created.

authorizationPolicyIdString

Required. Short name of the AuthorizationPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "authz_policy".

Returns
TypeDescription
OperationFuture<AuthorizationPolicy,OperationMetadata>

createAuthorizationPolicyAsync(String parent, AuthorizationPolicy authorizationPolicy, String authorizationPolicyId)

public final OperationFuture<AuthorizationPolicy,OperationMetadata> createAuthorizationPolicyAsync(String parent, AuthorizationPolicy authorizationPolicy, String authorizationPolicyId)

Creates a new AuthorizationPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
   AuthorizationPolicy authorizationPolicy = AuthorizationPolicy.newBuilder().build();
   String authorizationPolicyId = "authorizationPolicyId1314252166";
   AuthorizationPolicy response =
       networkSecurityClient
           .createAuthorizationPolicyAsync(parent, authorizationPolicy, authorizationPolicyId)
           .get();
 }
 
Parameters
NameDescription
parentString

Required. The parent resource of the AuthorizationPolicy. Must be in the format projects/{project}/locations/{location}.

authorizationPolicyAuthorizationPolicy

Required. AuthorizationPolicy resource to be created.

authorizationPolicyIdString

Required. Short name of the AuthorizationPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "authz_policy".

Returns
TypeDescription
OperationFuture<AuthorizationPolicy,OperationMetadata>

createAuthorizationPolicyCallable()

public final UnaryCallable<CreateAuthorizationPolicyRequest,Operation> createAuthorizationPolicyCallable()

Creates a new AuthorizationPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   CreateAuthorizationPolicyRequest request =
       CreateAuthorizationPolicyRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setAuthorizationPolicyId("authorizationPolicyId1314252166")
           .setAuthorizationPolicy(AuthorizationPolicy.newBuilder().build())
           .build();
   ApiFuture<Operation> future =
       networkSecurityClient.createAuthorizationPolicyCallable().futureCall(request);
   // Do something.
   Operation response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<CreateAuthorizationPolicyRequest,Operation>

createAuthorizationPolicyOperationCallable()

public final OperationCallable<CreateAuthorizationPolicyRequest,AuthorizationPolicy,OperationMetadata> createAuthorizationPolicyOperationCallable()

Creates a new AuthorizationPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   CreateAuthorizationPolicyRequest request =
       CreateAuthorizationPolicyRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setAuthorizationPolicyId("authorizationPolicyId1314252166")
           .setAuthorizationPolicy(AuthorizationPolicy.newBuilder().build())
           .build();
   OperationFuture<AuthorizationPolicy, OperationMetadata> future =
       networkSecurityClient.createAuthorizationPolicyOperationCallable().futureCall(request);
   // Do something.
   AuthorizationPolicy response = future.get();
 }
 
Returns
TypeDescription
OperationCallable<CreateAuthorizationPolicyRequest,AuthorizationPolicy,OperationMetadata>

createClientTlsPolicyAsync(CreateClientTlsPolicyRequest request)

public final OperationFuture<ClientTlsPolicy,OperationMetadata> createClientTlsPolicyAsync(CreateClientTlsPolicyRequest request)

Creates a new ClientTlsPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   CreateClientTlsPolicyRequest request =
       CreateClientTlsPolicyRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setClientTlsPolicyId("clientTlsPolicyId-188933315")
           .setClientTlsPolicy(ClientTlsPolicy.newBuilder().build())
           .build();
   ClientTlsPolicy response = networkSecurityClient.createClientTlsPolicyAsync(request).get();
 }
 
Parameter
NameDescription
requestCreateClientTlsPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
OperationFuture<ClientTlsPolicy,OperationMetadata>

createClientTlsPolicyAsync(LocationName parent, ClientTlsPolicy clientTlsPolicy, String clientTlsPolicyId)

public final OperationFuture<ClientTlsPolicy,OperationMetadata> createClientTlsPolicyAsync(LocationName parent, ClientTlsPolicy clientTlsPolicy, String clientTlsPolicyId)

Creates a new ClientTlsPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
   ClientTlsPolicy clientTlsPolicy = ClientTlsPolicy.newBuilder().build();
   String clientTlsPolicyId = "clientTlsPolicyId-188933315";
   ClientTlsPolicy response =
       networkSecurityClient
           .createClientTlsPolicyAsync(parent, clientTlsPolicy, clientTlsPolicyId)
           .get();
 }
 
Parameters
NameDescription
parentLocationName

Required. The parent resource of the ClientTlsPolicy. Must be in the format projects/*/locations/{location}.

clientTlsPolicyClientTlsPolicy

Required. ClientTlsPolicy resource to be created.

clientTlsPolicyIdString

Required. Short name of the ClientTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "client_mtls_policy".

Returns
TypeDescription
OperationFuture<ClientTlsPolicy,OperationMetadata>

createClientTlsPolicyAsync(String parent, ClientTlsPolicy clientTlsPolicy, String clientTlsPolicyId)

public final OperationFuture<ClientTlsPolicy,OperationMetadata> createClientTlsPolicyAsync(String parent, ClientTlsPolicy clientTlsPolicy, String clientTlsPolicyId)

Creates a new ClientTlsPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
   ClientTlsPolicy clientTlsPolicy = ClientTlsPolicy.newBuilder().build();
   String clientTlsPolicyId = "clientTlsPolicyId-188933315";
   ClientTlsPolicy response =
       networkSecurityClient
           .createClientTlsPolicyAsync(parent, clientTlsPolicy, clientTlsPolicyId)
           .get();
 }
 
Parameters
NameDescription
parentString

Required. The parent resource of the ClientTlsPolicy. Must be in the format projects/*/locations/{location}.

clientTlsPolicyClientTlsPolicy

Required. ClientTlsPolicy resource to be created.

clientTlsPolicyIdString

Required. Short name of the ClientTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "client_mtls_policy".

Returns
TypeDescription
OperationFuture<ClientTlsPolicy,OperationMetadata>

createClientTlsPolicyCallable()

public final UnaryCallable<CreateClientTlsPolicyRequest,Operation> createClientTlsPolicyCallable()

Creates a new ClientTlsPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   CreateClientTlsPolicyRequest request =
       CreateClientTlsPolicyRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setClientTlsPolicyId("clientTlsPolicyId-188933315")
           .setClientTlsPolicy(ClientTlsPolicy.newBuilder().build())
           .build();
   ApiFuture<Operation> future =
       networkSecurityClient.createClientTlsPolicyCallable().futureCall(request);
   // Do something.
   Operation response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<CreateClientTlsPolicyRequest,Operation>

createClientTlsPolicyOperationCallable()

public final OperationCallable<CreateClientTlsPolicyRequest,ClientTlsPolicy,OperationMetadata> createClientTlsPolicyOperationCallable()

Creates a new ClientTlsPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   CreateClientTlsPolicyRequest request =
       CreateClientTlsPolicyRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setClientTlsPolicyId("clientTlsPolicyId-188933315")
           .setClientTlsPolicy(ClientTlsPolicy.newBuilder().build())
           .build();
   OperationFuture<ClientTlsPolicy, OperationMetadata> future =
       networkSecurityClient.createClientTlsPolicyOperationCallable().futureCall(request);
   // Do something.
   ClientTlsPolicy response = future.get();
 }
 
Returns
TypeDescription
OperationCallable<CreateClientTlsPolicyRequest,ClientTlsPolicy,OperationMetadata>

createServerTlsPolicyAsync(CreateServerTlsPolicyRequest request)

public final OperationFuture<ServerTlsPolicy,OperationMetadata> createServerTlsPolicyAsync(CreateServerTlsPolicyRequest request)

Creates a new ServerTlsPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   CreateServerTlsPolicyRequest request =
       CreateServerTlsPolicyRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setServerTlsPolicyId("serverTlsPolicyId-1966046011")
           .setServerTlsPolicy(ServerTlsPolicy.newBuilder().build())
           .build();
   ServerTlsPolicy response = networkSecurityClient.createServerTlsPolicyAsync(request).get();
 }
 
Parameter
NameDescription
requestCreateServerTlsPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
OperationFuture<ServerTlsPolicy,OperationMetadata>

createServerTlsPolicyAsync(LocationName parent, ServerTlsPolicy serverTlsPolicy, String serverTlsPolicyId)

public final OperationFuture<ServerTlsPolicy,OperationMetadata> createServerTlsPolicyAsync(LocationName parent, ServerTlsPolicy serverTlsPolicy, String serverTlsPolicyId)

Creates a new ServerTlsPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
   ServerTlsPolicy serverTlsPolicy = ServerTlsPolicy.newBuilder().build();
   String serverTlsPolicyId = "serverTlsPolicyId-1966046011";
   ServerTlsPolicy response =
       networkSecurityClient
           .createServerTlsPolicyAsync(parent, serverTlsPolicy, serverTlsPolicyId)
           .get();
 }
 
Parameters
NameDescription
parentLocationName

Required. The parent resource of the ServerTlsPolicy. Must be in the format projects/*/locations/{location}.

serverTlsPolicyServerTlsPolicy

Required. ServerTlsPolicy resource to be created.

serverTlsPolicyIdString

Required. Short name of the ServerTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "server_mtls_policy".

Returns
TypeDescription
OperationFuture<ServerTlsPolicy,OperationMetadata>

createServerTlsPolicyAsync(String parent, ServerTlsPolicy serverTlsPolicy, String serverTlsPolicyId)

public final OperationFuture<ServerTlsPolicy,OperationMetadata> createServerTlsPolicyAsync(String parent, ServerTlsPolicy serverTlsPolicy, String serverTlsPolicyId)

Creates a new ServerTlsPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
   ServerTlsPolicy serverTlsPolicy = ServerTlsPolicy.newBuilder().build();
   String serverTlsPolicyId = "serverTlsPolicyId-1966046011";
   ServerTlsPolicy response =
       networkSecurityClient
           .createServerTlsPolicyAsync(parent, serverTlsPolicy, serverTlsPolicyId)
           .get();
 }
 
Parameters
NameDescription
parentString

Required. The parent resource of the ServerTlsPolicy. Must be in the format projects/*/locations/{location}.

serverTlsPolicyServerTlsPolicy

Required. ServerTlsPolicy resource to be created.

serverTlsPolicyIdString

Required. Short name of the ServerTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "server_mtls_policy".

Returns
TypeDescription
OperationFuture<ServerTlsPolicy,OperationMetadata>

createServerTlsPolicyCallable()

public final UnaryCallable<CreateServerTlsPolicyRequest,Operation> createServerTlsPolicyCallable()

Creates a new ServerTlsPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   CreateServerTlsPolicyRequest request =
       CreateServerTlsPolicyRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setServerTlsPolicyId("serverTlsPolicyId-1966046011")
           .setServerTlsPolicy(ServerTlsPolicy.newBuilder().build())
           .build();
   ApiFuture<Operation> future =
       networkSecurityClient.createServerTlsPolicyCallable().futureCall(request);
   // Do something.
   Operation response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<CreateServerTlsPolicyRequest,Operation>

createServerTlsPolicyOperationCallable()

public final OperationCallable<CreateServerTlsPolicyRequest,ServerTlsPolicy,OperationMetadata> createServerTlsPolicyOperationCallable()

Creates a new ServerTlsPolicy in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   CreateServerTlsPolicyRequest request =
       CreateServerTlsPolicyRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setServerTlsPolicyId("serverTlsPolicyId-1966046011")
           .setServerTlsPolicy(ServerTlsPolicy.newBuilder().build())
           .build();
   OperationFuture<ServerTlsPolicy, OperationMetadata> future =
       networkSecurityClient.createServerTlsPolicyOperationCallable().futureCall(request);
   // Do something.
   ServerTlsPolicy response = future.get();
 }
 
Returns
TypeDescription
OperationCallable<CreateServerTlsPolicyRequest,ServerTlsPolicy,OperationMetadata>

deleteAuthorizationPolicyAsync(AuthorizationPolicyName name)

public final OperationFuture<Empty,OperationMetadata> deleteAuthorizationPolicyAsync(AuthorizationPolicyName name)

Deletes a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   AuthorizationPolicyName name =
       AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]");
   networkSecurityClient.deleteAuthorizationPolicyAsync(name).get();
 }
 
Parameter
NameDescription
nameAuthorizationPolicyName

Required. A name of the AuthorizationPolicy to delete. Must be in the format projects/{project}/locations/{location}/authorizationPolicies/*.

Returns
TypeDescription
OperationFuture<Empty,OperationMetadata>

deleteAuthorizationPolicyAsync(DeleteAuthorizationPolicyRequest request)

public final OperationFuture<Empty,OperationMetadata> deleteAuthorizationPolicyAsync(DeleteAuthorizationPolicyRequest request)

Deletes a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   DeleteAuthorizationPolicyRequest request =
       DeleteAuthorizationPolicyRequest.newBuilder()
           .setName(
               AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
                   .toString())
           .build();
   networkSecurityClient.deleteAuthorizationPolicyAsync(request).get();
 }
 
Parameter
NameDescription
requestDeleteAuthorizationPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
OperationFuture<Empty,OperationMetadata>

deleteAuthorizationPolicyAsync(String name)

public final OperationFuture<Empty,OperationMetadata> deleteAuthorizationPolicyAsync(String name)

Deletes a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String name =
       AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
           .toString();
   networkSecurityClient.deleteAuthorizationPolicyAsync(name).get();
 }
 
Parameter
NameDescription
nameString

Required. A name of the AuthorizationPolicy to delete. Must be in the format projects/{project}/locations/{location}/authorizationPolicies/*.

Returns
TypeDescription
OperationFuture<Empty,OperationMetadata>

deleteAuthorizationPolicyCallable()

public final UnaryCallable<DeleteAuthorizationPolicyRequest,Operation> deleteAuthorizationPolicyCallable()

Deletes a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   DeleteAuthorizationPolicyRequest request =
       DeleteAuthorizationPolicyRequest.newBuilder()
           .setName(
               AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
                   .toString())
           .build();
   ApiFuture<Operation> future =
       networkSecurityClient.deleteAuthorizationPolicyCallable().futureCall(request);
   // Do something.
   future.get();
 }
 
Returns
TypeDescription
UnaryCallable<DeleteAuthorizationPolicyRequest,Operation>

deleteAuthorizationPolicyOperationCallable()

public final OperationCallable<DeleteAuthorizationPolicyRequest,Empty,OperationMetadata> deleteAuthorizationPolicyOperationCallable()

Deletes a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   DeleteAuthorizationPolicyRequest request =
       DeleteAuthorizationPolicyRequest.newBuilder()
           .setName(
               AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
                   .toString())
           .build();
   OperationFuture<Empty, OperationMetadata> future =
       networkSecurityClient.deleteAuthorizationPolicyOperationCallable().futureCall(request);
   // Do something.
   future.get();
 }
 
Returns
TypeDescription
OperationCallable<DeleteAuthorizationPolicyRequest,Empty,OperationMetadata>

deleteClientTlsPolicyAsync(ClientTlsPolicyName name)

public final OperationFuture<Empty,OperationMetadata> deleteClientTlsPolicyAsync(ClientTlsPolicyName name)

Deletes a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ClientTlsPolicyName name =
       ClientTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[CLIENT_TLS_POLICY]");
   networkSecurityClient.deleteClientTlsPolicyAsync(name).get();
 }
 
Parameter
NameDescription
nameClientTlsPolicyName

Required. A name of the ClientTlsPolicy to delete. Must be in the format projects/*/locations/{location}/clientTlsPolicies/*.

Returns
TypeDescription
OperationFuture<Empty,OperationMetadata>

deleteClientTlsPolicyAsync(DeleteClientTlsPolicyRequest request)

public final OperationFuture<Empty,OperationMetadata> deleteClientTlsPolicyAsync(DeleteClientTlsPolicyRequest request)

Deletes a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   DeleteClientTlsPolicyRequest request =
       DeleteClientTlsPolicyRequest.newBuilder()
           .setName(
               ClientTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[CLIENT_TLS_POLICY]")
                   .toString())
           .build();
   networkSecurityClient.deleteClientTlsPolicyAsync(request).get();
 }
 
Parameter
NameDescription
requestDeleteClientTlsPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
OperationFuture<Empty,OperationMetadata>

deleteClientTlsPolicyAsync(String name)

public final OperationFuture<Empty,OperationMetadata> deleteClientTlsPolicyAsync(String name)

Deletes a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String name =
       ClientTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[CLIENT_TLS_POLICY]").toString();
   networkSecurityClient.deleteClientTlsPolicyAsync(name).get();
 }
 
Parameter
NameDescription
nameString

Required. A name of the ClientTlsPolicy to delete. Must be in the format projects/*/locations/{location}/clientTlsPolicies/*.

Returns
TypeDescription
OperationFuture<Empty,OperationMetadata>

deleteClientTlsPolicyCallable()

public final UnaryCallable<DeleteClientTlsPolicyRequest,Operation> deleteClientTlsPolicyCallable()

Deletes a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   DeleteClientTlsPolicyRequest request =
       DeleteClientTlsPolicyRequest.newBuilder()
           .setName(
               ClientTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[CLIENT_TLS_POLICY]")
                   .toString())
           .build();
   ApiFuture<Operation> future =
       networkSecurityClient.deleteClientTlsPolicyCallable().futureCall(request);
   // Do something.
   future.get();
 }
 
Returns
TypeDescription
UnaryCallable<DeleteClientTlsPolicyRequest,Operation>

deleteClientTlsPolicyOperationCallable()

public final OperationCallable<DeleteClientTlsPolicyRequest,Empty,OperationMetadata> deleteClientTlsPolicyOperationCallable()

Deletes a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   DeleteClientTlsPolicyRequest request =
       DeleteClientTlsPolicyRequest.newBuilder()
           .setName(
               ClientTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[CLIENT_TLS_POLICY]")
                   .toString())
           .build();
   OperationFuture<Empty, OperationMetadata> future =
       networkSecurityClient.deleteClientTlsPolicyOperationCallable().futureCall(request);
   // Do something.
   future.get();
 }
 
Returns
TypeDescription
OperationCallable<DeleteClientTlsPolicyRequest,Empty,OperationMetadata>

deleteServerTlsPolicyAsync(DeleteServerTlsPolicyRequest request)

public final OperationFuture<Empty,OperationMetadata> deleteServerTlsPolicyAsync(DeleteServerTlsPolicyRequest request)

Deletes a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   DeleteServerTlsPolicyRequest request =
       DeleteServerTlsPolicyRequest.newBuilder()
           .setName(
               ServerTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[SERVER_TLS_POLICY]")
                   .toString())
           .build();
   networkSecurityClient.deleteServerTlsPolicyAsync(request).get();
 }
 
Parameter
NameDescription
requestDeleteServerTlsPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
OperationFuture<Empty,OperationMetadata>

deleteServerTlsPolicyAsync(ServerTlsPolicyName name)

public final OperationFuture<Empty,OperationMetadata> deleteServerTlsPolicyAsync(ServerTlsPolicyName name)

Deletes a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ServerTlsPolicyName name =
       ServerTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[SERVER_TLS_POLICY]");
   networkSecurityClient.deleteServerTlsPolicyAsync(name).get();
 }
 
Parameter
NameDescription
nameServerTlsPolicyName

Required. A name of the ServerTlsPolicy to delete. Must be in the format projects/*/locations/{location}/serverTlsPolicies/*.

Returns
TypeDescription
OperationFuture<Empty,OperationMetadata>

deleteServerTlsPolicyAsync(String name)

public final OperationFuture<Empty,OperationMetadata> deleteServerTlsPolicyAsync(String name)

Deletes a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String name =
       ServerTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[SERVER_TLS_POLICY]").toString();
   networkSecurityClient.deleteServerTlsPolicyAsync(name).get();
 }
 
Parameter
NameDescription
nameString

Required. A name of the ServerTlsPolicy to delete. Must be in the format projects/*/locations/{location}/serverTlsPolicies/*.

Returns
TypeDescription
OperationFuture<Empty,OperationMetadata>

deleteServerTlsPolicyCallable()

public final UnaryCallable<DeleteServerTlsPolicyRequest,Operation> deleteServerTlsPolicyCallable()

Deletes a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   DeleteServerTlsPolicyRequest request =
       DeleteServerTlsPolicyRequest.newBuilder()
           .setName(
               ServerTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[SERVER_TLS_POLICY]")
                   .toString())
           .build();
   ApiFuture<Operation> future =
       networkSecurityClient.deleteServerTlsPolicyCallable().futureCall(request);
   // Do something.
   future.get();
 }
 
Returns
TypeDescription
UnaryCallable<DeleteServerTlsPolicyRequest,Operation>

deleteServerTlsPolicyOperationCallable()

public final OperationCallable<DeleteServerTlsPolicyRequest,Empty,OperationMetadata> deleteServerTlsPolicyOperationCallable()

Deletes a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   DeleteServerTlsPolicyRequest request =
       DeleteServerTlsPolicyRequest.newBuilder()
           .setName(
               ServerTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[SERVER_TLS_POLICY]")
                   .toString())
           .build();
   OperationFuture<Empty, OperationMetadata> future =
       networkSecurityClient.deleteServerTlsPolicyOperationCallable().futureCall(request);
   // Do something.
   future.get();
 }
 
Returns
TypeDescription
OperationCallable<DeleteServerTlsPolicyRequest,Empty,OperationMetadata>

getAuthorizationPolicy(AuthorizationPolicyName name)

public final AuthorizationPolicy getAuthorizationPolicy(AuthorizationPolicyName name)

Gets details of a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   AuthorizationPolicyName name =
       AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]");
   AuthorizationPolicy response = networkSecurityClient.getAuthorizationPolicy(name);
 }
 
Parameter
NameDescription
nameAuthorizationPolicyName

Required. A name of the AuthorizationPolicy to get. Must be in the format projects/{project}/locations/{location}/authorizationPolicies/*.

Returns
TypeDescription
AuthorizationPolicy

getAuthorizationPolicy(GetAuthorizationPolicyRequest request)

public final AuthorizationPolicy getAuthorizationPolicy(GetAuthorizationPolicyRequest request)

Gets details of a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   GetAuthorizationPolicyRequest request =
       GetAuthorizationPolicyRequest.newBuilder()
           .setName(
               AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
                   .toString())
           .build();
   AuthorizationPolicy response = networkSecurityClient.getAuthorizationPolicy(request);
 }
 
Parameter
NameDescription
requestGetAuthorizationPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
AuthorizationPolicy

getAuthorizationPolicy(String name)

public final AuthorizationPolicy getAuthorizationPolicy(String name)

Gets details of a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String name =
       AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
           .toString();
   AuthorizationPolicy response = networkSecurityClient.getAuthorizationPolicy(name);
 }
 
Parameter
NameDescription
nameString

Required. A name of the AuthorizationPolicy to get. Must be in the format projects/{project}/locations/{location}/authorizationPolicies/*.

Returns
TypeDescription
AuthorizationPolicy

getAuthorizationPolicyCallable()

public final UnaryCallable<GetAuthorizationPolicyRequest,AuthorizationPolicy> getAuthorizationPolicyCallable()

Gets details of a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   GetAuthorizationPolicyRequest request =
       GetAuthorizationPolicyRequest.newBuilder()
           .setName(
               AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
                   .toString())
           .build();
   ApiFuture<AuthorizationPolicy> future =
       networkSecurityClient.getAuthorizationPolicyCallable().futureCall(request);
   // Do something.
   AuthorizationPolicy response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<GetAuthorizationPolicyRequest,AuthorizationPolicy>

getClientTlsPolicy(ClientTlsPolicyName name)

public final ClientTlsPolicy getClientTlsPolicy(ClientTlsPolicyName name)

Gets details of a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ClientTlsPolicyName name =
       ClientTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[CLIENT_TLS_POLICY]");
   ClientTlsPolicy response = networkSecurityClient.getClientTlsPolicy(name);
 }
 
Parameter
NameDescription
nameClientTlsPolicyName

Required. A name of the ClientTlsPolicy to get. Must be in the format projects/*/locations/{location}/clientTlsPolicies/*.

Returns
TypeDescription
ClientTlsPolicy

getClientTlsPolicy(GetClientTlsPolicyRequest request)

public final ClientTlsPolicy getClientTlsPolicy(GetClientTlsPolicyRequest request)

Gets details of a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   GetClientTlsPolicyRequest request =
       GetClientTlsPolicyRequest.newBuilder()
           .setName(
               ClientTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[CLIENT_TLS_POLICY]")
                   .toString())
           .build();
   ClientTlsPolicy response = networkSecurityClient.getClientTlsPolicy(request);
 }
 
Parameter
NameDescription
requestGetClientTlsPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
ClientTlsPolicy

getClientTlsPolicy(String name)

public final ClientTlsPolicy getClientTlsPolicy(String name)

Gets details of a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String name =
       ClientTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[CLIENT_TLS_POLICY]").toString();
   ClientTlsPolicy response = networkSecurityClient.getClientTlsPolicy(name);
 }
 
Parameter
NameDescription
nameString

Required. A name of the ClientTlsPolicy to get. Must be in the format projects/*/locations/{location}/clientTlsPolicies/*.

Returns
TypeDescription
ClientTlsPolicy

getClientTlsPolicyCallable()

public final UnaryCallable<GetClientTlsPolicyRequest,ClientTlsPolicy> getClientTlsPolicyCallable()

Gets details of a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   GetClientTlsPolicyRequest request =
       GetClientTlsPolicyRequest.newBuilder()
           .setName(
               ClientTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[CLIENT_TLS_POLICY]")
                   .toString())
           .build();
   ApiFuture<ClientTlsPolicy> future =
       networkSecurityClient.getClientTlsPolicyCallable().futureCall(request);
   // Do something.
   ClientTlsPolicy response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<GetClientTlsPolicyRequest,ClientTlsPolicy>

getHttpJsonOperationsClient()

public final OperationsClient getHttpJsonOperationsClient()

Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.

Returns
TypeDescription
OperationsClient

getIamPolicy(GetIamPolicyRequest request)

public final Policy getIamPolicy(GetIamPolicyRequest request)

Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   GetIamPolicyRequest request =
       GetIamPolicyRequest.newBuilder()
           .setResource(
               AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
                   .toString())
           .setOptions(GetPolicyOptions.newBuilder().build())
           .build();
   Policy response = networkSecurityClient.getIamPolicy(request);
 }
 
Parameter
NameDescription
requestcom.google.iam.v1.GetIamPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
com.google.iam.v1.Policy

getIamPolicyCallable()

public final UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()

Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   GetIamPolicyRequest request =
       GetIamPolicyRequest.newBuilder()
           .setResource(
               AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
                   .toString())
           .setOptions(GetPolicyOptions.newBuilder().build())
           .build();
   ApiFuture<Policy> future = networkSecurityClient.getIamPolicyCallable().futureCall(request);
   // Do something.
   Policy response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocation(GetLocationRequest request)

public final Location getLocation(GetLocationRequest request)

Gets information about a location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
   Location response = networkSecurityClient.getLocation(request);
 }
 
Parameter
NameDescription
requestcom.google.cloud.location.GetLocationRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
com.google.cloud.location.Location

getLocationCallable()

public final UnaryCallable<GetLocationRequest,Location> getLocationCallable()

Gets information about a location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
   ApiFuture<Location> future = networkSecurityClient.getLocationCallable().futureCall(request);
   // Do something.
   Location response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsClient()

public final OperationsClient getOperationsClient()

Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.

Returns
TypeDescription
OperationsClient

getServerTlsPolicy(GetServerTlsPolicyRequest request)

public final ServerTlsPolicy getServerTlsPolicy(GetServerTlsPolicyRequest request)

Gets details of a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   GetServerTlsPolicyRequest request =
       GetServerTlsPolicyRequest.newBuilder()
           .setName(
               ServerTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[SERVER_TLS_POLICY]")
                   .toString())
           .build();
   ServerTlsPolicy response = networkSecurityClient.getServerTlsPolicy(request);
 }
 
Parameter
NameDescription
requestGetServerTlsPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
ServerTlsPolicy

getServerTlsPolicy(ServerTlsPolicyName name)

public final ServerTlsPolicy getServerTlsPolicy(ServerTlsPolicyName name)

Gets details of a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ServerTlsPolicyName name =
       ServerTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[SERVER_TLS_POLICY]");
   ServerTlsPolicy response = networkSecurityClient.getServerTlsPolicy(name);
 }
 
Parameter
NameDescription
nameServerTlsPolicyName

Required. A name of the ServerTlsPolicy to get. Must be in the format projects/*/locations/{location}/serverTlsPolicies/*.

Returns
TypeDescription
ServerTlsPolicy

getServerTlsPolicy(String name)

public final ServerTlsPolicy getServerTlsPolicy(String name)

Gets details of a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String name =
       ServerTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[SERVER_TLS_POLICY]").toString();
   ServerTlsPolicy response = networkSecurityClient.getServerTlsPolicy(name);
 }
 
Parameter
NameDescription
nameString

Required. A name of the ServerTlsPolicy to get. Must be in the format projects/*/locations/{location}/serverTlsPolicies/*.

Returns
TypeDescription
ServerTlsPolicy

getServerTlsPolicyCallable()

public final UnaryCallable<GetServerTlsPolicyRequest,ServerTlsPolicy> getServerTlsPolicyCallable()

Gets details of a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   GetServerTlsPolicyRequest request =
       GetServerTlsPolicyRequest.newBuilder()
           .setName(
               ServerTlsPolicyName.of("[PROJECT]", "[LOCATION]", "[SERVER_TLS_POLICY]")
                   .toString())
           .build();
   ApiFuture<ServerTlsPolicy> future =
       networkSecurityClient.getServerTlsPolicyCallable().futureCall(request);
   // Do something.
   ServerTlsPolicy response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<GetServerTlsPolicyRequest,ServerTlsPolicy>

getSettings()

public final NetworkSecuritySettings getSettings()
Returns
TypeDescription
NetworkSecuritySettings

getStub()

public NetworkSecurityStub getStub()
Returns
TypeDescription
NetworkSecurityStub

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listAuthorizationPolicies(ListAuthorizationPoliciesRequest request)

public final NetworkSecurityClient.ListAuthorizationPoliciesPagedResponse listAuthorizationPolicies(ListAuthorizationPoliciesRequest request)

Lists AuthorizationPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListAuthorizationPoliciesRequest request =
       ListAuthorizationPoliciesRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   for (AuthorizationPolicy element :
       networkSecurityClient.listAuthorizationPolicies(request).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
requestListAuthorizationPoliciesRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
NetworkSecurityClient.ListAuthorizationPoliciesPagedResponse

listAuthorizationPolicies(LocationName parent)

public final NetworkSecurityClient.ListAuthorizationPoliciesPagedResponse listAuthorizationPolicies(LocationName parent)

Lists AuthorizationPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
   for (AuthorizationPolicy element :
       networkSecurityClient.listAuthorizationPolicies(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentLocationName

Required. The project and location from which the AuthorizationPolicies should be listed, specified in the format projects/{project}/locations/{location}.

Returns
TypeDescription
NetworkSecurityClient.ListAuthorizationPoliciesPagedResponse

listAuthorizationPolicies(String parent)

public final NetworkSecurityClient.ListAuthorizationPoliciesPagedResponse listAuthorizationPolicies(String parent)

Lists AuthorizationPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
   for (AuthorizationPolicy element :
       networkSecurityClient.listAuthorizationPolicies(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentString

Required. The project and location from which the AuthorizationPolicies should be listed, specified in the format projects/{project}/locations/{location}.

Returns
TypeDescription
NetworkSecurityClient.ListAuthorizationPoliciesPagedResponse

listAuthorizationPoliciesCallable()

public final UnaryCallable<ListAuthorizationPoliciesRequest,ListAuthorizationPoliciesResponse> listAuthorizationPoliciesCallable()

Lists AuthorizationPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListAuthorizationPoliciesRequest request =
       ListAuthorizationPoliciesRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   while (true) {
     ListAuthorizationPoliciesResponse response =
         networkSecurityClient.listAuthorizationPoliciesCallable().call(request);
     for (AuthorizationPolicy element : response.getAuthorizationPoliciesList()) {
       // doThingsWith(element);
     }
     String nextPageToken = response.getNextPageToken();
     if (!Strings.isNullOrEmpty(nextPageToken)) {
       request = request.toBuilder().setPageToken(nextPageToken).build();
     } else {
       break;
     }
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListAuthorizationPoliciesRequest,ListAuthorizationPoliciesResponse>

listAuthorizationPoliciesPagedCallable()

public final UnaryCallable<ListAuthorizationPoliciesRequest,NetworkSecurityClient.ListAuthorizationPoliciesPagedResponse> listAuthorizationPoliciesPagedCallable()

Lists AuthorizationPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListAuthorizationPoliciesRequest request =
       ListAuthorizationPoliciesRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   ApiFuture<AuthorizationPolicy> future =
       networkSecurityClient.listAuthorizationPoliciesPagedCallable().futureCall(request);
   // Do something.
   for (AuthorizationPolicy element : future.get().iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListAuthorizationPoliciesRequest,ListAuthorizationPoliciesPagedResponse>

listClientTlsPolicies(ListClientTlsPoliciesRequest request)

public final NetworkSecurityClient.ListClientTlsPoliciesPagedResponse listClientTlsPolicies(ListClientTlsPoliciesRequest request)

Lists ClientTlsPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListClientTlsPoliciesRequest request =
       ListClientTlsPoliciesRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   for (ClientTlsPolicy element :
       networkSecurityClient.listClientTlsPolicies(request).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
requestListClientTlsPoliciesRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
NetworkSecurityClient.ListClientTlsPoliciesPagedResponse

listClientTlsPolicies(LocationName parent)

public final NetworkSecurityClient.ListClientTlsPoliciesPagedResponse listClientTlsPolicies(LocationName parent)

Lists ClientTlsPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
   for (ClientTlsPolicy element :
       networkSecurityClient.listClientTlsPolicies(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentLocationName

Required. The project and location from which the ClientTlsPolicies should be listed, specified in the format projects/*/locations/{location}.

Returns
TypeDescription
NetworkSecurityClient.ListClientTlsPoliciesPagedResponse

listClientTlsPolicies(String parent)

public final NetworkSecurityClient.ListClientTlsPoliciesPagedResponse listClientTlsPolicies(String parent)

Lists ClientTlsPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
   for (ClientTlsPolicy element :
       networkSecurityClient.listClientTlsPolicies(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentString

Required. The project and location from which the ClientTlsPolicies should be listed, specified in the format projects/*/locations/{location}.

Returns
TypeDescription
NetworkSecurityClient.ListClientTlsPoliciesPagedResponse

listClientTlsPoliciesCallable()

public final UnaryCallable<ListClientTlsPoliciesRequest,ListClientTlsPoliciesResponse> listClientTlsPoliciesCallable()

Lists ClientTlsPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListClientTlsPoliciesRequest request =
       ListClientTlsPoliciesRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   while (true) {
     ListClientTlsPoliciesResponse response =
         networkSecurityClient.listClientTlsPoliciesCallable().call(request);
     for (ClientTlsPolicy element : response.getClientTlsPoliciesList()) {
       // doThingsWith(element);
     }
     String nextPageToken = response.getNextPageToken();
     if (!Strings.isNullOrEmpty(nextPageToken)) {
       request = request.toBuilder().setPageToken(nextPageToken).build();
     } else {
       break;
     }
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListClientTlsPoliciesRequest,ListClientTlsPoliciesResponse>

listClientTlsPoliciesPagedCallable()

public final UnaryCallable<ListClientTlsPoliciesRequest,NetworkSecurityClient.ListClientTlsPoliciesPagedResponse> listClientTlsPoliciesPagedCallable()

Lists ClientTlsPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListClientTlsPoliciesRequest request =
       ListClientTlsPoliciesRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   ApiFuture<ClientTlsPolicy> future =
       networkSecurityClient.listClientTlsPoliciesPagedCallable().futureCall(request);
   // Do something.
   for (ClientTlsPolicy element : future.get().iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListClientTlsPoliciesRequest,ListClientTlsPoliciesPagedResponse>

listLocations(ListLocationsRequest request)

public final NetworkSecurityClient.ListLocationsPagedResponse listLocations(ListLocationsRequest request)

Lists information about the supported locations for this service.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListLocationsRequest request =
       ListLocationsRequest.newBuilder()
           .setName("name3373707")
           .setFilter("filter-1274492040")
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   for (Location element : networkSecurityClient.listLocations(request).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
requestcom.google.cloud.location.ListLocationsRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
NetworkSecurityClient.ListLocationsPagedResponse

listLocationsCallable()

public final UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()

Lists information about the supported locations for this service.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListLocationsRequest request =
       ListLocationsRequest.newBuilder()
           .setName("name3373707")
           .setFilter("filter-1274492040")
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   while (true) {
     ListLocationsResponse response =
         networkSecurityClient.listLocationsCallable().call(request);
     for (Location element : response.getLocationsList()) {
       // doThingsWith(element);
     }
     String nextPageToken = response.getNextPageToken();
     if (!Strings.isNullOrEmpty(nextPageToken)) {
       request = request.toBuilder().setPageToken(nextPageToken).build();
     } else {
       break;
     }
   }
 }
 
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public final UnaryCallable<ListLocationsRequest,NetworkSecurityClient.ListLocationsPagedResponse> listLocationsPagedCallable()

Lists information about the supported locations for this service.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListLocationsRequest request =
       ListLocationsRequest.newBuilder()
           .setName("name3373707")
           .setFilter("filter-1274492040")
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   ApiFuture<Location> future =
       networkSecurityClient.listLocationsPagedCallable().futureCall(request);
   // Do something.
   for (Location element : future.get().iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listServerTlsPolicies(ListServerTlsPoliciesRequest request)

public final NetworkSecurityClient.ListServerTlsPoliciesPagedResponse listServerTlsPolicies(ListServerTlsPoliciesRequest request)

Lists ServerTlsPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListServerTlsPoliciesRequest request =
       ListServerTlsPoliciesRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   for (ServerTlsPolicy element :
       networkSecurityClient.listServerTlsPolicies(request).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
requestListServerTlsPoliciesRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
NetworkSecurityClient.ListServerTlsPoliciesPagedResponse

listServerTlsPolicies(LocationName parent)

public final NetworkSecurityClient.ListServerTlsPoliciesPagedResponse listServerTlsPolicies(LocationName parent)

Lists ServerTlsPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
   for (ServerTlsPolicy element :
       networkSecurityClient.listServerTlsPolicies(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentLocationName

Required. The project and location from which the ServerTlsPolicies should be listed, specified in the format projects/*/locations/{location}.

Returns
TypeDescription
NetworkSecurityClient.ListServerTlsPoliciesPagedResponse

listServerTlsPolicies(String parent)

public final NetworkSecurityClient.ListServerTlsPoliciesPagedResponse listServerTlsPolicies(String parent)

Lists ServerTlsPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
   for (ServerTlsPolicy element :
       networkSecurityClient.listServerTlsPolicies(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentString

Required. The project and location from which the ServerTlsPolicies should be listed, specified in the format projects/*/locations/{location}.

Returns
TypeDescription
NetworkSecurityClient.ListServerTlsPoliciesPagedResponse

listServerTlsPoliciesCallable()

public final UnaryCallable<ListServerTlsPoliciesRequest,ListServerTlsPoliciesResponse> listServerTlsPoliciesCallable()

Lists ServerTlsPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListServerTlsPoliciesRequest request =
       ListServerTlsPoliciesRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   while (true) {
     ListServerTlsPoliciesResponse response =
         networkSecurityClient.listServerTlsPoliciesCallable().call(request);
     for (ServerTlsPolicy element : response.getServerTlsPoliciesList()) {
       // doThingsWith(element);
     }
     String nextPageToken = response.getNextPageToken();
     if (!Strings.isNullOrEmpty(nextPageToken)) {
       request = request.toBuilder().setPageToken(nextPageToken).build();
     } else {
       break;
     }
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListServerTlsPoliciesRequest,ListServerTlsPoliciesResponse>

listServerTlsPoliciesPagedCallable()

public final UnaryCallable<ListServerTlsPoliciesRequest,NetworkSecurityClient.ListServerTlsPoliciesPagedResponse> listServerTlsPoliciesPagedCallable()

Lists ServerTlsPolicies in a given project and location.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ListServerTlsPoliciesRequest request =
       ListServerTlsPoliciesRequest.newBuilder()
           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   ApiFuture<ServerTlsPolicy> future =
       networkSecurityClient.listServerTlsPoliciesPagedCallable().futureCall(request);
   // Do something.
   for (ServerTlsPolicy element : future.get().iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListServerTlsPoliciesRequest,ListServerTlsPoliciesPagedResponse>

setIamPolicy(SetIamPolicyRequest request)

public final Policy setIamPolicy(SetIamPolicyRequest request)

Sets the access control policy on the specified resource. Replacesany existing policy.

Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIEDerrors.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   SetIamPolicyRequest request =
       SetIamPolicyRequest.newBuilder()
           .setResource(
               AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
                   .toString())
           .setPolicy(Policy.newBuilder().build())
           .setUpdateMask(FieldMask.newBuilder().build())
           .build();
   Policy response = networkSecurityClient.setIamPolicy(request);
 }
 
Parameter
NameDescription
requestcom.google.iam.v1.SetIamPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
com.google.iam.v1.Policy

setIamPolicyCallable()

public final UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()

Sets the access control policy on the specified resource. Replacesany existing policy.

Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIEDerrors.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   SetIamPolicyRequest request =
       SetIamPolicyRequest.newBuilder()
           .setResource(
               AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
                   .toString())
           .setPolicy(Policy.newBuilder().build())
           .setUpdateMask(FieldMask.newBuilder().build())
           .build();
   ApiFuture<Policy> future = networkSecurityClient.setIamPolicyCallable().futureCall(request);
   // Do something.
   Policy response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissions(TestIamPermissionsRequest request)

public final TestIamPermissionsResponse testIamPermissions(TestIamPermissionsRequest request)

Returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a NOT_FOUND error.

Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   TestIamPermissionsRequest request =
       TestIamPermissionsRequest.newBuilder()
           .setResource(
               AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
                   .toString())
           .addAllPermissions(new ArrayList<String>())
           .build();
   TestIamPermissionsResponse response = networkSecurityClient.testIamPermissions(request);
 }
 
Parameter
NameDescription
requestcom.google.iam.v1.TestIamPermissionsRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
com.google.iam.v1.TestIamPermissionsResponse

testIamPermissionsCallable()

public final UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()

Returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a NOT_FOUND error.

Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   TestIamPermissionsRequest request =
       TestIamPermissionsRequest.newBuilder()
           .setResource(
               AuthorizationPolicyName.of("[PROJECT]", "[LOCATION]", "[AUTHORIZATION_POLICY]")
                   .toString())
           .addAllPermissions(new ArrayList<String>())
           .build();
   ApiFuture<TestIamPermissionsResponse> future =
       networkSecurityClient.testIamPermissionsCallable().futureCall(request);
   // Do something.
   TestIamPermissionsResponse response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateAuthorizationPolicyAsync(AuthorizationPolicy authorizationPolicy, FieldMask updateMask)

public final OperationFuture<AuthorizationPolicy,OperationMetadata> updateAuthorizationPolicyAsync(AuthorizationPolicy authorizationPolicy, FieldMask updateMask)

Updates the parameters of a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   AuthorizationPolicy authorizationPolicy = AuthorizationPolicy.newBuilder().build();
   FieldMask updateMask = FieldMask.newBuilder().build();
   AuthorizationPolicy response =
       networkSecurityClient
           .updateAuthorizationPolicyAsync(authorizationPolicy, updateMask)
           .get();
 }
 
Parameters
NameDescription
authorizationPolicyAuthorizationPolicy

Required. Updated AuthorizationPolicy resource.

updateMaskFieldMask

Optional. Field mask is used to specify the fields to be overwritten in the AuthorizationPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

Returns
TypeDescription
OperationFuture<AuthorizationPolicy,OperationMetadata>

updateAuthorizationPolicyAsync(UpdateAuthorizationPolicyRequest request)

public final OperationFuture<AuthorizationPolicy,OperationMetadata> updateAuthorizationPolicyAsync(UpdateAuthorizationPolicyRequest request)

Updates the parameters of a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   UpdateAuthorizationPolicyRequest request =
       UpdateAuthorizationPolicyRequest.newBuilder()
           .setUpdateMask(FieldMask.newBuilder().build())
           .setAuthorizationPolicy(AuthorizationPolicy.newBuilder().build())
           .build();
   AuthorizationPolicy response =
       networkSecurityClient.updateAuthorizationPolicyAsync(request).get();
 }
 
Parameter
NameDescription
requestUpdateAuthorizationPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
OperationFuture<AuthorizationPolicy,OperationMetadata>

updateAuthorizationPolicyCallable()

public final UnaryCallable<UpdateAuthorizationPolicyRequest,Operation> updateAuthorizationPolicyCallable()

Updates the parameters of a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   UpdateAuthorizationPolicyRequest request =
       UpdateAuthorizationPolicyRequest.newBuilder()
           .setUpdateMask(FieldMask.newBuilder().build())
           .setAuthorizationPolicy(AuthorizationPolicy.newBuilder().build())
           .build();
   ApiFuture<Operation> future =
       networkSecurityClient.updateAuthorizationPolicyCallable().futureCall(request);
   // Do something.
   Operation response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<UpdateAuthorizationPolicyRequest,Operation>

updateAuthorizationPolicyOperationCallable()

public final OperationCallable<UpdateAuthorizationPolicyRequest,AuthorizationPolicy,OperationMetadata> updateAuthorizationPolicyOperationCallable()

Updates the parameters of a single AuthorizationPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   UpdateAuthorizationPolicyRequest request =
       UpdateAuthorizationPolicyRequest.newBuilder()
           .setUpdateMask(FieldMask.newBuilder().build())
           .setAuthorizationPolicy(AuthorizationPolicy.newBuilder().build())
           .build();
   OperationFuture<AuthorizationPolicy, OperationMetadata> future =
       networkSecurityClient.updateAuthorizationPolicyOperationCallable().futureCall(request);
   // Do something.
   AuthorizationPolicy response = future.get();
 }
 
Returns
TypeDescription
OperationCallable<UpdateAuthorizationPolicyRequest,AuthorizationPolicy,OperationMetadata>

updateClientTlsPolicyAsync(ClientTlsPolicy clientTlsPolicy, FieldMask updateMask)

public final OperationFuture<ClientTlsPolicy,OperationMetadata> updateClientTlsPolicyAsync(ClientTlsPolicy clientTlsPolicy, FieldMask updateMask)

Updates the parameters of a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ClientTlsPolicy clientTlsPolicy = ClientTlsPolicy.newBuilder().build();
   FieldMask updateMask = FieldMask.newBuilder().build();
   ClientTlsPolicy response =
       networkSecurityClient.updateClientTlsPolicyAsync(clientTlsPolicy, updateMask).get();
 }
 
Parameters
NameDescription
clientTlsPolicyClientTlsPolicy

Required. Updated ClientTlsPolicy resource.

updateMaskFieldMask

Optional. Field mask is used to specify the fields to be overwritten in the ClientTlsPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

Returns
TypeDescription
OperationFuture<ClientTlsPolicy,OperationMetadata>

updateClientTlsPolicyAsync(UpdateClientTlsPolicyRequest request)

public final OperationFuture<ClientTlsPolicy,OperationMetadata> updateClientTlsPolicyAsync(UpdateClientTlsPolicyRequest request)

Updates the parameters of a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   UpdateClientTlsPolicyRequest request =
       UpdateClientTlsPolicyRequest.newBuilder()
           .setUpdateMask(FieldMask.newBuilder().build())
           .setClientTlsPolicy(ClientTlsPolicy.newBuilder().build())
           .build();
   ClientTlsPolicy response = networkSecurityClient.updateClientTlsPolicyAsync(request).get();
 }
 
Parameter
NameDescription
requestUpdateClientTlsPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
OperationFuture<ClientTlsPolicy,OperationMetadata>

updateClientTlsPolicyCallable()

public final UnaryCallable<UpdateClientTlsPolicyRequest,Operation> updateClientTlsPolicyCallable()

Updates the parameters of a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   UpdateClientTlsPolicyRequest request =
       UpdateClientTlsPolicyRequest.newBuilder()
           .setUpdateMask(FieldMask.newBuilder().build())
           .setClientTlsPolicy(ClientTlsPolicy.newBuilder().build())
           .build();
   ApiFuture<Operation> future =
       networkSecurityClient.updateClientTlsPolicyCallable().futureCall(request);
   // Do something.
   Operation response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<UpdateClientTlsPolicyRequest,Operation>

updateClientTlsPolicyOperationCallable()

public final OperationCallable<UpdateClientTlsPolicyRequest,ClientTlsPolicy,OperationMetadata> updateClientTlsPolicyOperationCallable()

Updates the parameters of a single ClientTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   UpdateClientTlsPolicyRequest request =
       UpdateClientTlsPolicyRequest.newBuilder()
           .setUpdateMask(FieldMask.newBuilder().build())
           .setClientTlsPolicy(ClientTlsPolicy.newBuilder().build())
           .build();
   OperationFuture<ClientTlsPolicy, OperationMetadata> future =
       networkSecurityClient.updateClientTlsPolicyOperationCallable().futureCall(request);
   // Do something.
   ClientTlsPolicy response = future.get();
 }
 
Returns
TypeDescription
OperationCallable<UpdateClientTlsPolicyRequest,ClientTlsPolicy,OperationMetadata>

updateServerTlsPolicyAsync(ServerTlsPolicy serverTlsPolicy, FieldMask updateMask)

public final OperationFuture<ServerTlsPolicy,OperationMetadata> updateServerTlsPolicyAsync(ServerTlsPolicy serverTlsPolicy, FieldMask updateMask)

Updates the parameters of a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   ServerTlsPolicy serverTlsPolicy = ServerTlsPolicy.newBuilder().build();
   FieldMask updateMask = FieldMask.newBuilder().build();
   ServerTlsPolicy response =
       networkSecurityClient.updateServerTlsPolicyAsync(serverTlsPolicy, updateMask).get();
 }
 
Parameters
NameDescription
serverTlsPolicyServerTlsPolicy

Required. Updated ServerTlsPolicy resource.

updateMaskFieldMask

Optional. Field mask is used to specify the fields to be overwritten in the ServerTlsPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

Returns
TypeDescription
OperationFuture<ServerTlsPolicy,OperationMetadata>

updateServerTlsPolicyAsync(UpdateServerTlsPolicyRequest request)

public final OperationFuture<ServerTlsPolicy,OperationMetadata> updateServerTlsPolicyAsync(UpdateServerTlsPolicyRequest request)

Updates the parameters of a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   UpdateServerTlsPolicyRequest request =
       UpdateServerTlsPolicyRequest.newBuilder()
           .setUpdateMask(FieldMask.newBuilder().build())
           .setServerTlsPolicy(ServerTlsPolicy.newBuilder().build())
           .build();
   ServerTlsPolicy response = networkSecurityClient.updateServerTlsPolicyAsync(request).get();
 }
 
Parameter
NameDescription
requestUpdateServerTlsPolicyRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
OperationFuture<ServerTlsPolicy,OperationMetadata>

updateServerTlsPolicyCallable()

public final UnaryCallable<UpdateServerTlsPolicyRequest,Operation> updateServerTlsPolicyCallable()

Updates the parameters of a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   UpdateServerTlsPolicyRequest request =
       UpdateServerTlsPolicyRequest.newBuilder()
           .setUpdateMask(FieldMask.newBuilder().build())
           .setServerTlsPolicy(ServerTlsPolicy.newBuilder().build())
           .build();
   ApiFuture<Operation> future =
       networkSecurityClient.updateServerTlsPolicyCallable().futureCall(request);
   // Do something.
   Operation response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<UpdateServerTlsPolicyRequest,Operation>

updateServerTlsPolicyOperationCallable()

public final OperationCallable<UpdateServerTlsPolicyRequest,ServerTlsPolicy,OperationMetadata> updateServerTlsPolicyOperationCallable()

Updates the parameters of a single ServerTlsPolicy.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (NetworkSecurityClient networkSecurityClient = NetworkSecurityClient.create()) {
   UpdateServerTlsPolicyRequest request =
       UpdateServerTlsPolicyRequest.newBuilder()
           .setUpdateMask(FieldMask.newBuilder().build())
           .setServerTlsPolicy(ServerTlsPolicy.newBuilder().build())
           .build();
   OperationFuture<ServerTlsPolicy, OperationMetadata> future =
       networkSecurityClient.updateServerTlsPolicyOperationCallable().futureCall(request);
   // Do something.
   ServerTlsPolicy response = future.get();
 }
 
Returns
TypeDescription
OperationCallable<UpdateServerTlsPolicyRequest,ServerTlsPolicy,OperationMetadata>