Package com.google.cloud.compute.v1
Interface SubsettingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Subsetting
,Subsetting.Builder
public interface SubsettingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPolicy()
Check the Policy enum for the list of possible values.com.google.protobuf.ByteString
getPolicyBytes()
Check the Policy enum for the list of possible values.boolean
hasPolicy()
Check the Policy enum for the list of possible values.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPolicy
boolean hasPolicy()
Check the Policy enum for the list of possible values.
optional string policy = 91071794;
- Returns:
- Whether the policy field is set.
-
getPolicy
String getPolicy()
Check the Policy enum for the list of possible values.
optional string policy = 91071794;
- Returns:
- The policy.
-
getPolicyBytes
com.google.protobuf.ByteString getPolicyBytes()
Check the Policy enum for the list of possible values.
optional string policy = 91071794;
- Returns:
- The bytes for policy.
-
-