public static final class TargetSslProxiesSetSslCertificatesRequest.Builder extends GeneratedMessageV3.Builder<TargetSslProxiesSetSslCertificatesRequest.Builder> implements TargetSslProxiesSetSslCertificatesRequestOrBuilder
Protobuf type google.cloud.compute.v1.TargetSslProxiesSetSslCertificatesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllSslCertificates(Iterable<String> values)
public TargetSslProxiesSetSslCertificatesRequest.Builder addAllSslCertificates(Iterable<String> values)
New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
repeated string ssl_certificates = 366006543;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TargetSslProxiesSetSslCertificatesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
addSslCertificates(String value)
public TargetSslProxiesSetSslCertificatesRequest.Builder addSslCertificates(String value)
New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
repeated string ssl_certificates = 366006543;
Parameter
Name | Description |
value | String
The sslCertificates to add.
|
Returns
addSslCertificatesBytes(ByteString value)
public TargetSslProxiesSetSslCertificatesRequest.Builder addSslCertificatesBytes(ByteString value)
New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
repeated string ssl_certificates = 366006543;
Parameter
Name | Description |
value | ByteString
The bytes of the sslCertificates to add.
|
Returns
build()
public TargetSslProxiesSetSslCertificatesRequest build()
Returns
buildPartial()
public TargetSslProxiesSetSslCertificatesRequest buildPartial()
Returns
clear()
public TargetSslProxiesSetSslCertificatesRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public TargetSslProxiesSetSslCertificatesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TargetSslProxiesSetSslCertificatesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public TargetSslProxiesSetSslCertificatesRequest.Builder clearSslCertificates()
New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
repeated string ssl_certificates = 366006543;
Returns
clone()
public TargetSslProxiesSetSslCertificatesRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public TargetSslProxiesSetSslCertificatesRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getSslCertificates(int index)
public String getSslCertificates(int index)
New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
repeated string ssl_certificates = 366006543;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The sslCertificates at the given index.
|
getSslCertificatesBytes(int index)
public ByteString getSslCertificatesBytes(int index)
New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
repeated string ssl_certificates = 366006543;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the sslCertificates at the given index.
|
getSslCertificatesCount()
public int getSslCertificatesCount()
New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
repeated string ssl_certificates = 366006543;
Returns
Type | Description |
int | The count of sslCertificates.
|
getSslCertificatesList()
public ProtocolStringList getSslCertificatesList()
New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
repeated string ssl_certificates = 366006543;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(TargetSslProxiesSetSslCertificatesRequest other)
public TargetSslProxiesSetSslCertificatesRequest.Builder mergeFrom(TargetSslProxiesSetSslCertificatesRequest other)
Parameter
Returns
public TargetSslProxiesSetSslCertificatesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public TargetSslProxiesSetSslCertificatesRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TargetSslProxiesSetSslCertificatesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public TargetSslProxiesSetSslCertificatesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TargetSslProxiesSetSslCertificatesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setSslCertificates(int index, String value)
public TargetSslProxiesSetSslCertificatesRequest.Builder setSslCertificates(int index, String value)
New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
repeated string ssl_certificates = 366006543;
Parameters
Name | Description |
index | int
The index to set the value at.
|
value | String
The sslCertificates to set.
|
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final TargetSslProxiesSetSslCertificatesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides