Uses of Class
com.google.cloud.networksecurity.v1beta1.ServerTlsPolicyName
-
Packages that use ServerTlsPolicyName Package Description com.google.cloud.networksecurity.v1beta1 A client to Network Security API -
-
Uses of ServerTlsPolicyName in com.google.cloud.networksecurity.v1beta1
Methods in com.google.cloud.networksecurity.v1beta1 that return ServerTlsPolicyName Modifier and Type Method Description ServerTlsPolicyName
ServerTlsPolicyName.Builder. build()
static ServerTlsPolicyName
ServerTlsPolicyName. of(String project, String location, String serverTlsPolicy)
static ServerTlsPolicyName
ServerTlsPolicyName. parse(String formattedString)
Methods in com.google.cloud.networksecurity.v1beta1 that return types with arguments of type ServerTlsPolicyName Modifier and Type Method Description static List<ServerTlsPolicyName>
ServerTlsPolicyName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.networksecurity.v1beta1 with parameters of type ServerTlsPolicyName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
NetworkSecurityClient. deleteServerTlsPolicyAsync(ServerTlsPolicyName name)
Deletes a single ServerTlsPolicy.ServerTlsPolicy
NetworkSecurityClient. getServerTlsPolicy(ServerTlsPolicyName name)
Gets details of a single ServerTlsPolicy.Method parameters in com.google.cloud.networksecurity.v1beta1 with type arguments of type ServerTlsPolicyName Modifier and Type Method Description static List<String>
ServerTlsPolicyName. toStringList(List<ServerTlsPolicyName> values)
-