Interface SslPoliciesScopedListOrBuilder (1.52.0)

public interface SslPoliciesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSslPolicies(int index)

public abstract 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
Returns
Type Description
SslPolicy

getSslPoliciesCount()

public abstract 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 abstract List<SslPolicy> getSslPoliciesList()

A list of SslPolicies contained in this scope.

repeated .google.cloud.compute.v1.SslPolicy ssl_policies = 209941027;

Returns
Type Description
List<SslPolicy>

getSslPoliciesOrBuilder(int index)

public abstract 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
Returns
Type Description
SslPolicyOrBuilder

getSslPoliciesOrBuilderList()

public abstract 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 abstract 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.

getWarningOrBuilder()

public abstract WarningOrBuilder getWarningOrBuilder()

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
WarningOrBuilder

hasWarning()

public abstract 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.