public static final class SslPoliciesScopedList.Builder extends GeneratedMessage.Builder<SslPoliciesScopedList.Builder> implements SslPoliciesScopedListOrBuilder
Protobuf type google.cloud.compute.v1.SslPoliciesScopedList
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
addAllSslPolicies(Iterable<? extends SslPolicy> values)
public SslPoliciesScopedList.Builder addAllSslPolicies(Iterable<? extends SslPolicy> values)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.SslPolicy>
|
addSslPolicies(SslPolicy value)
public SslPoliciesScopedList.Builder addSslPolicies(SslPolicy value)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
addSslPolicies(SslPolicy.Builder builderForValue)
public SslPoliciesScopedList.Builder addSslPolicies(SslPolicy.Builder builderForValue)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
addSslPolicies(int index, SslPolicy value)
public SslPoliciesScopedList.Builder addSslPolicies(int index, SslPolicy value)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
addSslPolicies(int index, SslPolicy.Builder builderForValue)
public SslPoliciesScopedList.Builder addSslPolicies(int index, SslPolicy.Builder builderForValue)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
addSslPoliciesBuilder()
public SslPolicy.Builder addSslPoliciesBuilder()
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
addSslPoliciesBuilder(int index)
public SslPolicy.Builder addSslPoliciesBuilder(int index)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
| Parameter |
| Name |
Description |
index |
int
|
build()
public SslPoliciesScopedList build()
buildPartial()
public SslPoliciesScopedList buildPartial()
clear()
public SslPoliciesScopedList.Builder clear()
Overrides
public SslPoliciesScopedList.Builder clearSslPolicies()
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
clearWarning()
public SslPoliciesScopedList.Builder clearWarning()
Informational warning which replaces the list of
SSL policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getDefaultInstanceForType()
public SslPoliciesScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSslPolicies(int index)
public SslPolicy getSslPolicies(int index)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
| Parameter |
| Name |
Description |
index |
int
|
getSslPoliciesBuilder(int index)
public SslPolicy.Builder getSslPoliciesBuilder(int index)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
| Parameter |
| Name |
Description |
index |
int
|
getSslPoliciesBuilderList()
public List<SslPolicy.Builder> getSslPoliciesBuilderList()
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
getSslPoliciesCount()
public int getSslPoliciesCount()
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
| Returns |
| Type |
Description |
int |
|
getSslPoliciesList()
public List<SslPolicy> getSslPoliciesList()
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
getSslPoliciesOrBuilder(int index)
public SslPolicyOrBuilder getSslPoliciesOrBuilder(int index)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
| Parameter |
| Name |
Description |
index |
int
|
getSslPoliciesOrBuilderList()
public List<? extends SslPolicyOrBuilder> getSslPoliciesOrBuilderList()
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.SslPolicyOrBuilder> |
|
getWarning()
public Warning getWarning()
Informational warning which replaces the list of
SSL policies 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
SSL policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of
SSL policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
hasWarning()
public boolean hasWarning()
Informational warning which replaces the list of
SSL policies 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(SslPoliciesScopedList other)
public SslPoliciesScopedList.Builder mergeFrom(SslPoliciesScopedList other)
public SslPoliciesScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SslPoliciesScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
public SslPoliciesScopedList.Builder mergeWarning(Warning value)
Informational warning which replaces the list of
SSL policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
removeSslPolicies(int index)
public SslPoliciesScopedList.Builder removeSslPolicies(int index)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
| Parameter |
| Name |
Description |
index |
int
|
setSslPolicies(int index, SslPolicy value)
public SslPoliciesScopedList.Builder setSslPolicies(int index, SslPolicy value)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
setSslPolicies(int index, SslPolicy.Builder builderForValue)
public SslPoliciesScopedList.Builder setSslPolicies(int index, SslPolicy.Builder builderForValue)
A list of SslPolicies contained in this scope.
repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;
setWarning(Warning value)
public SslPoliciesScopedList.Builder setWarning(Warning value)
Informational warning which replaces the list of
SSL policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
setWarning(Warning.Builder builderForValue)
public SslPoliciesScopedList.Builder setWarning(Warning.Builder builderForValue)
Informational warning which replaces the list of
SSL policies when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;