Interface CertificateMapEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateMapEntry,CertificateMapEntry.Builder
public interface CertificateMapEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsLabels(String key)Set of labels associated with a Certificate Map Entry.StringgetCertificates(int index)A set of Certificates defines for the given `hostname`.com.google.protobuf.ByteStringgetCertificatesBytes(int index)A set of Certificates defines for the given `hostname`.intgetCertificatesCount()A set of Certificates defines for the given `hostname`.List<String>getCertificatesList()A set of Certificates defines for the given `hostname`.com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.StringgetDescription()One or more paragraphs of text description of a certificate map entry.com.google.protobuf.ByteStringgetDescriptionBytes()One or more paragraphs of text description of a certificate map entry.StringgetHostname()A Hostname (FQDN, e.g.com.google.protobuf.ByteStringgetHostnameBytes()A Hostname (FQDN, e.g.Map<String,String>getLabels()Deprecated.intgetLabelsCount()Set of labels associated with a Certificate Map Entry.Map<String,String>getLabelsMap()Set of labels associated with a Certificate Map Entry.StringgetLabelsOrDefault(String key, String defaultValue)Set of labels associated with a Certificate Map Entry.StringgetLabelsOrThrow(String key)Set of labels associated with a Certificate Map Entry.CertificateMapEntry.MatchCasegetMatchCase()CertificateMapEntry.MatchergetMatcher()A predefined matcher for particular cases, other than SNI selection.intgetMatcherValue()A predefined matcher for particular cases, other than SNI selection.StringgetName()A user-defined name of the Certificate Map Entry.com.google.protobuf.ByteStringgetNameBytes()A user-defined name of the Certificate Map Entry.ServingStategetState()Output only.intgetStateValue()Output only.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasCreateTime()Output only.booleanhasHostname()A Hostname (FQDN, e.g.booleanhasMatcher()A predefined matcher for particular cases, other than SNI selection.booleanhasUpdateTime()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
string name = 1;- Returns:
- The bytes for name.
-
getDescription
String getDescription()
One or more paragraphs of text description of a certificate map entry.
string description = 9;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
One or more paragraphs of text description of a certificate map entry.
string description = 9;- Returns:
- The bytes for description.
-
hasCreateTime
boolean hasCreateTime()
Output only. The creation timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. The creation timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. The update timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Output only. The update timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The update timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getLabelsCount
int getLabelsCount()
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
-
containsLabels
boolean containsLabels(String key)
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
-
getLabels
@Deprecated Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.
-
getLabelsMap
Map<String,String> getLabelsMap()
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
-
getLabelsOrDefault
String getLabelsOrDefault(String key, String defaultValue)
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
-
getLabelsOrThrow
String getLabelsOrThrow(String key)
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
-
hasHostname
boolean hasHostname()
A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression (`*.example.com`) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate.
string hostname = 5;- Returns:
- Whether the hostname field is set.
-
getHostname
String getHostname()
A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression (`*.example.com`) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate.
string hostname = 5;- Returns:
- The hostname.
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()
A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression (`*.example.com`) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate.
string hostname = 5;- Returns:
- The bytes for hostname.
-
hasMatcher
boolean hasMatcher()
A predefined matcher for particular cases, other than SNI selection.
.google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;- Returns:
- Whether the matcher field is set.
-
getMatcherValue
int getMatcherValue()
A predefined matcher for particular cases, other than SNI selection.
.google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;- Returns:
- The enum numeric value on the wire for matcher.
-
getMatcher
CertificateMapEntry.Matcher getMatcher()
A predefined matcher for particular cases, other than SNI selection.
.google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;- Returns:
- The matcher.
-
getCertificatesList
List<String> getCertificatesList()
A set of Certificates defines for the given `hostname`. There can be defined up to four certificates in each Certificate Map Entry. Each certificate must match pattern `projects/*/locations/*/certificates/*`.
repeated string certificates = 7 [(.google.api.resource_reference) = { ... }- Returns:
- A list containing the certificates.
-
getCertificatesCount
int getCertificatesCount()
A set of Certificates defines for the given `hostname`. There can be defined up to four certificates in each Certificate Map Entry. Each certificate must match pattern `projects/*/locations/*/certificates/*`.
repeated string certificates = 7 [(.google.api.resource_reference) = { ... }- Returns:
- The count of certificates.
-
getCertificates
String getCertificates(int index)
A set of Certificates defines for the given `hostname`. There can be defined up to four certificates in each Certificate Map Entry. Each certificate must match pattern `projects/*/locations/*/certificates/*`.
repeated string certificates = 7 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The certificates at the given index.
-
getCertificatesBytes
com.google.protobuf.ByteString getCertificatesBytes(int index)
A set of Certificates defines for the given `hostname`. There can be defined up to four certificates in each Certificate Map Entry. Each certificate must match pattern `projects/*/locations/*/certificates/*`.
repeated string certificates = 7 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the certificates at the given index.
-
getStateValue
int getStateValue()
Output only. A serving state of this Certificate Map Entry.
.google.cloud.certificatemanager.v1.ServingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for state.
-
getState
ServingState getState()
Output only. A serving state of this Certificate Map Entry.
.google.cloud.certificatemanager.v1.ServingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The state.
-
getMatchCase
CertificateMapEntry.MatchCase getMatchCase()
-
-