Class NetworkSecurityStub (0.15.0)

publicabstractclass NetworkSecurityStubimplementsBackgroundResource

Base stub class for the NetworkSecurity service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > NetworkSecurityStub

Implements

BackgroundResource

Constructors

NetworkSecurityStub()

publicNetworkSecurityStub()

Methods

close()

publicabstractvoidclose()

createAuthorizationPolicyCallable()

publicUnaryCallable<CreateAuthorizationPolicyRequest,Operation>createAuthorizationPolicyCallable()
Returns
Type Description

createAuthorizationPolicyOperationCallable()

publicOperationCallable<CreateAuthorizationPolicyRequest,AuthorizationPolicy,OperationMetadata>createAuthorizationPolicyOperationCallable()
Returns
Type Description

createClientTlsPolicyCallable()

publicUnaryCallable<CreateClientTlsPolicyRequest,Operation>createClientTlsPolicyCallable()
Returns
Type Description

createClientTlsPolicyOperationCallable()

publicOperationCallable<CreateClientTlsPolicyRequest,ClientTlsPolicy,OperationMetadata>createClientTlsPolicyOperationCallable()
Returns
Type Description

createServerTlsPolicyCallable()

publicUnaryCallable<CreateServerTlsPolicyRequest,Operation>createServerTlsPolicyCallable()
Returns
Type Description

createServerTlsPolicyOperationCallable()

publicOperationCallable<CreateServerTlsPolicyRequest,ServerTlsPolicy,OperationMetadata>createServerTlsPolicyOperationCallable()
Returns
Type Description

deleteAuthorizationPolicyCallable()

publicUnaryCallable<DeleteAuthorizationPolicyRequest,Operation>deleteAuthorizationPolicyCallable()
Returns
Type Description

deleteAuthorizationPolicyOperationCallable()

publicOperationCallable<DeleteAuthorizationPolicyRequest,Empty,OperationMetadata>deleteAuthorizationPolicyOperationCallable()
Returns
Type Description

deleteClientTlsPolicyCallable()

publicUnaryCallable<DeleteClientTlsPolicyRequest,Operation>deleteClientTlsPolicyCallable()
Returns
Type Description

deleteClientTlsPolicyOperationCallable()

publicOperationCallable<DeleteClientTlsPolicyRequest,Empty,OperationMetadata>deleteClientTlsPolicyOperationCallable()
Returns
Type Description

deleteServerTlsPolicyCallable()

publicUnaryCallable<DeleteServerTlsPolicyRequest,Operation>deleteServerTlsPolicyCallable()
Returns
Type Description

deleteServerTlsPolicyOperationCallable()

publicOperationCallable<DeleteServerTlsPolicyRequest,Empty,OperationMetadata>deleteServerTlsPolicyOperationCallable()
Returns
Type Description

getAuthorizationPolicyCallable()

publicUnaryCallable<GetAuthorizationPolicyRequest,AuthorizationPolicy>getAuthorizationPolicyCallable()
Returns
Type Description

getClientTlsPolicyCallable()

publicUnaryCallable<GetClientTlsPolicyRequest,ClientTlsPolicy>getClientTlsPolicyCallable()
Returns
Type Description

getHttpJsonOperationsStub()

publicOperationsStubgetHttpJsonOperationsStub()
Returns
Type Description

getIamPolicyCallable()

publicUnaryCallable<GetIamPolicyRequest,Policy>getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

publicUnaryCallable<GetLocationRequest,Location>getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

publicOperationsStubgetOperationsStub()
Returns
Type Description

getServerTlsPolicyCallable()

publicUnaryCallable<GetServerTlsPolicyRequest,ServerTlsPolicy>getServerTlsPolicyCallable()
Returns
Type Description

listAuthorizationPoliciesCallable()

publicUnaryCallable<ListAuthorizationPoliciesRequest,ListAuthorizationPoliciesResponse>listAuthorizationPoliciesCallable()
Returns
Type Description

listAuthorizationPoliciesPagedCallable()

publicUnaryCallable<ListAuthorizationPoliciesRequest,NetworkSecurityClient.ListAuthorizationPoliciesPagedResponse>listAuthorizationPoliciesPagedCallable()
Returns
Type Description

listClientTlsPoliciesCallable()

publicUnaryCallable<ListClientTlsPoliciesRequest,ListClientTlsPoliciesResponse>listClientTlsPoliciesCallable()
Returns
Type Description

listClientTlsPoliciesPagedCallable()

publicUnaryCallable<ListClientTlsPoliciesRequest,NetworkSecurityClient.ListClientTlsPoliciesPagedResponse>listClientTlsPoliciesPagedCallable()
Returns
Type Description

listLocationsCallable()

publicUnaryCallable<ListLocationsRequest,ListLocationsResponse>listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

publicUnaryCallable<ListLocationsRequest,NetworkSecurityClient.ListLocationsPagedResponse>listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listServerTlsPoliciesCallable()

publicUnaryCallable<ListServerTlsPoliciesRequest,ListServerTlsPoliciesResponse>listServerTlsPoliciesCallable()
Returns
Type Description

listServerTlsPoliciesPagedCallable()

publicUnaryCallable<ListServerTlsPoliciesRequest,NetworkSecurityClient.ListServerTlsPoliciesPagedResponse>listServerTlsPoliciesPagedCallable()
Returns
Type Description

setIamPolicyCallable()

publicUnaryCallable<SetIamPolicyRequest,Policy>setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

publicUnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse>testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateAuthorizationPolicyCallable()

publicUnaryCallable<UpdateAuthorizationPolicyRequest,Operation>updateAuthorizationPolicyCallable()
Returns
Type Description

updateAuthorizationPolicyOperationCallable()

publicOperationCallable<UpdateAuthorizationPolicyRequest,AuthorizationPolicy,OperationMetadata>updateAuthorizationPolicyOperationCallable()
Returns
Type Description

updateClientTlsPolicyCallable()

publicUnaryCallable<UpdateClientTlsPolicyRequest,Operation>updateClientTlsPolicyCallable()
Returns
Type Description

updateClientTlsPolicyOperationCallable()

publicOperationCallable<UpdateClientTlsPolicyRequest,ClientTlsPolicy,OperationMetadata>updateClientTlsPolicyOperationCallable()
Returns
Type Description

updateServerTlsPolicyCallable()

publicUnaryCallable<UpdateServerTlsPolicyRequest,Operation>updateServerTlsPolicyCallable()
Returns
Type Description

updateServerTlsPolicyOperationCallable()

publicOperationCallable<UpdateServerTlsPolicyRequest,ServerTlsPolicy,OperationMetadata>updateServerTlsPolicyOperationCallable()
Returns
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.