Package com.google.cloud.compute.v1
Interface ConditionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Condition
,Condition.Builder
public interface ConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIam
boolean 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;
- Returns:
- Whether the iam field is set.
-
getIam
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;
- Returns:
- The iam.
-
getIamBytes
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;
- Returns:
- The bytes for iam.
-
hasOp
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;
- Returns:
- Whether the op field is set.
-
getOp
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;
- Returns:
- The op.
-
getOpBytes
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;
- Returns:
- The bytes for op.
-
hasSvc
boolean hasSvc()
This is deprecated and has no effect. Do not use.
optional string svc = 114272;
- Returns:
- Whether the svc field is set.
-
getSvc
String getSvc()
This is deprecated and has no effect. Do not use.
optional string svc = 114272;
- Returns:
- The svc.
-
getSvcBytes
com.google.protobuf.ByteString getSvcBytes()
This is deprecated and has no effect. Do not use.
optional string svc = 114272;
- Returns:
- The bytes for svc.
-
hasSys
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;
- Returns:
- Whether the sys field is set.
-
getSys
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;
- Returns:
- The sys.
-
getSysBytes
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;
- Returns:
- The bytes for sys.
-
getValuesList
List<String> getValuesList()
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
- Returns:
- A list containing the values.
-
getValuesCount
int getValuesCount()
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
- Returns:
- The count of values.
-
getValues
String getValues(int index)
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
- Parameters:
index
- The index of the element to return.- Returns:
- The values at the given index.
-
getValuesBytes
com.google.protobuf.ByteString getValuesBytes(int index)
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the values at the given index.
-
-