Class GrpcNetworkSecurityStub (0.45.0)

public class GrpcNetworkSecurityStub extends NetworkSecurityStub

gRPC stub implementation for the NetworkSecurity service API.

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

Inheritance

java.lang.Object > NetworkSecurityStub > GrpcNetworkSecurityStub

Static Methods

create(ClientContext clientContext)

public static final GrpcNetworkSecurityStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcNetworkSecurityStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcNetworkSecurityStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcNetworkSecurityStub
Exceptions
Type Description
IOException

create(NetworkSecurityStubSettings settings)

public static final GrpcNetworkSecurityStub create(NetworkSecurityStubSettings settings)
Parameter
Name Description
settings NetworkSecurityStubSettings
Returns
Type Description
GrpcNetworkSecurityStub
Exceptions
Type Description
IOException

Constructors

GrpcNetworkSecurityStub(NetworkSecurityStubSettings settings, ClientContext clientContext)

protected GrpcNetworkSecurityStub(NetworkSecurityStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcNetworkSecurityStub, 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.

Parameters
Name Description
settings NetworkSecurityStubSettings
clientContext ClientContext

GrpcNetworkSecurityStub(NetworkSecurityStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcNetworkSecurityStub(NetworkSecurityStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcNetworkSecurityStub, 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.

Parameters
Name Description
settings NetworkSecurityStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

createAuthorizationPolicyCallable()

public UnaryCallable<CreateAuthorizationPolicyRequest,Operation> createAuthorizationPolicyCallable()
Returns
Type Description
UnaryCallable<CreateAuthorizationPolicyRequest,Operation>
Overrides

createAuthorizationPolicyOperationCallable()

public OperationCallable<CreateAuthorizationPolicyRequest,AuthorizationPolicy,OperationMetadata> createAuthorizationPolicyOperationCallable()
Returns
Type Description
OperationCallable<CreateAuthorizationPolicyRequest,AuthorizationPolicy,OperationMetadata>
Overrides

createClientTlsPolicyCallable()

public UnaryCallable<CreateClientTlsPolicyRequest,Operation> createClientTlsPolicyCallable()
Returns
Type Description
UnaryCallable<CreateClientTlsPolicyRequest,Operation>
Overrides

createClientTlsPolicyOperationCallable()

public OperationCallable<CreateClientTlsPolicyRequest,ClientTlsPolicy,OperationMetadata> createClientTlsPolicyOperationCallable()
Returns
Type Description
OperationCallable<CreateClientTlsPolicyRequest,ClientTlsPolicy,OperationMetadata>
Overrides

createServerTlsPolicyCallable()

public UnaryCallable<CreateServerTlsPolicyRequest,Operation> createServerTlsPolicyCallable()
Returns
Type Description
UnaryCallable<CreateServerTlsPolicyRequest,Operation>
Overrides

createServerTlsPolicyOperationCallable()

public OperationCallable<CreateServerTlsPolicyRequest,ServerTlsPolicy,OperationMetadata> createServerTlsPolicyOperationCallable()
Returns
Type Description
OperationCallable<CreateServerTlsPolicyRequest,ServerTlsPolicy,OperationMetadata>
Overrides

deleteAuthorizationPolicyCallable()

public UnaryCallable<DeleteAuthorizationPolicyRequest,Operation> deleteAuthorizationPolicyCallable()
Returns
Type Description
UnaryCallable<DeleteAuthorizationPolicyRequest,Operation>
Overrides

deleteAuthorizationPolicyOperationCallable()

public OperationCallable<DeleteAuthorizationPolicyRequest,Empty,OperationMetadata> deleteAuthorizationPolicyOperationCallable()
Returns
Type Description
OperationCallable<DeleteAuthorizationPolicyRequest,Empty,OperationMetadata>
Overrides

deleteClientTlsPolicyCallable()

public UnaryCallable<DeleteClientTlsPolicyRequest,Operation> deleteClientTlsPolicyCallable()
Returns
Type Description
UnaryCallable<DeleteClientTlsPolicyRequest,Operation>
Overrides

deleteClientTlsPolicyOperationCallable()

public OperationCallable<DeleteClientTlsPolicyRequest,Empty,OperationMetadata> deleteClientTlsPolicyOperationCallable()
Returns
Type Description
OperationCallable<DeleteClientTlsPolicyRequest,Empty,OperationMetadata>
Overrides

deleteServerTlsPolicyCallable()

public UnaryCallable<DeleteServerTlsPolicyRequest,Operation> deleteServerTlsPolicyCallable()
Returns
Type Description
UnaryCallable<DeleteServerTlsPolicyRequest,Operation>
Overrides

deleteServerTlsPolicyOperationCallable()

public OperationCallable<DeleteServerTlsPolicyRequest,Empty,OperationMetadata> deleteServerTlsPolicyOperationCallable()
Returns
Type Description
OperationCallable<DeleteServerTlsPolicyRequest,Empty,OperationMetadata>
Overrides

getAuthorizationPolicyCallable()

public UnaryCallable<GetAuthorizationPolicyRequest,AuthorizationPolicy> getAuthorizationPolicyCallable()
Returns
Type Description
UnaryCallable<GetAuthorizationPolicyRequest,AuthorizationPolicy>
Overrides

getClientTlsPolicyCallable()

public UnaryCallable<GetClientTlsPolicyRequest,ClientTlsPolicy> getClientTlsPolicyCallable()
Returns
Type Description
UnaryCallable<GetClientTlsPolicyRequest,ClientTlsPolicy>
Overrides

getIamPolicyCallable()

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

getLocationCallable()

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub
Overrides

getServerTlsPolicyCallable()

public UnaryCallable<GetServerTlsPolicyRequest,ServerTlsPolicy> getServerTlsPolicyCallable()
Returns
Type Description
UnaryCallable<GetServerTlsPolicyRequest,ServerTlsPolicy>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listAuthorizationPoliciesCallable()

public UnaryCallable<ListAuthorizationPoliciesRequest,ListAuthorizationPoliciesResponse> listAuthorizationPoliciesCallable()
Returns
Type Description
UnaryCallable<ListAuthorizationPoliciesRequest,ListAuthorizationPoliciesResponse>
Overrides

listAuthorizationPoliciesPagedCallable()

public UnaryCallable<ListAuthorizationPoliciesRequest,NetworkSecurityClient.ListAuthorizationPoliciesPagedResponse> listAuthorizationPoliciesPagedCallable()
Returns
Type Description
UnaryCallable<ListAuthorizationPoliciesRequest,ListAuthorizationPoliciesPagedResponse>
Overrides

listClientTlsPoliciesCallable()

public UnaryCallable<ListClientTlsPoliciesRequest,ListClientTlsPoliciesResponse> listClientTlsPoliciesCallable()
Returns
Type Description
UnaryCallable<ListClientTlsPoliciesRequest,ListClientTlsPoliciesResponse>
Overrides

listClientTlsPoliciesPagedCallable()

public UnaryCallable<ListClientTlsPoliciesRequest,NetworkSecurityClient.ListClientTlsPoliciesPagedResponse> listClientTlsPoliciesPagedCallable()
Returns
Type Description
UnaryCallable<ListClientTlsPoliciesRequest,ListClientTlsPoliciesPagedResponse>
Overrides

listLocationsCallable()

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

listLocationsPagedCallable()

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

listServerTlsPoliciesCallable()

public UnaryCallable<ListServerTlsPoliciesRequest,ListServerTlsPoliciesResponse> listServerTlsPoliciesCallable()
Returns
Type Description
UnaryCallable<ListServerTlsPoliciesRequest,ListServerTlsPoliciesResponse>
Overrides

listServerTlsPoliciesPagedCallable()

public UnaryCallable<ListServerTlsPoliciesRequest,NetworkSecurityClient.ListServerTlsPoliciesPagedResponse> listServerTlsPoliciesPagedCallable()
Returns
Type Description
UnaryCallable<ListServerTlsPoliciesRequest,ListServerTlsPoliciesPagedResponse>
Overrides

setIamPolicyCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

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

updateAuthorizationPolicyCallable()

public UnaryCallable<UpdateAuthorizationPolicyRequest,Operation> updateAuthorizationPolicyCallable()
Returns
Type Description
UnaryCallable<UpdateAuthorizationPolicyRequest,Operation>
Overrides

updateAuthorizationPolicyOperationCallable()

public OperationCallable<UpdateAuthorizationPolicyRequest,AuthorizationPolicy,OperationMetadata> updateAuthorizationPolicyOperationCallable()
Returns
Type Description
OperationCallable<UpdateAuthorizationPolicyRequest,AuthorizationPolicy,OperationMetadata>
Overrides

updateClientTlsPolicyCallable()

public UnaryCallable<UpdateClientTlsPolicyRequest,Operation> updateClientTlsPolicyCallable()
Returns
Type Description
UnaryCallable<UpdateClientTlsPolicyRequest,Operation>
Overrides

updateClientTlsPolicyOperationCallable()

public OperationCallable<UpdateClientTlsPolicyRequest,ClientTlsPolicy,OperationMetadata> updateClientTlsPolicyOperationCallable()
Returns
Type Description
OperationCallable<UpdateClientTlsPolicyRequest,ClientTlsPolicy,OperationMetadata>
Overrides

updateServerTlsPolicyCallable()

public UnaryCallable<UpdateServerTlsPolicyRequest,Operation> updateServerTlsPolicyCallable()
Returns
Type Description
UnaryCallable<UpdateServerTlsPolicyRequest,Operation>
Overrides

updateServerTlsPolicyOperationCallable()

public OperationCallable<UpdateServerTlsPolicyRequest,ServerTlsPolicy,OperationMetadata> updateServerTlsPolicyOperationCallable()
Returns
Type Description
OperationCallable<UpdateServerTlsPolicyRequest,ServerTlsPolicy,OperationMetadata>
Overrides