Package com.google.cloud.compute.v1
Interface SslCertificateManagedSslCertificateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SslCertificateManagedSslCertificate
,SslCertificateManagedSslCertificate.Builder
public interface SslCertificateManagedSslCertificateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDomainStatusCount
int getDomainStatusCount()
[Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
-
containsDomainStatus
boolean containsDomainStatus(String key)
[Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
-
getDomainStatus
@Deprecated Map<String,String> getDomainStatus()
Deprecated.UsegetDomainStatusMap()
instead.
-
getDomainStatusMap
Map<String,String> getDomainStatusMap()
[Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
-
getDomainStatusOrDefault
String getDomainStatusOrDefault(String key, String defaultValue)
[Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
-
getDomainStatusOrThrow
String getDomainStatusOrThrow(String key)
[Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
-
getDomainsList
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;
- Returns:
- A list containing the domains.
-
getDomainsCount
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;
- Returns:
- The count of domains.
-
getDomains
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;
- Parameters:
index
- The index of the element to return.- Returns:
- The domains at the given index.
-
getDomainsBytes
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;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the domains at the given index.
-
hasStatus
boolean hasStatus()
[Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
optional string status = 181260274;
- Returns:
- Whether the status field is set.
-
getStatus
String getStatus()
[Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
optional string status = 181260274;
- Returns:
- The status.
-
getStatusBytes
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;
- Returns:
- The bytes for status.
-
-