public static final class SslCertificatesScopedList.Builder extends GeneratedMessage.Builder<SslCertificatesScopedList.Builder> implements SslCertificatesScopedListOrBuilder
Protobuf type google.cloud.compute.v1.SslCertificatesScopedList
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllSslCertificates(Iterable<? extends SslCertificate> values)
public SslCertificatesScopedList.Builder addAllSslCertificates(Iterable<? extends SslCertificate> values)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.SslCertificate>
|
addSslCertificates(SslCertificate value)
public SslCertificatesScopedList.Builder addSslCertificates(SslCertificate value)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
addSslCertificates(SslCertificate.Builder builderForValue)
public SslCertificatesScopedList.Builder addSslCertificates(SslCertificate.Builder builderForValue)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
addSslCertificates(int index, SslCertificate value)
public SslCertificatesScopedList.Builder addSslCertificates(int index, SslCertificate value)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
addSslCertificates(int index, SslCertificate.Builder builderForValue)
public SslCertificatesScopedList.Builder addSslCertificates(int index, SslCertificate.Builder builderForValue)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
addSslCertificatesBuilder()
public SslCertificate.Builder addSslCertificatesBuilder()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
addSslCertificatesBuilder(int index)
public SslCertificate.Builder addSslCertificatesBuilder(int index)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
| Parameter |
| Name |
Description |
index |
int
|
build()
public SslCertificatesScopedList build()
buildPartial()
public SslCertificatesScopedList buildPartial()
clear()
public SslCertificatesScopedList.Builder clear()
Overrides
public SslCertificatesScopedList.Builder clearSslCertificates()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
clearWarning()
public SslCertificatesScopedList.Builder clearWarning()
Informational warning which replaces the list of
backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getDefaultInstanceForType()
public SslCertificatesScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSslCertificates(int index)
public SslCertificate getSslCertificates(int index)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
| Parameter |
| Name |
Description |
index |
int
|
getSslCertificatesBuilder(int index)
public SslCertificate.Builder getSslCertificatesBuilder(int index)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
| Parameter |
| Name |
Description |
index |
int
|
getSslCertificatesBuilderList()
public List<SslCertificate.Builder> getSslCertificatesBuilderList()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
getSslCertificatesCount()
public int getSslCertificatesCount()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
| Returns |
| Type |
Description |
int |
|
getSslCertificatesList()
public List<SslCertificate> getSslCertificatesList()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
getSslCertificatesOrBuilder(int index)
public SslCertificateOrBuilder getSslCertificatesOrBuilder(int index)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
| Parameter |
| Name |
Description |
index |
int
|
getSslCertificatesOrBuilderList()
public List<? extends SslCertificateOrBuilder> getSslCertificatesOrBuilderList()
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.SslCertificateOrBuilder> |
|
getWarning()
public Warning getWarning()
Informational warning which replaces the list of
backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns |
| Type |
Description |
Warning |
The warning.
|
getWarningBuilder()
public Warning.Builder getWarningBuilder()
Informational warning which replaces the list of
backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of
backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
hasWarning()
public boolean hasWarning()
Informational warning which replaces the list of
backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns |
| Type |
Description |
boolean |
Whether the warning field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SslCertificatesScopedList other)
public SslCertificatesScopedList.Builder mergeFrom(SslCertificatesScopedList other)
public SslCertificatesScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SslCertificatesScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
public SslCertificatesScopedList.Builder mergeWarning(Warning value)
Informational warning which replaces the list of
backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
removeSslCertificates(int index)
public SslCertificatesScopedList.Builder removeSslCertificates(int index)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
| Parameter |
| Name |
Description |
index |
int
|
setSslCertificates(int index, SslCertificate value)
public SslCertificatesScopedList.Builder setSslCertificates(int index, SslCertificate value)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
setSslCertificates(int index, SslCertificate.Builder builderForValue)
public SslCertificatesScopedList.Builder setSslCertificates(int index, SslCertificate.Builder builderForValue)
List of SslCertificates contained in this scope.
repeated .google.cloud.compute.v1.SslCertificate ssl_certificates = 366006543;
setWarning(Warning value)
public SslCertificatesScopedList.Builder setWarning(Warning value)
Informational warning which replaces the list of
backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
setWarning(Warning.Builder builderForValue)
public SslCertificatesScopedList.Builder setWarning(Warning.Builder builderForValue)
Informational warning which replaces the list of
backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;