- 0.56.0 (latest)
- 0.55.0
- 0.54.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.2
- 0.4.0
- 0.3.1
- 0.2.0
- 0.1.1
public static final class CertificateMapEntry.Builder extends GeneratedMessageV3.Builder<CertificateMapEntry.Builder> implements CertificateMapEntryOrBuilder
Defines a certificate map entry.
Protobuf type google.cloud.certificatemanager.v1.CertificateMapEntry
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CertificateMapEntry.BuilderImplements
CertificateMapEntryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllCertificates(Iterable<String> values)
public CertificateMapEntry.Builder addAllCertificates(Iterable<String> values)
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) = { ... }
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The certificates to add. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
addCertificates(String value)
public CertificateMapEntry.Builder addCertificates(String value)
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) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The certificates to add. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
addCertificatesBytes(ByteString value)
public CertificateMapEntry.Builder addCertificatesBytes(ByteString value)
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) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the certificates to add. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CertificateMapEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
build()
public CertificateMapEntry build()
Returns | |
---|---|
Type | Description |
CertificateMapEntry |
buildPartial()
public CertificateMapEntry buildPartial()
Returns | |
---|---|
Type | Description |
CertificateMapEntry |
clear()
public CertificateMapEntry.Builder clear()
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
clearCertificates()
public CertificateMapEntry.Builder clearCertificates()
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 | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
clearCreateTime()
public CertificateMapEntry.Builder clearCreateTime()
Output only. The creation timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
clearDescription()
public CertificateMapEntry.Builder clearDescription()
One or more paragraphs of text description of a certificate map entry.
string description = 9;
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public CertificateMapEntry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
clearHostname()
public CertificateMapEntry.Builder clearHostname()
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 | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
clearLabels()
public CertificateMapEntry.Builder clearLabels()
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
clearMatch()
public CertificateMapEntry.Builder clearMatch()
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
clearMatcher()
public CertificateMapEntry.Builder clearMatcher()
A predefined matcher for particular cases, other than SNI selection.
.google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
clearName()
public CertificateMapEntry.Builder clearName()
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 | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CertificateMapEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
clearState()
public CertificateMapEntry.Builder clearState()
Output only. A serving state of this Certificate Map Entry.
.google.cloud.certificatemanager.v1.ServingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
clearUpdateTime()
public CertificateMapEntry.Builder clearUpdateTime()
Output only. The update timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
clone()
public CertificateMapEntry.Builder clone()
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getCertificates(int index)
public 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) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The certificates at the given index. |
getCertificatesBytes(int index)
public 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) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the certificates at the given index. |
getCertificatesCount()
public 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 | |
---|---|
Type | Description |
int |
The count of certificates. |
getCertificatesList()
public ProtocolStringList 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 | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the certificates. |
getCreateTime()
public 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 | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. The creation timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public CertificateMapEntry getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CertificateMapEntry |
getDescription()
public String getDescription()
One or more paragraphs of text description of a certificate map entry.
string description = 9;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
One or more paragraphs of text description of a certificate map entry.
string description = 9;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getHostname()
public 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 | |
---|---|
Type | Description |
String |
The hostname. |
getHostnameBytes()
public 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 | |
---|---|
Type | Description |
ByteString |
The bytes for hostname. |
getLabels() (deprecated)
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getMatchCase()
public CertificateMapEntry.MatchCase getMatchCase()
Returns | |
---|---|
Type | Description |
CertificateMapEntry.MatchCase |
getMatcher()
public CertificateMapEntry.Matcher getMatcher()
A predefined matcher for particular cases, other than SNI selection.
.google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Matcher |
The matcher. |
getMatcherValue()
public int getMatcherValue()
A predefined matcher for particular cases, other than SNI selection.
.google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for matcher. |
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getName()
public 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 | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public 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 | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getState()
public 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 | |
---|---|
Type | Description |
ServingState |
The state. |
getStateValue()
public 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 | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
getUpdateTime()
public 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 | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. The update timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The update timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public 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 | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasHostname()
public 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 | |
---|---|
Type | Description |
boolean |
Whether the hostname field is set. |
hasMatcher()
public boolean hasMatcher()
A predefined matcher for particular cases, other than SNI selection.
.google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
Returns | |
---|---|
Type | Description |
boolean |
Whether the matcher field is set. |
hasUpdateTime()
public 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 | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public CertificateMapEntry.Builder mergeCreateTime(Timestamp value)
Output only. The creation timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
mergeFrom(CertificateMapEntry other)
public CertificateMapEntry.Builder mergeFrom(CertificateMapEntry other)
Parameter | |
---|---|
Name | Description |
other |
CertificateMapEntry |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CertificateMapEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public CertificateMapEntry.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CertificateMapEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
mergeUpdateTime(Timestamp value)
public CertificateMapEntry.Builder mergeUpdateTime(Timestamp value)
Output only. The update timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
putAllLabels(Map<String,String> values)
public CertificateMapEntry.Builder putAllLabels(Map<String,String> values)
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
Parameter | |
---|---|
Name | Description |
values |
Map<String,String> |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
putLabels(String key, String value)
public CertificateMapEntry.Builder putLabels(String key, String value)
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
Parameters | |
---|---|
Name | Description |
key |
String |
value |
String |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
removeLabels(String key)
public CertificateMapEntry.Builder removeLabels(String key)
Set of labels associated with a Certificate Map Entry.
map<string, string> labels = 4;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
setCertificates(int index, String value)
public CertificateMapEntry.Builder setCertificates(int index, String value)
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 | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The certificates to set. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
setCreateTime(Timestamp value)
public CertificateMapEntry.Builder setCreateTime(Timestamp value)
Output only. The creation timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public CertificateMapEntry.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. The creation timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
setDescription(String value)
public CertificateMapEntry.Builder setDescription(String value)
One or more paragraphs of text description of a certificate map entry.
string description = 9;
Parameter | |
---|---|
Name | Description |
value |
String The description to set. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public CertificateMapEntry.Builder setDescriptionBytes(ByteString value)
One or more paragraphs of text description of a certificate map entry.
string description = 9;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for description to set. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public CertificateMapEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
setHostname(String value)
public CertificateMapEntry.Builder setHostname(String value)
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;
Parameter | |
---|---|
Name | Description |
value |
String The hostname to set. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
setHostnameBytes(ByteString value)
public CertificateMapEntry.Builder setHostnameBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for hostname to set. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
setMatcher(CertificateMapEntry.Matcher value)
public CertificateMapEntry.Builder setMatcher(CertificateMapEntry.Matcher value)
A predefined matcher for particular cases, other than SNI selection.
.google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
Parameter | |
---|---|
Name | Description |
value |
CertificateMapEntry.Matcher The matcher to set. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
setMatcherValue(int value)
public CertificateMapEntry.Builder setMatcherValue(int value)
A predefined matcher for particular cases, other than SNI selection.
.google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher matcher = 10;
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for matcher to set. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
setName(String value)
public CertificateMapEntry.Builder setName(String value)
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;
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public CertificateMapEntry.Builder setNameBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CertificateMapEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
setState(ServingState value)
public CertificateMapEntry.Builder setState(ServingState value)
Output only. A serving state of this Certificate Map Entry.
.google.cloud.certificatemanager.v1.ServingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
ServingState The state to set. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
setStateValue(int value)
public CertificateMapEntry.Builder setStateValue(int value)
Output only. A serving state of this Certificate Map Entry.
.google.cloud.certificatemanager.v1.ServingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for state to set. |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final CertificateMapEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
setUpdateTime(Timestamp value)
public CertificateMapEntry.Builder setUpdateTime(Timestamp value)
Output only. The update timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public CertificateMapEntry.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. The update timestamp of a Certificate Map Entry.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
CertificateMapEntry.Builder |