Package com.google.cloud.compute.v1
Interface RuleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Rule,Rule.Builder
public interface RuleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAction()This is deprecated and has no effect.com.google.protobuf.ByteStringgetActionBytes()This is deprecated and has no effect.ConditiongetConditions(int index)This is deprecated and has no effect.intgetConditionsCount()This is deprecated and has no effect.List<Condition>getConditionsList()This is deprecated and has no effect.ConditionOrBuildergetConditionsOrBuilder(int index)This is deprecated and has no effect.List<? extends ConditionOrBuilder>getConditionsOrBuilderList()This is deprecated and has no effect.StringgetDescription()This is deprecated and has no effect.com.google.protobuf.ByteStringgetDescriptionBytes()This is deprecated and has no effect.StringgetIns(int index)This is deprecated and has no effect.com.google.protobuf.ByteStringgetInsBytes(int index)This is deprecated and has no effect.intgetInsCount()This is deprecated and has no effect.List<String>getInsList()This is deprecated and has no effect.LogConfiggetLogConfigs(int index)This is deprecated and has no effect.intgetLogConfigsCount()This is deprecated and has no effect.List<LogConfig>getLogConfigsList()This is deprecated and has no effect.LogConfigOrBuildergetLogConfigsOrBuilder(int index)This is deprecated and has no effect.List<? extends LogConfigOrBuilder>getLogConfigsOrBuilderList()This is deprecated and has no effect.StringgetNotIns(int index)This is deprecated and has no effect.com.google.protobuf.ByteStringgetNotInsBytes(int index)This is deprecated and has no effect.intgetNotInsCount()This is deprecated and has no effect.List<String>getNotInsList()This is deprecated and has no effect.StringgetPermissions(int index)This is deprecated and has no effect.com.google.protobuf.ByteStringgetPermissionsBytes(int index)This is deprecated and has no effect.intgetPermissionsCount()This is deprecated and has no effect.List<String>getPermissionsList()This is deprecated and has no effect.booleanhasAction()This is deprecated and has no effect.booleanhasDescription()This is deprecated and has no effect.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAction
boolean hasAction()
This is deprecated and has no effect. Do not use. Check the Action enum for the list of possible values.
optional string action = 187661878;- Returns:
- Whether the action field is set.
-
getAction
String getAction()
This is deprecated and has no effect. Do not use. Check the Action enum for the list of possible values.
optional string action = 187661878;- Returns:
- The action.
-
getActionBytes
com.google.protobuf.ByteString getActionBytes()
This is deprecated and has no effect. Do not use. Check the Action enum for the list of possible values.
optional string action = 187661878;- Returns:
- The bytes for action.
-
getConditionsList
List<Condition> getConditionsList()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.Condition conditions = 142882488;
-
getConditions
Condition getConditions(int index)
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.Condition conditions = 142882488;
-
getConditionsCount
int getConditionsCount()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.Condition conditions = 142882488;
-
getConditionsOrBuilderList
List<? extends ConditionOrBuilder> getConditionsOrBuilderList()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.Condition conditions = 142882488;
-
getConditionsOrBuilder
ConditionOrBuilder getConditionsOrBuilder(int index)
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.Condition conditions = 142882488;
-
hasDescription
boolean hasDescription()
This is deprecated and has no effect. Do not use.
optional string description = 422937596;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()
This is deprecated and has no effect. Do not use.
optional string description = 422937596;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
This is deprecated and has no effect. Do not use.
optional string description = 422937596;- Returns:
- The bytes for description.
-
getInsList
List<String> getInsList()
This is deprecated and has no effect. Do not use.
repeated string ins = 104430;- Returns:
- A list containing the ins.
-
getInsCount
int getInsCount()
This is deprecated and has no effect. Do not use.
repeated string ins = 104430;- Returns:
- The count of ins.
-
getIns
String getIns(int index)
This is deprecated and has no effect. Do not use.
repeated string ins = 104430;- Parameters:
index- The index of the element to return.- Returns:
- The ins at the given index.
-
getInsBytes
com.google.protobuf.ByteString getInsBytes(int index)
This is deprecated and has no effect. Do not use.
repeated string ins = 104430;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ins at the given index.
-
getLogConfigsList
List<LogConfig> getLogConfigsList()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;
-
getLogConfigs
LogConfig getLogConfigs(int index)
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;
-
getLogConfigsCount
int getLogConfigsCount()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;
-
getLogConfigsOrBuilderList
List<? extends LogConfigOrBuilder> getLogConfigsOrBuilderList()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;
-
getLogConfigsOrBuilder
LogConfigOrBuilder getLogConfigsOrBuilder(int index)
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;
-
getNotInsList
List<String> getNotInsList()
This is deprecated and has no effect. Do not use.
repeated string not_ins = 518443138;- Returns:
- A list containing the notIns.
-
getNotInsCount
int getNotInsCount()
This is deprecated and has no effect. Do not use.
repeated string not_ins = 518443138;- Returns:
- The count of notIns.
-
getNotIns
String getNotIns(int index)
This is deprecated and has no effect. Do not use.
repeated string not_ins = 518443138;- Parameters:
index- The index of the element to return.- Returns:
- The notIns at the given index.
-
getNotInsBytes
com.google.protobuf.ByteString getNotInsBytes(int index)
This is deprecated and has no effect. Do not use.
repeated string not_ins = 518443138;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the notIns at the given index.
-
getPermissionsList
List<String> getPermissionsList()
This is deprecated and has no effect. Do not use.
repeated string permissions = 59962500;- Returns:
- A list containing the permissions.
-
getPermissionsCount
int getPermissionsCount()
This is deprecated and has no effect. Do not use.
repeated string permissions = 59962500;- Returns:
- The count of permissions.
-
getPermissions
String getPermissions(int index)
This is deprecated and has no effect. Do not use.
repeated string permissions = 59962500;- Parameters:
index- The index of the element to return.- Returns:
- The permissions at the given index.
-
getPermissionsBytes
com.google.protobuf.ByteString getPermissionsBytes(int index)
This is deprecated and has no effect. Do not use.
repeated string permissions = 59962500;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the permissions at the given index.
-
-