public interface RuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
This is deprecated and has no effect.
|
com.google.protobuf.ByteString |
getActionBytes()
This is deprecated and has no effect.
|
Condition |
getConditions(int index)
This is deprecated and has no effect.
|
int |
getConditionsCount()
This is deprecated and has no effect.
|
List<Condition> |
getConditionsList()
This is deprecated and has no effect.
|
ConditionOrBuilder |
getConditionsOrBuilder(int index)
This is deprecated and has no effect.
|
List<? extends ConditionOrBuilder> |
getConditionsOrBuilderList()
This is deprecated and has no effect.
|
String |
getDescription()
This is deprecated and has no effect.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
This is deprecated and has no effect.
|
String |
getIns(int index)
This is deprecated and has no effect.
|
com.google.protobuf.ByteString |
getInsBytes(int index)
This is deprecated and has no effect.
|
int |
getInsCount()
This is deprecated and has no effect.
|
List<String> |
getInsList()
This is deprecated and has no effect.
|
LogConfig |
getLogConfigs(int index)
This is deprecated and has no effect.
|
int |
getLogConfigsCount()
This is deprecated and has no effect.
|
List<LogConfig> |
getLogConfigsList()
This is deprecated and has no effect.
|
LogConfigOrBuilder |
getLogConfigsOrBuilder(int index)
This is deprecated and has no effect.
|
List<? extends LogConfigOrBuilder> |
getLogConfigsOrBuilderList()
This is deprecated and has no effect.
|
String |
getNotIns(int index)
This is deprecated and has no effect.
|
com.google.protobuf.ByteString |
getNotInsBytes(int index)
This is deprecated and has no effect.
|
int |
getNotInsCount()
This is deprecated and has no effect.
|
List<String> |
getNotInsList()
This is deprecated and has no effect.
|
String |
getPermissions(int index)
This is deprecated and has no effect.
|
com.google.protobuf.ByteString |
getPermissionsBytes(int index)
This is deprecated and has no effect.
|
int |
getPermissionsCount()
This is deprecated and has no effect.
|
List<String> |
getPermissionsList()
This is deprecated and has no effect.
|
boolean |
hasAction()
This is deprecated and has no effect.
|
boolean |
hasDescription()
This is deprecated and has no effect.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;List<Condition> getConditionsList()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.Condition conditions = 142882488;Condition getConditions(int index)
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.Condition conditions = 142882488;int getConditionsCount()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.Condition conditions = 142882488;List<? extends ConditionOrBuilder> getConditionsOrBuilderList()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.Condition conditions = 142882488;ConditionOrBuilder getConditionsOrBuilder(int index)
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.Condition conditions = 142882488;boolean hasDescription()
This is deprecated and has no effect. Do not use.
optional string description = 422937596;String getDescription()
This is deprecated and has no effect. Do not use.
optional string description = 422937596;com.google.protobuf.ByteString getDescriptionBytes()
This is deprecated and has no effect. Do not use.
optional string description = 422937596;List<String> getInsList()
This is deprecated and has no effect. Do not use.
repeated string ins = 104430;int getInsCount()
This is deprecated and has no effect. Do not use.
repeated string ins = 104430;String getIns(int index)
This is deprecated and has no effect. Do not use.
repeated string ins = 104430;index - The index of the element to return.com.google.protobuf.ByteString getInsBytes(int index)
This is deprecated and has no effect. Do not use.
repeated string ins = 104430;index - The index of the value to return.List<LogConfig> getLogConfigsList()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;LogConfig getLogConfigs(int index)
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;int getLogConfigsCount()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;List<? extends LogConfigOrBuilder> getLogConfigsOrBuilderList()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;LogConfigOrBuilder getLogConfigsOrBuilder(int index)
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;List<String> getNotInsList()
This is deprecated and has no effect. Do not use.
repeated string not_ins = 518443138;int getNotInsCount()
This is deprecated and has no effect. Do not use.
repeated string not_ins = 518443138;String getNotIns(int index)
This is deprecated and has no effect. Do not use.
repeated string not_ins = 518443138;index - The index of the element to return.com.google.protobuf.ByteString getNotInsBytes(int index)
This is deprecated and has no effect. Do not use.
repeated string not_ins = 518443138;index - The index of the value to return.List<String> getPermissionsList()
This is deprecated and has no effect. Do not use.
repeated string permissions = 59962500;int getPermissionsCount()
This is deprecated and has no effect. Do not use.
repeated string permissions = 59962500;String getPermissions(int index)
This is deprecated and has no effect. Do not use.
repeated string permissions = 59962500;index - The index of the element to return.com.google.protobuf.ByteString getPermissionsBytes(int index)
This is deprecated and has no effect. Do not use.
repeated string permissions = 59962500;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.