/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto

package com.google.cloud.compute.v1;

/**
 *
 *
 * <pre>
 * This is deprecated and has no effect. Do not use.
 * </pre>
 *
 * Protobuf type {@code google.cloud.compute.v1.Condition}
 */
public final class Condition extends com.google.protobuf.GeneratedMessageV3
    implements
    // @@protoc_insertion_point(message_implements:google.cloud.compute.v1.Condition)
    ConditionOrBuilder {
  private static final long serialVersionUID = 0L;
  // Use Condition.newBuilder() to construct.
  private Condition(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
    super(builder);
  }

  private Condition() {
    iam_ = "";
    op_ = "";
    svc_ = "";
    sys_ = "";
    values_ = com.google.protobuf.LazyStringArrayList.EMPTY;
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
    return new Condition();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
    return this.unknownFields;
  }

  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    return com.google.cloud.compute.v1.Compute
        .internal_static_google_cloud_compute_v1_Condition_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.google.cloud.compute.v1.Compute
        .internal_static_google_cloud_compute_v1_Condition_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.google.cloud.compute.v1.Condition.class,
            com.google.cloud.compute.v1.Condition.Builder.class);
  }

  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * Additional supported values which may be not listed in the enum directly due to technical reasons:
   * NO_ATTR
   * </pre>
   *
   * Protobuf enum {@code google.cloud.compute.v1.Condition.Iam}
   */
  public enum Iam implements com.google.protobuf.ProtocolMessageEnum {
    /**
     *
     *
     * <pre>
     * A value indicating that the enum field is not set.
     * </pre>
     *
     * <code>UNDEFINED_IAM = 0;</code>
     */
    UNDEFINED_IAM(0),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>APPROVER = 357258949;</code>
     */
    APPROVER(357258949),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>ATTRIBUTION = 232465503;</code>
     */
    ATTRIBUTION(232465503),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>AUTHORITY = 504108835;</code>
     */
    AUTHORITY(504108835),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>CREDENTIALS_TYPE = 348222141;</code>
     */
    CREDENTIALS_TYPE(348222141),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>CREDS_ASSERTION = 332343272;</code>
     */
    CREDS_ASSERTION(332343272),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>JUSTIFICATION_TYPE = 206147719;</code>
     */
    JUSTIFICATION_TYPE(206147719),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>SECURITY_REALM = 526269616;</code>
     */
    SECURITY_REALM(526269616),
    UNRECOGNIZED(-1),
    ;

    /**
     *
     *
     * <pre>
     * A value indicating that the enum field is not set.
     * </pre>
     *
     * <code>UNDEFINED_IAM = 0;</code>
     */
    public static final int UNDEFINED_IAM_VALUE = 0;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>APPROVER = 357258949;</code>
     */
    public static final int APPROVER_VALUE = 357258949;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>ATTRIBUTION = 232465503;</code>
     */
    public static final int ATTRIBUTION_VALUE = 232465503;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>AUTHORITY = 504108835;</code>
     */
    public static final int AUTHORITY_VALUE = 504108835;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>CREDENTIALS_TYPE = 348222141;</code>
     */
    public static final int CREDENTIALS_TYPE_VALUE = 348222141;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>CREDS_ASSERTION = 332343272;</code>
     */
    public static final int CREDS_ASSERTION_VALUE = 332343272;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>JUSTIFICATION_TYPE = 206147719;</code>
     */
    public static final int JUSTIFICATION_TYPE_VALUE = 206147719;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>SECURITY_REALM = 526269616;</code>
     */
    public static final int SECURITY_REALM_VALUE = 526269616;

    public final int getNumber() {
      if (this == UNRECOGNIZED) {
        throw new java.lang.IllegalArgumentException(
            "Can't get the number of an unknown enum value.");
      }
      return value;
    }

    /**
     * @param value The numeric wire value of the corresponding enum entry.
     * @return The enum associated with the given numeric wire value.
     * @deprecated Use {@link #forNumber(int)} instead.
     */
    @java.lang.Deprecated
    public static Iam valueOf(int value) {
      return forNumber(value);
    }

    /**
     * @param value The numeric wire value of the corresponding enum entry.
     * @return The enum associated with the given numeric wire value.
     */
    public static Iam forNumber(int value) {
      switch (value) {
        case 0:
          return UNDEFINED_IAM;
        case 357258949:
          return APPROVER;
        case 232465503:
          return ATTRIBUTION;
        case 504108835:
          return AUTHORITY;
        case 348222141:
          return CREDENTIALS_TYPE;
        case 332343272:
          return CREDS_ASSERTION;
        case 206147719:
          return JUSTIFICATION_TYPE;
        case 526269616:
          return SECURITY_REALM;
        default:
          return null;
      }
    }

    public static com.google.protobuf.Internal.EnumLiteMap<Iam> internalGetValueMap() {
      return internalValueMap;
    }

    private static final com.google.protobuf.Internal.EnumLiteMap<Iam> internalValueMap =
        new com.google.protobuf.Internal.EnumLiteMap<Iam>() {
          public Iam findValueByNumber(int number) {
            return Iam.forNumber(number);
          }
        };

    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
      if (this == UNRECOGNIZED) {
        throw new java.lang.IllegalStateException(
            "Can't get the descriptor of an unrecognized enum value.");
      }
      return getDescriptor().getValues().get(ordinal());
    }

    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
      return getDescriptor();
    }

    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
      return com.google.cloud.compute.v1.Condition.getDescriptor().getEnumTypes().get(0);
    }

    private static final Iam[] VALUES = values();

    public static Iam valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
      if (desc.getType() != getDescriptor()) {
        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
      }
      if (desc.getIndex() == -1) {
        return UNRECOGNIZED;
      }
      return VALUES[desc.getIndex()];
    }

    private final int value;

    private Iam(int value) {
      this.value = value;
    }

    // @@protoc_insertion_point(enum_scope:google.cloud.compute.v1.Condition.Iam)
  }

  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * </pre>
   *
   * Protobuf enum {@code google.cloud.compute.v1.Condition.Op}
   */
  public enum Op implements com.google.protobuf.ProtocolMessageEnum {
    /**
     *
     *
     * <pre>
     * A value indicating that the enum field is not set.
     * </pre>
     *
     * <code>UNDEFINED_OP = 0;</code>
     */
    UNDEFINED_OP(0),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>DISCHARGED = 266338274;</code>
     */
    DISCHARGED(266338274),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>EQUALS = 442201023;</code>
     */
    EQUALS(442201023),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>IN = 2341;</code>
     */
    IN(2341),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>NOT_EQUALS = 19718859;</code>
     */
    NOT_EQUALS(19718859),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>NOT_IN = 161144369;</code>
     */
    NOT_IN(161144369),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>NO_OP = 74481951;</code>
     */
    NO_OP(74481951),
    UNRECOGNIZED(-1),
    ;

    /**
     *
     *
     * <pre>
     * A value indicating that the enum field is not set.
     * </pre>
     *
     * <code>UNDEFINED_OP = 0;</code>
     */
    public static final int UNDEFINED_OP_VALUE = 0;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>DISCHARGED = 266338274;</code>
     */
    public static final int DISCHARGED_VALUE = 266338274;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>EQUALS = 442201023;</code>
     */
    public static final int EQUALS_VALUE = 442201023;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>IN = 2341;</code>
     */
    public static final int IN_VALUE = 2341;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>NOT_EQUALS = 19718859;</code>
     */
    public static final int NOT_EQUALS_VALUE = 19718859;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>NOT_IN = 161144369;</code>
     */
    public static final int NOT_IN_VALUE = 161144369;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>NO_OP = 74481951;</code>
     */
    public static final int NO_OP_VALUE = 74481951;

    public final int getNumber() {
      if (this == UNRECOGNIZED) {
        throw new java.lang.IllegalArgumentException(
            "Can't get the number of an unknown enum value.");
      }
      return value;
    }

    /**
     * @param value The numeric wire value of the corresponding enum entry.
     * @return The enum associated with the given numeric wire value.
     * @deprecated Use {@link #forNumber(int)} instead.
     */
    @java.lang.Deprecated
    public static Op valueOf(int value) {
      return forNumber(value);
    }

    /**
     * @param value The numeric wire value of the corresponding enum entry.
     * @return The enum associated with the given numeric wire value.
     */
    public static Op forNumber(int value) {
      switch (value) {
        case 0:
          return UNDEFINED_OP;
        case 266338274:
          return DISCHARGED;
        case 442201023:
          return EQUALS;
        case 2341:
          return IN;
        case 19718859:
          return NOT_EQUALS;
        case 161144369:
          return NOT_IN;
        case 74481951:
          return NO_OP;
        default:
          return null;
      }
    }

    public static com.google.protobuf.Internal.EnumLiteMap<Op> internalGetValueMap() {
      return internalValueMap;
    }

    private static final com.google.protobuf.Internal.EnumLiteMap<Op> internalValueMap =
        new com.google.protobuf.Internal.EnumLiteMap<Op>() {
          public Op findValueByNumber(int number) {
            return Op.forNumber(number);
          }
        };

    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
      if (this == UNRECOGNIZED) {
        throw new java.lang.IllegalStateException(
            "Can't get the descriptor of an unrecognized enum value.");
      }
      return getDescriptor().getValues().get(ordinal());
    }

    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
      return getDescriptor();
    }

    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
      return com.google.cloud.compute.v1.Condition.getDescriptor().getEnumTypes().get(1);
    }

    private static final Op[] VALUES = values();

    public static Op valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
      if (desc.getType() != getDescriptor()) {
        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
      }
      if (desc.getIndex() == -1) {
        return UNRECOGNIZED;
      }
      return VALUES[desc.getIndex()];
    }

    private final int value;

    private Op(int value) {
      this.value = value;
    }

    // @@protoc_insertion_point(enum_scope:google.cloud.compute.v1.Condition.Op)
  }

  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * Additional supported values which may be not listed in the enum directly due to technical reasons:
   * NO_ATTR
   * </pre>
   *
   * Protobuf enum {@code google.cloud.compute.v1.Condition.Sys}
   */
  public enum Sys implements com.google.protobuf.ProtocolMessageEnum {
    /**
     *
     *
     * <pre>
     * A value indicating that the enum field is not set.
     * </pre>
     *
     * <code>UNDEFINED_SYS = 0;</code>
     */
    UNDEFINED_SYS(0),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>IP = 2343;</code>
     */
    IP(2343),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>NAME = 2388619;</code>
     */
    NAME(2388619),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>REGION = 266017524;</code>
     */
    REGION(266017524),
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>SERVICE = 17781397;</code>
     */
    SERVICE(17781397),
    UNRECOGNIZED(-1),
    ;

    /**
     *
     *
     * <pre>
     * A value indicating that the enum field is not set.
     * </pre>
     *
     * <code>UNDEFINED_SYS = 0;</code>
     */
    public static final int UNDEFINED_SYS_VALUE = 0;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>IP = 2343;</code>
     */
    public static final int IP_VALUE = 2343;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>NAME = 2388619;</code>
     */
    public static final int NAME_VALUE = 2388619;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>REGION = 266017524;</code>
     */
    public static final int REGION_VALUE = 266017524;
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>SERVICE = 17781397;</code>
     */
    public static final int SERVICE_VALUE = 17781397;

    public final int getNumber() {
      if (this == UNRECOGNIZED) {
        throw new java.lang.IllegalArgumentException(
            "Can't get the number of an unknown enum value.");
      }
      return value;
    }

    /**
     * @param value The numeric wire value of the corresponding enum entry.
     * @return The enum associated with the given numeric wire value.
     * @deprecated Use {@link #forNumber(int)} instead.
     */
    @java.lang.Deprecated
    public static Sys valueOf(int value) {
      return forNumber(value);
    }

    /**
     * @param value The numeric wire value of the corresponding enum entry.
     * @return The enum associated with the given numeric wire value.
     */
    public static Sys forNumber(int value) {
      switch (value) {
        case 0:
          return UNDEFINED_SYS;
        case 2343:
          return IP;
        case 2388619:
          return NAME;
        case 266017524:
          return REGION;
        case 17781397:
          return SERVICE;
        default:
          return null;
      }
    }

    public static com.google.protobuf.Internal.EnumLiteMap<Sys> internalGetValueMap() {
      return internalValueMap;
    }

    private static final com.google.protobuf.Internal.EnumLiteMap<Sys> internalValueMap =
        new com.google.protobuf.Internal.EnumLiteMap<Sys>() {
          public Sys findValueByNumber(int number) {
            return Sys.forNumber(number);
          }
        };

    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
      if (this == UNRECOGNIZED) {
        throw new java.lang.IllegalStateException(
            "Can't get the descriptor of an unrecognized enum value.");
      }
      return getDescriptor().getValues().get(ordinal());
    }

    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
      return getDescriptor();
    }

    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
      return com.google.cloud.compute.v1.Condition.getDescriptor().getEnumTypes().get(2);
    }

    private static final Sys[] VALUES = values();

    public static Sys valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
      if (desc.getType() != getDescriptor()) {
        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
      }
      if (desc.getIndex() == -1) {
        return UNRECOGNIZED;
      }
      return VALUES[desc.getIndex()];
    }

    private final int value;

    private Sys(int value) {
      this.value = value;
    }

    // @@protoc_insertion_point(enum_scope:google.cloud.compute.v1.Condition.Sys)
  }

  private int bitField0_;
  public static final int IAM_FIELD_NUMBER = 104021;

  @SuppressWarnings("serial")
  private volatile java.lang.Object iam_ = "";
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * Check the Iam enum for the list of possible values.
   * </pre>
   *
   * <code>optional string iam = 104021;</code>
   *
   * @return Whether the iam field is set.
   */
  @java.lang.Override
  public boolean hasIam() {
    return ((bitField0_ & 0x00000001) != 0);
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * Check the Iam enum for the list of possible values.
   * </pre>
   *
   * <code>optional string iam = 104021;</code>
   *
   * @return The iam.
   */
  @java.lang.Override
  public java.lang.String getIam() {
    java.lang.Object ref = iam_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      iam_ = s;
      return s;
    }
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * Check the Iam enum for the list of possible values.
   * </pre>
   *
   * <code>optional string iam = 104021;</code>
   *
   * @return The bytes for iam.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString getIamBytes() {
    java.lang.Object ref = iam_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b =
          com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
      iam_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int OP_FIELD_NUMBER = 3553;

  @SuppressWarnings("serial")
  private volatile java.lang.Object op_ = "";
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * Check the Op enum for the list of possible values.
   * </pre>
   *
   * <code>optional string op = 3553;</code>
   *
   * @return Whether the op field is set.
   */
  @java.lang.Override
  public boolean hasOp() {
    return ((bitField0_ & 0x00000002) != 0);
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * Check the Op enum for the list of possible values.
   * </pre>
   *
   * <code>optional string op = 3553;</code>
   *
   * @return The op.
   */
  @java.lang.Override
  public java.lang.String getOp() {
    java.lang.Object ref = op_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      op_ = s;
      return s;
    }
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * Check the Op enum for the list of possible values.
   * </pre>
   *
   * <code>optional string op = 3553;</code>
   *
   * @return The bytes for op.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString getOpBytes() {
    java.lang.Object ref = op_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b =
          com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
      op_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int SVC_FIELD_NUMBER = 114272;

  @SuppressWarnings("serial")
  private volatile java.lang.Object svc_ = "";
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * </pre>
   *
   * <code>optional string svc = 114272;</code>
   *
   * @return Whether the svc field is set.
   */
  @java.lang.Override
  public boolean hasSvc() {
    return ((bitField0_ & 0x00000004) != 0);
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * </pre>
   *
   * <code>optional string svc = 114272;</code>
   *
   * @return The svc.
   */
  @java.lang.Override
  public java.lang.String getSvc() {
    java.lang.Object ref = svc_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      svc_ = s;
      return s;
    }
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * </pre>
   *
   * <code>optional string svc = 114272;</code>
   *
   * @return The bytes for svc.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString getSvcBytes() {
    java.lang.Object ref = svc_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b =
          com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
      svc_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int SYS_FIELD_NUMBER = 114381;

  @SuppressWarnings("serial")
  private volatile java.lang.Object sys_ = "";
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * Check the Sys enum for the list of possible values.
   * </pre>
   *
   * <code>optional string sys = 114381;</code>
   *
   * @return Whether the sys field is set.
   */
  @java.lang.Override
  public boolean hasSys() {
    return ((bitField0_ & 0x00000008) != 0);
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * Check the Sys enum for the list of possible values.
   * </pre>
   *
   * <code>optional string sys = 114381;</code>
   *
   * @return The sys.
   */
  @java.lang.Override
  public java.lang.String getSys() {
    java.lang.Object ref = sys_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      sys_ = s;
      return s;
    }
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * Check the Sys enum for the list of possible values.
   * </pre>
   *
   * <code>optional string sys = 114381;</code>
   *
   * @return The bytes for sys.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString getSysBytes() {
    java.lang.Object ref = sys_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b =
          com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
      sys_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int VALUES_FIELD_NUMBER = 249928994;

  @SuppressWarnings("serial")
  private com.google.protobuf.LazyStringList values_;
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * </pre>
   *
   * <code>repeated string values = 249928994;</code>
   *
   * @return A list containing the values.
   */
  public com.google.protobuf.ProtocolStringList getValuesList() {
    return values_;
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * </pre>
   *
   * <code>repeated string values = 249928994;</code>
   *
   * @return The count of values.
   */
  public int getValuesCount() {
    return values_.size();
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * </pre>
   *
   * <code>repeated string values = 249928994;</code>
   *
   * @param index The index of the element to return.
   * @return The values at the given index.
   */
  public java.lang.String getValues(int index) {
    return values_.get(index);
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * </pre>
   *
   * <code>repeated string values = 249928994;</code>
   *
   * @param index The index of the value to return.
   * @return The bytes of the values at the given index.
   */
  public com.google.protobuf.ByteString getValuesBytes(int index) {
    return values_.getByteString(index);
  }

  private byte memoizedIsInitialized = -1;

  @java.lang.Override
  public final boolean isInitialized() {
    byte isInitialized = memoizedIsInitialized;
    if (isInitialized == 1) return true;
    if (isInitialized == 0) return false;

    memoizedIsInitialized = 1;
    return true;
  }

  @java.lang.Override
  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
    if (((bitField0_ & 0x00000002) != 0)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 3553, op_);
    }
    if (((bitField0_ & 0x00000001) != 0)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 104021, iam_);
    }
    if (((bitField0_ & 0x00000004) != 0)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 114272, svc_);
    }
    if (((bitField0_ & 0x00000008) != 0)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 114381, sys_);
    }
    for (int i = 0; i < values_.size(); i++) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 249928994, values_.getRaw(i));
    }
    getUnknownFields().writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (((bitField0_ & 0x00000002) != 0)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3553, op_);
    }
    if (((bitField0_ & 0x00000001) != 0)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(104021, iam_);
    }
    if (((bitField0_ & 0x00000004) != 0)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(114272, svc_);
    }
    if (((bitField0_ & 0x00000008) != 0)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(114381, sys_);
    }
    {
      int dataSize = 0;
      for (int i = 0; i < values_.size(); i++) {
        dataSize += computeStringSizeNoTag(values_.getRaw(i));
      }
      size += dataSize;
      size += 5 * getValuesList().size();
    }
    size += getUnknownFields().getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
      return true;
    }
    if (!(obj instanceof com.google.cloud.compute.v1.Condition)) {
      return super.equals(obj);
    }
    com.google.cloud.compute.v1.Condition other = (com.google.cloud.compute.v1.Condition) obj;

    if (hasIam() != other.hasIam()) return false;
    if (hasIam()) {
      if (!getIam().equals(other.getIam())) return false;
    }
    if (hasOp() != other.hasOp()) return false;
    if (hasOp()) {
      if (!getOp().equals(other.getOp())) return false;
    }
    if (hasSvc() != other.hasSvc()) return false;
    if (hasSvc()) {
      if (!getSvc().equals(other.getSvc())) return false;
    }
    if (hasSys() != other.hasSys()) return false;
    if (hasSys()) {
      if (!getSys().equals(other.getSys())) return false;
    }
    if (!getValuesList().equals(other.getValuesList())) return false;
    if (!getUnknownFields().equals(other.getUnknownFields())) return false;
    return true;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    if (hasIam()) {
      hash = (37 * hash) + IAM_FIELD_NUMBER;
      hash = (53 * hash) + getIam().hashCode();
    }
    if (hasOp()) {
      hash = (37 * hash) + OP_FIELD_NUMBER;
      hash = (53 * hash) + getOp().hashCode();
    }
    if (hasSvc()) {
      hash = (37 * hash) + SVC_FIELD_NUMBER;
      hash = (53 * hash) + getSvc().hashCode();
    }
    if (hasSys()) {
      hash = (37 * hash) + SYS_FIELD_NUMBER;
      hash = (53 * hash) + getSys().hashCode();
    }
    if (getValuesCount() > 0) {
      hash = (37 * hash) + VALUES_FIELD_NUMBER;
      hash = (53 * hash) + getValuesList().hashCode();
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static com.google.cloud.compute.v1.Condition parseFrom(java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static com.google.cloud.compute.v1.Condition parseFrom(
      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static com.google.cloud.compute.v1.Condition parseFrom(com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static com.google.cloud.compute.v1.Condition parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static com.google.cloud.compute.v1.Condition parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static com.google.cloud.compute.v1.Condition parseFrom(
      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static com.google.cloud.compute.v1.Condition parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
  }

  public static com.google.cloud.compute.v1.Condition parseFrom(
      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
        PARSER, input, extensionRegistry);
  }

  public static com.google.cloud.compute.v1.Condition parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
  }

  public static com.google.cloud.compute.v1.Condition parseDelimitedFrom(
      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
        PARSER, input, extensionRegistry);
  }

  public static com.google.cloud.compute.v1.Condition parseFrom(
      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
  }

  public static com.google.cloud.compute.v1.Condition parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
        PARSER, input, extensionRegistry);
  }

  @java.lang.Override
  public Builder newBuilderForType() {
    return newBuilder();
  }

  public static Builder newBuilder() {
    return DEFAULT_INSTANCE.toBuilder();
  }

  public static Builder newBuilder(com.google.cloud.compute.v1.Condition prototype) {
    return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
  }

  @java.lang.Override
  public Builder toBuilder() {
    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
  }

  @java.lang.Override
  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   *
   *
   * <pre>
   * This is deprecated and has no effect. Do not use.
   * </pre>
   *
   * Protobuf type {@code google.cloud.compute.v1.Condition}
   */
  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder>
      implements
      // @@protoc_insertion_point(builder_implements:google.cloud.compute.v1.Condition)
      com.google.cloud.compute.v1.ConditionOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      return com.google.cloud.compute.v1.Compute
          .internal_static_google_cloud_compute_v1_Condition_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.google.cloud.compute.v1.Compute
          .internal_static_google_cloud_compute_v1_Condition_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.google.cloud.compute.v1.Condition.class,
              com.google.cloud.compute.v1.Condition.Builder.class);
    }

    // Construct using com.google.cloud.compute.v1.Condition.newBuilder()
    private Builder() {}

    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
    }

    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      iam_ = "";
      op_ = "";
      svc_ = "";
      sys_ = "";
      values_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      bitField0_ = (bitField0_ & ~0x00000010);
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
      return com.google.cloud.compute.v1.Compute
          .internal_static_google_cloud_compute_v1_Condition_descriptor;
    }

    @java.lang.Override
    public com.google.cloud.compute.v1.Condition getDefaultInstanceForType() {
      return com.google.cloud.compute.v1.Condition.getDefaultInstance();
    }

    @java.lang.Override
    public com.google.cloud.compute.v1.Condition build() {
      com.google.cloud.compute.v1.Condition result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public com.google.cloud.compute.v1.Condition buildPartial() {
      com.google.cloud.compute.v1.Condition result =
          new com.google.cloud.compute.v1.Condition(this);
      buildPartialRepeatedFields(result);
      if (bitField0_ != 0) {
        buildPartial0(result);
      }
      onBuilt();
      return result;
    }

    private void buildPartialRepeatedFields(com.google.cloud.compute.v1.Condition result) {
      if (((bitField0_ & 0x00000010) != 0)) {
        values_ = values_.getUnmodifiableView();
        bitField0_ = (bitField0_ & ~0x00000010);
      }
      result.values_ = values_;
    }

    private void buildPartial0(com.google.cloud.compute.v1.Condition result) {
      int from_bitField0_ = bitField0_;
      int to_bitField0_ = 0;
      if (((from_bitField0_ & 0x00000001) != 0)) {
        result.iam_ = iam_;
        to_bitField0_ |= 0x00000001;
      }
      if (((from_bitField0_ & 0x00000002) != 0)) {
        result.op_ = op_;
        to_bitField0_ |= 0x00000002;
      }
      if (((from_bitField0_ & 0x00000004) != 0)) {
        result.svc_ = svc_;
        to_bitField0_ |= 0x00000004;
      }
      if (((from_bitField0_ & 0x00000008) != 0)) {
        result.sys_ = sys_;
        to_bitField0_ |= 0x00000008;
      }
      result.bitField0_ |= to_bitField0_;
    }

    @java.lang.Override
    public Builder clone() {
      return super.clone();
    }

    @java.lang.Override
    public Builder setField(
        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
      return super.setField(field, value);
    }

    @java.lang.Override
    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
      return super.clearField(field);
    }

    @java.lang.Override
    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
      return super.clearOneof(oneof);
    }

    @java.lang.Override
    public Builder setRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
      return super.setRepeatedField(field, index, value);
    }

    @java.lang.Override
    public Builder addRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
      return super.addRepeatedField(field, value);
    }

    @java.lang.Override
    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof com.google.cloud.compute.v1.Condition) {
        return mergeFrom((com.google.cloud.compute.v1.Condition) other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(com.google.cloud.compute.v1.Condition other) {
      if (other == com.google.cloud.compute.v1.Condition.getDefaultInstance()) return this;
      if (other.hasIam()) {
        iam_ = other.iam_;
        bitField0_ |= 0x00000001;
        onChanged();
      }
      if (other.hasOp()) {
        op_ = other.op_;
        bitField0_ |= 0x00000002;
        onChanged();
      }
      if (other.hasSvc()) {
        svc_ = other.svc_;
        bitField0_ |= 0x00000004;
        onChanged();
      }
      if (other.hasSys()) {
        sys_ = other.sys_;
        bitField0_ |= 0x00000008;
        onChanged();
      }
      if (!other.values_.isEmpty()) {
        if (values_.isEmpty()) {
          values_ = other.values_;
          bitField0_ = (bitField0_ & ~0x00000010);
        } else {
          ensureValuesIsMutable();
          values_.addAll(other.values_);
        }
        onChanged();
      }
      this.mergeUnknownFields(other.getUnknownFields());
      onChanged();
      return this;
    }

    @java.lang.Override
    public final boolean isInitialized() {
      return true;
    }

    @java.lang.Override
    public Builder mergeFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 28426:
              {
                op_ = input.readStringRequireUtf8();
                bitField0_ |= 0x00000002;
                break;
              } // case 28426
            case 832170:
              {
                iam_ = input.readStringRequireUtf8();
                bitField0_ |= 0x00000001;
                break;
              } // case 832170
            case 914178:
              {
                svc_ = input.readStringRequireUtf8();
                bitField0_ |= 0x00000004;
                break;
              } // case 914178
            case 915050:
              {
                sys_ = input.readStringRequireUtf8();
                bitField0_ |= 0x00000008;
                break;
              } // case 915050
            case 1999431954:
              {
                java.lang.String s = input.readStringRequireUtf8();
                ensureValuesIsMutable();
                values_.add(s);
                break;
              } // case 1999431954
            default:
              {
                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                  done = true; // was an endgroup tag
                }
                break;
              } // default:
          } // switch (tag)
        } // while (!done)
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.unwrapIOException();
      } finally {
        onChanged();
      } // finally
      return this;
    }

    private int bitField0_;

    private java.lang.Object iam_ = "";
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Iam enum for the list of possible values.
     * </pre>
     *
     * <code>optional string iam = 104021;</code>
     *
     * @return Whether the iam field is set.
     */
    public boolean hasIam() {
      return ((bitField0_ & 0x00000001) != 0);
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Iam enum for the list of possible values.
     * </pre>
     *
     * <code>optional string iam = 104021;</code>
     *
     * @return The iam.
     */
    public java.lang.String getIam() {
      java.lang.Object ref = iam_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        iam_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Iam enum for the list of possible values.
     * </pre>
     *
     * <code>optional string iam = 104021;</code>
     *
     * @return The bytes for iam.
     */
    public com.google.protobuf.ByteString getIamBytes() {
      java.lang.Object ref = iam_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b =
            com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
        iam_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Iam enum for the list of possible values.
     * </pre>
     *
     * <code>optional string iam = 104021;</code>
     *
     * @param value The iam to set.
     * @return This builder for chaining.
     */
    public Builder setIam(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      iam_ = value;
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Iam enum for the list of possible values.
     * </pre>
     *
     * <code>optional string iam = 104021;</code>
     *
     * @return This builder for chaining.
     */
    public Builder clearIam() {
      iam_ = getDefaultInstance().getIam();
      bitField0_ = (bitField0_ & ~0x00000001);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Iam enum for the list of possible values.
     * </pre>
     *
     * <code>optional string iam = 104021;</code>
     *
     * @param value The bytes for iam to set.
     * @return This builder for chaining.
     */
    public Builder setIamBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      iam_ = value;
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }

    private java.lang.Object op_ = "";
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Op enum for the list of possible values.
     * </pre>
     *
     * <code>optional string op = 3553;</code>
     *
     * @return Whether the op field is set.
     */
    public boolean hasOp() {
      return ((bitField0_ & 0x00000002) != 0);
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Op enum for the list of possible values.
     * </pre>
     *
     * <code>optional string op = 3553;</code>
     *
     * @return The op.
     */
    public java.lang.String getOp() {
      java.lang.Object ref = op_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        op_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Op enum for the list of possible values.
     * </pre>
     *
     * <code>optional string op = 3553;</code>
     *
     * @return The bytes for op.
     */
    public com.google.protobuf.ByteString getOpBytes() {
      java.lang.Object ref = op_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b =
            com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
        op_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Op enum for the list of possible values.
     * </pre>
     *
     * <code>optional string op = 3553;</code>
     *
     * @param value The op to set.
     * @return This builder for chaining.
     */
    public Builder setOp(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      op_ = value;
      bitField0_ |= 0x00000002;
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Op enum for the list of possible values.
     * </pre>
     *
     * <code>optional string op = 3553;</code>
     *
     * @return This builder for chaining.
     */
    public Builder clearOp() {
      op_ = getDefaultInstance().getOp();
      bitField0_ = (bitField0_ & ~0x00000002);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Op enum for the list of possible values.
     * </pre>
     *
     * <code>optional string op = 3553;</code>
     *
     * @param value The bytes for op to set.
     * @return This builder for chaining.
     */
    public Builder setOpBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      op_ = value;
      bitField0_ |= 0x00000002;
      onChanged();
      return this;
    }

    private java.lang.Object svc_ = "";
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>optional string svc = 114272;</code>
     *
     * @return Whether the svc field is set.
     */
    public boolean hasSvc() {
      return ((bitField0_ & 0x00000004) != 0);
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>optional string svc = 114272;</code>
     *
     * @return The svc.
     */
    public java.lang.String getSvc() {
      java.lang.Object ref = svc_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        svc_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>optional string svc = 114272;</code>
     *
     * @return The bytes for svc.
     */
    public com.google.protobuf.ByteString getSvcBytes() {
      java.lang.Object ref = svc_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b =
            com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
        svc_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>optional string svc = 114272;</code>
     *
     * @param value The svc to set.
     * @return This builder for chaining.
     */
    public Builder setSvc(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      svc_ = value;
      bitField0_ |= 0x00000004;
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>optional string svc = 114272;</code>
     *
     * @return This builder for chaining.
     */
    public Builder clearSvc() {
      svc_ = getDefaultInstance().getSvc();
      bitField0_ = (bitField0_ & ~0x00000004);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>optional string svc = 114272;</code>
     *
     * @param value The bytes for svc to set.
     * @return This builder for chaining.
     */
    public Builder setSvcBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      svc_ = value;
      bitField0_ |= 0x00000004;
      onChanged();
      return this;
    }

    private java.lang.Object sys_ = "";
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Sys enum for the list of possible values.
     * </pre>
     *
     * <code>optional string sys = 114381;</code>
     *
     * @return Whether the sys field is set.
     */
    public boolean hasSys() {
      return ((bitField0_ & 0x00000008) != 0);
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Sys enum for the list of possible values.
     * </pre>
     *
     * <code>optional string sys = 114381;</code>
     *
     * @return The sys.
     */
    public java.lang.String getSys() {
      java.lang.Object ref = sys_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        sys_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Sys enum for the list of possible values.
     * </pre>
     *
     * <code>optional string sys = 114381;</code>
     *
     * @return The bytes for sys.
     */
    public com.google.protobuf.ByteString getSysBytes() {
      java.lang.Object ref = sys_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b =
            com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
        sys_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Sys enum for the list of possible values.
     * </pre>
     *
     * <code>optional string sys = 114381;</code>
     *
     * @param value The sys to set.
     * @return This builder for chaining.
     */
    public Builder setSys(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      sys_ = value;
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Sys enum for the list of possible values.
     * </pre>
     *
     * <code>optional string sys = 114381;</code>
     *
     * @return This builder for chaining.
     */
    public Builder clearSys() {
      sys_ = getDefaultInstance().getSys();
      bitField0_ = (bitField0_ & ~0x00000008);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * Check the Sys enum for the list of possible values.
     * </pre>
     *
     * <code>optional string sys = 114381;</code>
     *
     * @param value The bytes for sys to set.
     * @return This builder for chaining.
     */
    public Builder setSysBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      sys_ = value;
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }

    private com.google.protobuf.LazyStringList values_ =
        com.google.protobuf.LazyStringArrayList.EMPTY;

    private void ensureValuesIsMutable() {
      if (!((bitField0_ & 0x00000010) != 0)) {
        values_ = new com.google.protobuf.LazyStringArrayList(values_);
        bitField0_ |= 0x00000010;
      }
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>repeated string values = 249928994;</code>
     *
     * @return A list containing the values.
     */
    public com.google.protobuf.ProtocolStringList getValuesList() {
      return values_.getUnmodifiableView();
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>repeated string values = 249928994;</code>
     *
     * @return The count of values.
     */
    public int getValuesCount() {
      return values_.size();
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>repeated string values = 249928994;</code>
     *
     * @param index The index of the element to return.
     * @return The values at the given index.
     */
    public java.lang.String getValues(int index) {
      return values_.get(index);
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>repeated string values = 249928994;</code>
     *
     * @param index The index of the value to return.
     * @return The bytes of the values at the given index.
     */
    public com.google.protobuf.ByteString getValuesBytes(int index) {
      return values_.getByteString(index);
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>repeated string values = 249928994;</code>
     *
     * @param index The index to set the value at.
     * @param value The values to set.
     * @return This builder for chaining.
     */
    public Builder setValues(int index, java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      ensureValuesIsMutable();
      values_.set(index, value);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>repeated string values = 249928994;</code>
     *
     * @param value The values to add.
     * @return This builder for chaining.
     */
    public Builder addValues(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      ensureValuesIsMutable();
      values_.add(value);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>repeated string values = 249928994;</code>
     *
     * @param values The values to add.
     * @return This builder for chaining.
     */
    public Builder addAllValues(java.lang.Iterable<java.lang.String> values) {
      ensureValuesIsMutable();
      com.google.protobuf.AbstractMessageLite.Builder.addAll(values, values_);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>repeated string values = 249928994;</code>
     *
     * @return This builder for chaining.
     */
    public Builder clearValues() {
      values_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      bitField0_ = (bitField0_ & ~0x00000010);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * This is deprecated and has no effect. Do not use.
     * </pre>
     *
     * <code>repeated string values = 249928994;</code>
     *
     * @param value The bytes of the values to add.
     * @return This builder for chaining.
     */
    public Builder addValuesBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      ensureValuesIsMutable();
      values_.add(value);
      onChanged();
      return this;
    }

    @java.lang.Override
    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFields(unknownFields);
    }

    @java.lang.Override
    public final Builder mergeUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.mergeUnknownFields(unknownFields);
    }

    // @@protoc_insertion_point(builder_scope:google.cloud.compute.v1.Condition)
  }

  // @@protoc_insertion_point(class_scope:google.cloud.compute.v1.Condition)
  private static final com.google.cloud.compute.v1.Condition DEFAULT_INSTANCE;

  static {
    DEFAULT_INSTANCE = new com.google.cloud.compute.v1.Condition();
  }

  public static com.google.cloud.compute.v1.Condition getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser<Condition> PARSER =
      new com.google.protobuf.AbstractParser<Condition>() {
        @java.lang.Override
        public Condition parsePartialFrom(
            com.google.protobuf.CodedInputStream input,
            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
            throws com.google.protobuf.InvalidProtocolBufferException {
          Builder builder = newBuilder();
          try {
            builder.mergeFrom(input, extensionRegistry);
          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
            throw e.setUnfinishedMessage(builder.buildPartial());
          } catch (com.google.protobuf.UninitializedMessageException e) {
            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
          } catch (java.io.IOException e) {
            throw new com.google.protobuf.InvalidProtocolBufferException(e)
                .setUnfinishedMessage(builder.buildPartial());
          }
          return builder.buildPartial();
        }
      };

  public static com.google.protobuf.Parser<Condition> parser() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.protobuf.Parser<Condition> getParserForType() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.cloud.compute.v1.Condition getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }
}
