public static final class SslCertificateManagedSslCertificate.Builder extends GeneratedMessage.Builder<SslCertificateManagedSslCertificate.Builder> implements SslCertificateManagedSslCertificateOrBuilderConfiguration and status of a managed SSL certificate.
Protobuf type google.cloud.compute.v1.SslCertificateManagedSslCertificate
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SslCertificateManagedSslCertificate.BuilderImplements
SslCertificateManagedSslCertificateOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDomains(Iterable<String> values)
public SslCertificateManagedSslCertificate.Builder addAllDomains(Iterable<String> values)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.
repeated string domains = 226935855;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The domains to add. |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
This builder for chaining. |
addDomains(String value)
public SslCertificateManagedSslCertificate.Builder addDomains(String value)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.
repeated string domains = 226935855;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe domains to add. |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
This builder for chaining. |
addDomainsBytes(ByteString value)
public SslCertificateManagedSslCertificate.Builder addDomainsBytes(ByteString value)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.
repeated string domains = 226935855;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the domains to add. |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
This builder for chaining. |
build()
public SslCertificateManagedSslCertificate build()| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate |
|
buildPartial()
public SslCertificateManagedSslCertificate buildPartial()| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate |
|
clear()
public SslCertificateManagedSslCertificate.Builder clear()| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
|
clearDomainStatus()
public SslCertificateManagedSslCertificate.Builder clearDomainStatus()| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
|
clearDomains()
public SslCertificateManagedSslCertificate.Builder clearDomains()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.
repeated string domains = 226935855;
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
This builder for chaining. |
clearStatus()
public SslCertificateManagedSslCertificate.Builder clearStatus()Output only. [Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
This builder for chaining. |
containsDomainStatus(String key)
public boolean containsDomainStatus(String key)Output only. [Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public SslCertificateManagedSslCertificate getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDomainStatus() (deprecated)
public Map<String,String> getDomainStatus()Use #getDomainStatusMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getDomainStatusCount()
public int getDomainStatusCount()Output only. [Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDomainStatusMap()
public Map<String,String> getDomainStatusMap()Output only. [Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getDomainStatusOrDefault(String key, String defaultValue)
public String getDomainStatusOrDefault(String key, String defaultValue)Output only. [Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getDomainStatusOrThrow(String key)
public String getDomainStatusOrThrow(String key)Output only. [Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getDomains(int index)
public 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.
repeated string domains = 226935855;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The domains at the given index. |
getDomainsBytes(int index)
public 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.
repeated string domains = 226935855;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the domains at the given index. |
getDomainsCount()
public 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.
repeated string domains = 226935855;
| Returns | |
|---|---|
| Type | Description |
int |
The count of domains. |
getDomainsList()
public ProtocolStringList 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.
repeated string domains = 226935855;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the domains. |
getMutableDomainStatus() (deprecated)
public Map<String,String> getMutableDomainStatus()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getStatus()
public String getStatus()Output only. [Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description |
String |
The status. |
getStatusBytes()
public ByteString getStatusBytes()Output only. [Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for status. |
hasStatus()
public boolean hasStatus()Output only. [Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.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 |
|
mergeFrom(SslCertificateManagedSslCertificate other)
public SslCertificateManagedSslCertificate.Builder mergeFrom(SslCertificateManagedSslCertificate other)| Parameter | |
|---|---|
| Name | Description |
other |
SslCertificateManagedSslCertificate |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SslCertificateManagedSslCertificate.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SslCertificateManagedSslCertificate.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
|
putAllDomainStatus(Map<String,String> values)
public SslCertificateManagedSslCertificate.Builder putAllDomainStatus(Map<String,String> values)Output only. [Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
| Parameter | |
|---|---|
| Name | Description |
values |
Map<String,String> |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
|
putDomainStatus(String key, String value)
public SslCertificateManagedSslCertificate.Builder putDomainStatus(String key, String value)Output only. [Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
value |
String |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
|
removeDomainStatus(String key)
public SslCertificateManagedSslCertificate.Builder removeDomainStatus(String key)Output only. [Output only] Detailed statuses of the domains specified for managed certificate resource.
map<string, string> domain_status = 360305613;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
|
setDomains(int index, String value)
public SslCertificateManagedSslCertificate.Builder setDomains(int index, String value)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.
repeated string domains = 226935855;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe domains to set. |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
This builder for chaining. |
setStatus(String value)
public SslCertificateManagedSslCertificate.Builder setStatus(String value)Output only. [Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
optional string status = 181260274;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe status to set. |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
This builder for chaining. |
setStatusBytes(ByteString value)
public SslCertificateManagedSslCertificate.Builder setStatusBytes(ByteString value)Output only. [Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.
optional string status = 181260274;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for status to set. |
| Returns | |
|---|---|
| Type | Description |
SslCertificateManagedSslCertificate.Builder |
This builder for chaining. |