public final class Condition extends GeneratedMessageV3 implements ConditionOrBuilder
This is deprecated and has no effect. Do not use.
Protobuf type google.cloud.compute.v1.Condition
Static Fields
IAM_FIELD_NUMBER
public static final int IAM_FIELD_NUMBER
Field Value
OP_FIELD_NUMBER
public static final int OP_FIELD_NUMBER
Field Value
SVC_FIELD_NUMBER
public static final int SVC_FIELD_NUMBER
Field Value
SYS_FIELD_NUMBER
public static final int SYS_FIELD_NUMBER
Field Value
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Condition getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Condition.Builder newBuilder()
Returns
newBuilder(Condition prototype)
public static Condition.Builder newBuilder(Condition prototype)
Parameter
Returns
public static Condition parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Condition parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Condition parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Condition parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Condition parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Condition parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Condition parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Condition parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Condition parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Condition parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Condition parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Condition parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Condition> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Condition getDefaultInstanceForType()
Returns
getIam()
This is deprecated and has no effect. Do not use.
optional string iam = 104021;
Returns
getIamBytes()
public ByteString getIamBytes()
This is deprecated and has no effect. Do not use.
optional string iam = 104021;
Returns
getOp()
This is deprecated and has no effect. Do not use.
optional string op = 3553;
Returns
getOpBytes()
public ByteString getOpBytes()
This is deprecated and has no effect. Do not use.
optional string op = 3553;
Returns
getParserForType()
public Parser<Condition> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSvc()
This is deprecated and has no effect. Do not use.
optional string svc = 114272;
Returns
getSvcBytes()
public ByteString getSvcBytes()
This is deprecated and has no effect. Do not use.
optional string svc = 114272;
Returns
getSys()
This is deprecated and has no effect. Do not use.
optional string sys = 114381;
Returns
getSysBytes()
public ByteString getSysBytes()
This is deprecated and has no effect. Do not use.
optional string sys = 114381;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getValues(int index)
public String getValues(int index)
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The values at the given index.
|
getValuesBytes(int index)
public ByteString getValuesBytes(int index)
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the values at the given index.
|
getValuesCount()
public int getValuesCount()
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
Returns
Type | Description |
int | The count of values.
|
getValuesList()
public ProtocolStringList getValuesList()
This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
Returns
hasIam()
This is deprecated and has no effect. Do not use.
optional string iam = 104021;
Returns
Type | Description |
boolean | Whether the iam field is set.
|
hasOp()
This is deprecated and has no effect. Do not use.
optional string op = 3553;
Returns
Type | Description |
boolean | Whether the op field is set.
|
hasSvc()
This is deprecated and has no effect. Do not use.
optional string svc = 114272;
Returns
Type | Description |
boolean | Whether the svc field is set.
|
hasSys()
This is deprecated and has no effect. Do not use.
optional string sys = 114381;
Returns
Type | Description |
boolean | Whether the sys field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Condition.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Condition.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Condition.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions