public interface SslCertificateManagedSslCertificateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDomainStatus(String key)
[Output only] Detailed statuses of the domains specified for managed certificate resource.
|
String |
getDomains(int index)
The domains for which a managed SSL certificate will be generated.
|
com.google.protobuf.ByteString |
getDomainsBytes(int index)
The domains for which a managed SSL certificate will be generated.
|
int |
getDomainsCount()
The domains for which a managed SSL certificate will be generated.
|
List<String> |
getDomainsList()
The domains for which a managed SSL certificate will be generated.
|
Map<String,String> |
getDomainStatus()
Deprecated.
|
int |
getDomainStatusCount()
[Output only] Detailed statuses of the domains specified for managed certificate resource.
|
Map<String,String> |
getDomainStatusMap()
[Output only] Detailed statuses of the domains specified for managed certificate resource.
|
String |
getDomainStatusOrDefault(String key,
String defaultValue)
[Output only] Detailed statuses of the domains specified for managed certificate resource.
|
String |
getDomainStatusOrThrow(String key)
[Output only] Detailed statuses of the domains specified for managed certificate resource.
|
String |
getStatus()
[Output only] Status of the managed certificate resource.
|
com.google.protobuf.ByteString |
getStatusBytes()
[Output only] Status of the managed certificate resource.
|
boolean |
hasStatus()
[Output only] Status of the managed certificate resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDomainStatusCount()
[Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;boolean containsDomainStatus(String key)
[Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;@Deprecated Map<String,String> getDomainStatus()
getDomainStatusMap() instead.Map<String,String> getDomainStatusMap()
[Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;String getDomainStatusOrDefault(String key, String defaultValue)
[Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;String getDomainStatusOrThrow(String key)
[Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;List<String> getDomainsList()
The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the [maximum number of domains per Google-managed SSL certificate](/load-balancing/docs/quotas#ssl_certificates).
repeated string domains = 226935855;int getDomainsCount()
The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the [maximum number of domains per Google-managed SSL certificate](/load-balancing/docs/quotas#ssl_certificates).
repeated string domains = 226935855;String getDomains(int index)
The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the [maximum number of domains per Google-managed SSL certificate](/load-balancing/docs/quotas#ssl_certificates).
repeated string domains = 226935855;index - The index of the element to return.com.google.protobuf.ByteString getDomainsBytes(int index)
The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the [maximum number of domains per Google-managed SSL certificate](/load-balancing/docs/quotas#ssl_certificates).
repeated string domains = 226935855;index - The index of the value to return.boolean hasStatus()
[Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
optional string status = 181260274;String getStatus()
[Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
optional string status = 181260274;com.google.protobuf.ByteString getStatusBytes()
[Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
optional string status = 181260274;Copyright © 2023 Google LLC. All rights reserved.