Interface CertificateMapOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateMap,CertificateMap.Builder
public interface CertificateMapOrBuilder 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.com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.StringgetDescription()One or more paragraphs of text description of a certificate map.com.google.protobuf.ByteStringgetDescriptionBytes()One or more paragraphs of text description of a certificate map.CertificateMap.GclbTargetgetGclbTargets(int index)Output only.intgetGclbTargetsCount()Output only.List<CertificateMap.GclbTarget>getGclbTargetsList()Output only.CertificateMap.GclbTargetOrBuildergetGclbTargetsOrBuilder(int index)Output only.List<? extends CertificateMap.GclbTargetOrBuilder>getGclbTargetsOrBuilderList()Output only.Map<String,String>getLabels()Deprecated.intgetLabelsCount()Set of labels associated with a Certificate Map.Map<String,String>getLabelsMap()Set of labels associated with a Certificate Map.StringgetLabelsOrDefault(String key, String defaultValue)Set of labels associated with a Certificate Map.StringgetLabelsOrThrow(String key)Set of labels associated with a Certificate Map.StringgetName()A user-defined name of the Certificate Map.com.google.protobuf.ByteStringgetNameBytes()A user-defined name of the Certificate Map.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasCreateTime()Output only.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. Certificate Map names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*`.
string name = 1;- Returns:
- The name.
-
getNameBytes
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;- Returns:
- The bytes for name.
-
getDescription
String getDescription()
One or more paragraphs of text description of a certificate map.
string description = 5;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
One or more paragraphs of text description of a certificate map.
string description = 5;- Returns:
- The bytes for description.
-
hasCreateTime
boolean hasCreateTime()
Output only. The creation timestamp of a Certificate Map.
.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.
.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.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. The update timestamp of a Certificate Map.
.google.protobuf.Timestamp update_time = 6 [(.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.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
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];
-
getLabelsCount
int getLabelsCount()
Set of labels associated with a Certificate Map.
map<string, string> labels = 3;
-
containsLabels
boolean containsLabels(String key)
Set of labels associated with a Certificate Map.
map<string, string> labels = 3;
-
getLabels
@Deprecated Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.
-
getLabelsMap
Map<String,String> getLabelsMap()
Set of labels associated with a Certificate Map.
map<string, string> labels = 3;
-
getLabelsOrDefault
String getLabelsOrDefault(String key, String defaultValue)
Set of labels associated with a Certificate Map.
map<string, string> labels = 3;
-
getLabelsOrThrow
String getLabelsOrThrow(String key)
Set of labels associated with a Certificate Map.
map<string, string> labels = 3;
-
getGclbTargetsList
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];
-
getGclbTargets
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];
-
getGclbTargetsCount
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];
-
getGclbTargetsOrBuilderList
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];
-
getGclbTargetsOrBuilder
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];
-
-