public interface CertificateMapOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Set of labels associated with a Certificate Map.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
One or more paragraphs of text description of a certificate map.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
One or more paragraphs of text description of a certificate map.
|
CertificateMap.GclbTarget |
getGclbTargets(int index)
Output only.
|
int |
getGclbTargetsCount()
Output only.
|
List<CertificateMap.GclbTarget> |
getGclbTargetsList()
Output only.
|
CertificateMap.GclbTargetOrBuilder |
getGclbTargetsOrBuilder(int index)
Output only.
|
List<? extends CertificateMap.GclbTargetOrBuilder> |
getGclbTargetsOrBuilderList()
Output only.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Set of labels associated with a Certificate Map.
|
Map<String,String> |
getLabelsMap()
Set of labels associated with a Certificate Map.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Set of labels associated with a Certificate Map.
|
String |
getLabelsOrThrow(String key)
Set of labels associated with a Certificate Map.
|
String |
getName()
A user-defined name of the Certificate Map.
|
com.google.protobuf.ByteString |
getNameBytes()
A user-defined name of the Certificate Map.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*`.
string name = 1;String getDescription()
One or more paragraphs of text description of a certificate map.
string description = 5;com.google.protobuf.ByteString getDescriptionBytes()
One or more paragraphs of text description of a certificate map.
string description = 5;boolean hasCreateTime()
Output only. The creation timestamp of a Certificate Map.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The creation timestamp of a Certificate Map.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation timestamp of a Certificate Map.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The update timestamp of a Certificate Map.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The update timestamp of a Certificate Map.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The update timestamp of a Certificate Map.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getLabelsCount()
Set of labels associated with a Certificate Map.
map<string, string> labels = 3;boolean containsLabels(String key)
Set of labels associated with a Certificate Map.
map<string, string> labels = 3;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Set of labels associated with a Certificate Map.
map<string, string> labels = 3;String getLabelsOrDefault(String key, String defaultValue)
Set of labels associated with a Certificate Map.
map<string, string> labels = 3;String getLabelsOrThrow(String key)
Set of labels associated with a Certificate Map.
map<string, string> labels = 3;List<CertificateMap.GclbTarget> getGclbTargetsList()
Output only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule.
repeated .google.cloud.certificatemanager.v1.CertificateMap.GclbTarget gclb_targets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
CertificateMap.GclbTarget getGclbTargets(int index)
Output only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule.
repeated .google.cloud.certificatemanager.v1.CertificateMap.GclbTarget gclb_targets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getGclbTargetsCount()
Output only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule.
repeated .google.cloud.certificatemanager.v1.CertificateMap.GclbTarget gclb_targets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends CertificateMap.GclbTargetOrBuilder> getGclbTargetsOrBuilderList()
Output only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule.
repeated .google.cloud.certificatemanager.v1.CertificateMap.GclbTarget gclb_targets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
CertificateMap.GclbTargetOrBuilder getGclbTargetsOrBuilder(int index)
Output only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule.
repeated .google.cloud.certificatemanager.v1.CertificateMap.GclbTarget gclb_targets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.