public interface ConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIam()
This is deprecated and has no effect.
|
com.google.protobuf.ByteString |
getIamBytes()
This is deprecated and has no effect.
|
String |
getOp()
This is deprecated and has no effect.
|
com.google.protobuf.ByteString |
getOpBytes()
This is deprecated and has no effect.
|
String |
getSvc()
This is deprecated and has no effect.
|
com.google.protobuf.ByteString |
getSvcBytes()
This is deprecated and has no effect.
|
String |
getSys()
This is deprecated and has no effect.
|
com.google.protobuf.ByteString |
getSysBytes()
This is deprecated and has no effect.
|
String |
getValues(int index)
This is deprecated and has no effect.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
This is deprecated and has no effect.
|
int |
getValuesCount()
This is deprecated and has no effect.
|
List<String> |
getValuesList()
This is deprecated and has no effect.
|
boolean |
hasIam()
This is deprecated and has no effect.
|
boolean |
hasOp()
This is deprecated and has no effect.
|
boolean |
hasSvc()
This is deprecated and has no effect.
|
boolean |
hasSys()
This is deprecated and has no effect.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIam()
This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.
optional string iam = 104021;String getIam()
This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.
optional string iam = 104021;com.google.protobuf.ByteString getIamBytes()
This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.
optional string iam = 104021;boolean hasOp()
This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.
optional string op = 3553;String getOp()
This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.
optional string op = 3553;com.google.protobuf.ByteString getOpBytes()
This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.
optional string op = 3553;boolean hasSvc()
This is deprecated and has no effect. Do not use.
optional string svc = 114272;String getSvc()
This is deprecated and has no effect. Do not use.
optional string svc = 114272;com.google.protobuf.ByteString getSvcBytes()
This is deprecated and has no effect. Do not use.
optional string svc = 114272;boolean hasSys()
This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.
optional string sys = 114381;String getSys()
This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.
optional string sys = 114381;com.google.protobuf.ByteString getSysBytes()
This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.
optional string sys = 114381;List<String> getValuesList()
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;int getValuesCount()
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;String getValues(int index)
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.