Package com.google.cloud.compute.v1
Interface SslPolicyReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SslPolicyReference
,SslPolicyReference.Builder
public interface SslPolicyReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSslPolicy()
URL of the SSL policy resource.com.google.protobuf.ByteString
getSslPolicyBytes()
URL of the SSL policy resource.boolean
hasSslPolicy()
URL of the SSL policy resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSslPolicy
boolean hasSslPolicy()
URL of the SSL policy resource. Set this to empty string to clear any existing SSL policy associated with the target proxy resource.
optional string ssl_policy = 295190213;
- Returns:
- Whether the sslPolicy field is set.
-
getSslPolicy
String getSslPolicy()
URL of the SSL policy resource. Set this to empty string to clear any existing SSL policy associated with the target proxy resource.
optional string ssl_policy = 295190213;
- Returns:
- The sslPolicy.
-
getSslPolicyBytes
com.google.protobuf.ByteString getSslPolicyBytes()
URL of the SSL policy resource. Set this to empty string to clear any existing SSL policy associated with the target proxy resource.
optional string ssl_policy = 295190213;
- Returns:
- The bytes for sslPolicy.
-
-