public interface BackendServiceTlsSettingsSubjectAltNameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDnsName()
The SAN specified as a DNS Name.
|
com.google.protobuf.ByteString |
getDnsNameBytes()
The SAN specified as a DNS Name.
|
String |
getUniformResourceIdentifier()
The SAN specified as a URI.
|
com.google.protobuf.ByteString |
getUniformResourceIdentifierBytes()
The SAN specified as a URI.
|
boolean |
hasDnsName()
The SAN specified as a DNS Name.
|
boolean |
hasUniformResourceIdentifier()
The SAN specified as a URI.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDnsName()
The SAN specified as a DNS Name.
optional string dns_name = 411992033;String getDnsName()
The SAN specified as a DNS Name.
optional string dns_name = 411992033;com.google.protobuf.ByteString getDnsNameBytes()
The SAN specified as a DNS Name.
optional string dns_name = 411992033;boolean hasUniformResourceIdentifier()
The SAN specified as a URI.
optional string uniform_resource_identifier = 491409007;String getUniformResourceIdentifier()
The SAN specified as a URI.
optional string uniform_resource_identifier = 491409007;com.google.protobuf.ByteString getUniformResourceIdentifierBytes()
The SAN specified as a URI.
optional string uniform_resource_identifier = 491409007;Copyright © 2025 Google LLC. All rights reserved.