/*
 * 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/asset/v1/asset_service.proto

package com.google.cloud.asset.v1;

/**
 *
 *
 * <pre>
 * An analysis result including blockers and warnings.
 * </pre>
 *
 * Protobuf type {@code google.cloud.asset.v1.MoveAnalysisResult}
 */
public final class MoveAnalysisResult extends com.google.protobuf.GeneratedMessageV3
    implements
    // @@protoc_insertion_point(message_implements:google.cloud.asset.v1.MoveAnalysisResult)
    MoveAnalysisResultOrBuilder {
  private static final long serialVersionUID = 0L;
  // Use MoveAnalysisResult.newBuilder() to construct.
  private MoveAnalysisResult(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
    super(builder);
  }

  private MoveAnalysisResult() {
    blockers_ = java.util.Collections.emptyList();
    warnings_ = java.util.Collections.emptyList();
  }

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

  @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.asset.v1.AssetServiceProto
        .internal_static_google_cloud_asset_v1_MoveAnalysisResult_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.google.cloud.asset.v1.AssetServiceProto
        .internal_static_google_cloud_asset_v1_MoveAnalysisResult_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.google.cloud.asset.v1.MoveAnalysisResult.class,
            com.google.cloud.asset.v1.MoveAnalysisResult.Builder.class);
  }

  public static final int BLOCKERS_FIELD_NUMBER = 1;

  @SuppressWarnings("serial")
  private java.util.List<com.google.cloud.asset.v1.MoveImpact> blockers_;
  /**
   *
   *
   * <pre>
   * Blocking information that would prevent the target resource from moving
   * to the specified destination at runtime.
   * </pre>
   *
   * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
   */
  @java.lang.Override
  public java.util.List<com.google.cloud.asset.v1.MoveImpact> getBlockersList() {
    return blockers_;
  }
  /**
   *
   *
   * <pre>
   * Blocking information that would prevent the target resource from moving
   * to the specified destination at runtime.
   * </pre>
   *
   * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
   */
  @java.lang.Override
  public java.util.List<? extends com.google.cloud.asset.v1.MoveImpactOrBuilder>
      getBlockersOrBuilderList() {
    return blockers_;
  }
  /**
   *
   *
   * <pre>
   * Blocking information that would prevent the target resource from moving
   * to the specified destination at runtime.
   * </pre>
   *
   * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
   */
  @java.lang.Override
  public int getBlockersCount() {
    return blockers_.size();
  }
  /**
   *
   *
   * <pre>
   * Blocking information that would prevent the target resource from moving
   * to the specified destination at runtime.
   * </pre>
   *
   * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
   */
  @java.lang.Override
  public com.google.cloud.asset.v1.MoveImpact getBlockers(int index) {
    return blockers_.get(index);
  }
  /**
   *
   *
   * <pre>
   * Blocking information that would prevent the target resource from moving
   * to the specified destination at runtime.
   * </pre>
   *
   * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
   */
  @java.lang.Override
  public com.google.cloud.asset.v1.MoveImpactOrBuilder getBlockersOrBuilder(int index) {
    return blockers_.get(index);
  }

  public static final int WARNINGS_FIELD_NUMBER = 2;

  @SuppressWarnings("serial")
  private java.util.List<com.google.cloud.asset.v1.MoveImpact> warnings_;
  /**
   *
   *
   * <pre>
   * Warning information indicating that moving the target resource to the
   * specified destination might be unsafe. This can include important policy
   * information and configuration changes, but will not block moves at runtime.
   * </pre>
   *
   * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
   */
  @java.lang.Override
  public java.util.List<com.google.cloud.asset.v1.MoveImpact> getWarningsList() {
    return warnings_;
  }
  /**
   *
   *
   * <pre>
   * Warning information indicating that moving the target resource to the
   * specified destination might be unsafe. This can include important policy
   * information and configuration changes, but will not block moves at runtime.
   * </pre>
   *
   * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
   */
  @java.lang.Override
  public java.util.List<? extends com.google.cloud.asset.v1.MoveImpactOrBuilder>
      getWarningsOrBuilderList() {
    return warnings_;
  }
  /**
   *
   *
   * <pre>
   * Warning information indicating that moving the target resource to the
   * specified destination might be unsafe. This can include important policy
   * information and configuration changes, but will not block moves at runtime.
   * </pre>
   *
   * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
   */
  @java.lang.Override
  public int getWarningsCount() {
    return warnings_.size();
  }
  /**
   *
   *
   * <pre>
   * Warning information indicating that moving the target resource to the
   * specified destination might be unsafe. This can include important policy
   * information and configuration changes, but will not block moves at runtime.
   * </pre>
   *
   * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
   */
  @java.lang.Override
  public com.google.cloud.asset.v1.MoveImpact getWarnings(int index) {
    return warnings_.get(index);
  }
  /**
   *
   *
   * <pre>
   * Warning information indicating that moving the target resource to the
   * specified destination might be unsafe. This can include important policy
   * information and configuration changes, but will not block moves at runtime.
   * </pre>
   *
   * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
   */
  @java.lang.Override
  public com.google.cloud.asset.v1.MoveImpactOrBuilder getWarningsOrBuilder(int index) {
    return warnings_.get(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 {
    for (int i = 0; i < blockers_.size(); i++) {
      output.writeMessage(1, blockers_.get(i));
    }
    for (int i = 0; i < warnings_.size(); i++) {
      output.writeMessage(2, warnings_.get(i));
    }
    getUnknownFields().writeTo(output);
  }

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

    size = 0;
    for (int i = 0; i < blockers_.size(); i++) {
      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, blockers_.get(i));
    }
    for (int i = 0; i < warnings_.size(); i++) {
      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, warnings_.get(i));
    }
    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.asset.v1.MoveAnalysisResult)) {
      return super.equals(obj);
    }
    com.google.cloud.asset.v1.MoveAnalysisResult other =
        (com.google.cloud.asset.v1.MoveAnalysisResult) obj;

    if (!getBlockersList().equals(other.getBlockersList())) return false;
    if (!getWarningsList().equals(other.getWarningsList())) 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 (getBlockersCount() > 0) {
      hash = (37 * hash) + BLOCKERS_FIELD_NUMBER;
      hash = (53 * hash) + getBlockersList().hashCode();
    }
    if (getWarningsCount() > 0) {
      hash = (37 * hash) + WARNINGS_FIELD_NUMBER;
      hash = (53 * hash) + getWarningsList().hashCode();
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

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

  public static com.google.cloud.asset.v1.MoveAnalysisResult 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.asset.v1.MoveAnalysisResult parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static com.google.cloud.asset.v1.MoveAnalysisResult 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.asset.v1.MoveAnalysisResult parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

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

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

  public static com.google.cloud.asset.v1.MoveAnalysisResult 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.asset.v1.MoveAnalysisResult parseDelimitedFrom(
      java.io.InputStream input) throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
  }

  public static com.google.cloud.asset.v1.MoveAnalysisResult 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.asset.v1.MoveAnalysisResult parseFrom(
      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
  }

  public static com.google.cloud.asset.v1.MoveAnalysisResult 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.asset.v1.MoveAnalysisResult 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>
   * An analysis result including blockers and warnings.
   * </pre>
   *
   * Protobuf type {@code google.cloud.asset.v1.MoveAnalysisResult}
   */
  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder>
      implements
      // @@protoc_insertion_point(builder_implements:google.cloud.asset.v1.MoveAnalysisResult)
      com.google.cloud.asset.v1.MoveAnalysisResultOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      return com.google.cloud.asset.v1.AssetServiceProto
          .internal_static_google_cloud_asset_v1_MoveAnalysisResult_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.google.cloud.asset.v1.AssetServiceProto
          .internal_static_google_cloud_asset_v1_MoveAnalysisResult_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.google.cloud.asset.v1.MoveAnalysisResult.class,
              com.google.cloud.asset.v1.MoveAnalysisResult.Builder.class);
    }

    // Construct using com.google.cloud.asset.v1.MoveAnalysisResult.newBuilder()
    private Builder() {}

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

    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      if (blockersBuilder_ == null) {
        blockers_ = java.util.Collections.emptyList();
      } else {
        blockers_ = null;
        blockersBuilder_.clear();
      }
      bitField0_ = (bitField0_ & ~0x00000001);
      if (warningsBuilder_ == null) {
        warnings_ = java.util.Collections.emptyList();
      } else {
        warnings_ = null;
        warningsBuilder_.clear();
      }
      bitField0_ = (bitField0_ & ~0x00000002);
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
      return com.google.cloud.asset.v1.AssetServiceProto
          .internal_static_google_cloud_asset_v1_MoveAnalysisResult_descriptor;
    }

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

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

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

    private void buildPartialRepeatedFields(com.google.cloud.asset.v1.MoveAnalysisResult result) {
      if (blockersBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0)) {
          blockers_ = java.util.Collections.unmodifiableList(blockers_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.blockers_ = blockers_;
      } else {
        result.blockers_ = blockersBuilder_.build();
      }
      if (warningsBuilder_ == null) {
        if (((bitField0_ & 0x00000002) != 0)) {
          warnings_ = java.util.Collections.unmodifiableList(warnings_);
          bitField0_ = (bitField0_ & ~0x00000002);
        }
        result.warnings_ = warnings_;
      } else {
        result.warnings_ = warningsBuilder_.build();
      }
    }

    private void buildPartial0(com.google.cloud.asset.v1.MoveAnalysisResult result) {
      int from_bitField0_ = 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.asset.v1.MoveAnalysisResult) {
        return mergeFrom((com.google.cloud.asset.v1.MoveAnalysisResult) other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(com.google.cloud.asset.v1.MoveAnalysisResult other) {
      if (other == com.google.cloud.asset.v1.MoveAnalysisResult.getDefaultInstance()) return this;
      if (blockersBuilder_ == null) {
        if (!other.blockers_.isEmpty()) {
          if (blockers_.isEmpty()) {
            blockers_ = other.blockers_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureBlockersIsMutable();
            blockers_.addAll(other.blockers_);
          }
          onChanged();
        }
      } else {
        if (!other.blockers_.isEmpty()) {
          if (blockersBuilder_.isEmpty()) {
            blockersBuilder_.dispose();
            blockersBuilder_ = null;
            blockers_ = other.blockers_;
            bitField0_ = (bitField0_ & ~0x00000001);
            blockersBuilder_ =
                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
                    ? getBlockersFieldBuilder()
                    : null;
          } else {
            blockersBuilder_.addAllMessages(other.blockers_);
          }
        }
      }
      if (warningsBuilder_ == null) {
        if (!other.warnings_.isEmpty()) {
          if (warnings_.isEmpty()) {
            warnings_ = other.warnings_;
            bitField0_ = (bitField0_ & ~0x00000002);
          } else {
            ensureWarningsIsMutable();
            warnings_.addAll(other.warnings_);
          }
          onChanged();
        }
      } else {
        if (!other.warnings_.isEmpty()) {
          if (warningsBuilder_.isEmpty()) {
            warningsBuilder_.dispose();
            warningsBuilder_ = null;
            warnings_ = other.warnings_;
            bitField0_ = (bitField0_ & ~0x00000002);
            warningsBuilder_ =
                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
                    ? getWarningsFieldBuilder()
                    : null;
          } else {
            warningsBuilder_.addAllMessages(other.warnings_);
          }
        }
      }
      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 10:
              {
                com.google.cloud.asset.v1.MoveImpact m =
                    input.readMessage(
                        com.google.cloud.asset.v1.MoveImpact.parser(), extensionRegistry);
                if (blockersBuilder_ == null) {
                  ensureBlockersIsMutable();
                  blockers_.add(m);
                } else {
                  blockersBuilder_.addMessage(m);
                }
                break;
              } // case 10
            case 18:
              {
                com.google.cloud.asset.v1.MoveImpact m =
                    input.readMessage(
                        com.google.cloud.asset.v1.MoveImpact.parser(), extensionRegistry);
                if (warningsBuilder_ == null) {
                  ensureWarningsIsMutable();
                  warnings_.add(m);
                } else {
                  warningsBuilder_.addMessage(m);
                }
                break;
              } // case 18
            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.util.List<com.google.cloud.asset.v1.MoveImpact> blockers_ =
        java.util.Collections.emptyList();

    private void ensureBlockersIsMutable() {
      if (!((bitField0_ & 0x00000001) != 0)) {
        blockers_ = new java.util.ArrayList<com.google.cloud.asset.v1.MoveImpact>(blockers_);
        bitField0_ |= 0x00000001;
      }
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
            com.google.cloud.asset.v1.MoveImpact,
            com.google.cloud.asset.v1.MoveImpact.Builder,
            com.google.cloud.asset.v1.MoveImpactOrBuilder>
        blockersBuilder_;

    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public java.util.List<com.google.cloud.asset.v1.MoveImpact> getBlockersList() {
      if (blockersBuilder_ == null) {
        return java.util.Collections.unmodifiableList(blockers_);
      } else {
        return blockersBuilder_.getMessageList();
      }
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public int getBlockersCount() {
      if (blockersBuilder_ == null) {
        return blockers_.size();
      } else {
        return blockersBuilder_.getCount();
      }
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public com.google.cloud.asset.v1.MoveImpact getBlockers(int index) {
      if (blockersBuilder_ == null) {
        return blockers_.get(index);
      } else {
        return blockersBuilder_.getMessage(index);
      }
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public Builder setBlockers(int index, com.google.cloud.asset.v1.MoveImpact value) {
      if (blockersBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureBlockersIsMutable();
        blockers_.set(index, value);
        onChanged();
      } else {
        blockersBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public Builder setBlockers(
        int index, com.google.cloud.asset.v1.MoveImpact.Builder builderForValue) {
      if (blockersBuilder_ == null) {
        ensureBlockersIsMutable();
        blockers_.set(index, builderForValue.build());
        onChanged();
      } else {
        blockersBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public Builder addBlockers(com.google.cloud.asset.v1.MoveImpact value) {
      if (blockersBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureBlockersIsMutable();
        blockers_.add(value);
        onChanged();
      } else {
        blockersBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public Builder addBlockers(int index, com.google.cloud.asset.v1.MoveImpact value) {
      if (blockersBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureBlockersIsMutable();
        blockers_.add(index, value);
        onChanged();
      } else {
        blockersBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public Builder addBlockers(com.google.cloud.asset.v1.MoveImpact.Builder builderForValue) {
      if (blockersBuilder_ == null) {
        ensureBlockersIsMutable();
        blockers_.add(builderForValue.build());
        onChanged();
      } else {
        blockersBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public Builder addBlockers(
        int index, com.google.cloud.asset.v1.MoveImpact.Builder builderForValue) {
      if (blockersBuilder_ == null) {
        ensureBlockersIsMutable();
        blockers_.add(index, builderForValue.build());
        onChanged();
      } else {
        blockersBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public Builder addAllBlockers(
        java.lang.Iterable<? extends com.google.cloud.asset.v1.MoveImpact> values) {
      if (blockersBuilder_ == null) {
        ensureBlockersIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, blockers_);
        onChanged();
      } else {
        blockersBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public Builder clearBlockers() {
      if (blockersBuilder_ == null) {
        blockers_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
      } else {
        blockersBuilder_.clear();
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public Builder removeBlockers(int index) {
      if (blockersBuilder_ == null) {
        ensureBlockersIsMutable();
        blockers_.remove(index);
        onChanged();
      } else {
        blockersBuilder_.remove(index);
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public com.google.cloud.asset.v1.MoveImpact.Builder getBlockersBuilder(int index) {
      return getBlockersFieldBuilder().getBuilder(index);
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public com.google.cloud.asset.v1.MoveImpactOrBuilder getBlockersOrBuilder(int index) {
      if (blockersBuilder_ == null) {
        return blockers_.get(index);
      } else {
        return blockersBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public java.util.List<? extends com.google.cloud.asset.v1.MoveImpactOrBuilder>
        getBlockersOrBuilderList() {
      if (blockersBuilder_ != null) {
        return blockersBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(blockers_);
      }
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public com.google.cloud.asset.v1.MoveImpact.Builder addBlockersBuilder() {
      return getBlockersFieldBuilder()
          .addBuilder(com.google.cloud.asset.v1.MoveImpact.getDefaultInstance());
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public com.google.cloud.asset.v1.MoveImpact.Builder addBlockersBuilder(int index) {
      return getBlockersFieldBuilder()
          .addBuilder(index, com.google.cloud.asset.v1.MoveImpact.getDefaultInstance());
    }
    /**
     *
     *
     * <pre>
     * Blocking information that would prevent the target resource from moving
     * to the specified destination at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact blockers = 1;</code>
     */
    public java.util.List<com.google.cloud.asset.v1.MoveImpact.Builder> getBlockersBuilderList() {
      return getBlockersFieldBuilder().getBuilderList();
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
            com.google.cloud.asset.v1.MoveImpact,
            com.google.cloud.asset.v1.MoveImpact.Builder,
            com.google.cloud.asset.v1.MoveImpactOrBuilder>
        getBlockersFieldBuilder() {
      if (blockersBuilder_ == null) {
        blockersBuilder_ =
            new com.google.protobuf.RepeatedFieldBuilderV3<
                com.google.cloud.asset.v1.MoveImpact,
                com.google.cloud.asset.v1.MoveImpact.Builder,
                com.google.cloud.asset.v1.MoveImpactOrBuilder>(
                blockers_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
        blockers_ = null;
      }
      return blockersBuilder_;
    }

    private java.util.List<com.google.cloud.asset.v1.MoveImpact> warnings_ =
        java.util.Collections.emptyList();

    private void ensureWarningsIsMutable() {
      if (!((bitField0_ & 0x00000002) != 0)) {
        warnings_ = new java.util.ArrayList<com.google.cloud.asset.v1.MoveImpact>(warnings_);
        bitField0_ |= 0x00000002;
      }
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
            com.google.cloud.asset.v1.MoveImpact,
            com.google.cloud.asset.v1.MoveImpact.Builder,
            com.google.cloud.asset.v1.MoveImpactOrBuilder>
        warningsBuilder_;

    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public java.util.List<com.google.cloud.asset.v1.MoveImpact> getWarningsList() {
      if (warningsBuilder_ == null) {
        return java.util.Collections.unmodifiableList(warnings_);
      } else {
        return warningsBuilder_.getMessageList();
      }
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public int getWarningsCount() {
      if (warningsBuilder_ == null) {
        return warnings_.size();
      } else {
        return warningsBuilder_.getCount();
      }
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public com.google.cloud.asset.v1.MoveImpact getWarnings(int index) {
      if (warningsBuilder_ == null) {
        return warnings_.get(index);
      } else {
        return warningsBuilder_.getMessage(index);
      }
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public Builder setWarnings(int index, com.google.cloud.asset.v1.MoveImpact value) {
      if (warningsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureWarningsIsMutable();
        warnings_.set(index, value);
        onChanged();
      } else {
        warningsBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public Builder setWarnings(
        int index, com.google.cloud.asset.v1.MoveImpact.Builder builderForValue) {
      if (warningsBuilder_ == null) {
        ensureWarningsIsMutable();
        warnings_.set(index, builderForValue.build());
        onChanged();
      } else {
        warningsBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public Builder addWarnings(com.google.cloud.asset.v1.MoveImpact value) {
      if (warningsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureWarningsIsMutable();
        warnings_.add(value);
        onChanged();
      } else {
        warningsBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public Builder addWarnings(int index, com.google.cloud.asset.v1.MoveImpact value) {
      if (warningsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureWarningsIsMutable();
        warnings_.add(index, value);
        onChanged();
      } else {
        warningsBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public Builder addWarnings(com.google.cloud.asset.v1.MoveImpact.Builder builderForValue) {
      if (warningsBuilder_ == null) {
        ensureWarningsIsMutable();
        warnings_.add(builderForValue.build());
        onChanged();
      } else {
        warningsBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public Builder addWarnings(
        int index, com.google.cloud.asset.v1.MoveImpact.Builder builderForValue) {
      if (warningsBuilder_ == null) {
        ensureWarningsIsMutable();
        warnings_.add(index, builderForValue.build());
        onChanged();
      } else {
        warningsBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public Builder addAllWarnings(
        java.lang.Iterable<? extends com.google.cloud.asset.v1.MoveImpact> values) {
      if (warningsBuilder_ == null) {
        ensureWarningsIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, warnings_);
        onChanged();
      } else {
        warningsBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public Builder clearWarnings() {
      if (warningsBuilder_ == null) {
        warnings_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000002);
        onChanged();
      } else {
        warningsBuilder_.clear();
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public Builder removeWarnings(int index) {
      if (warningsBuilder_ == null) {
        ensureWarningsIsMutable();
        warnings_.remove(index);
        onChanged();
      } else {
        warningsBuilder_.remove(index);
      }
      return this;
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public com.google.cloud.asset.v1.MoveImpact.Builder getWarningsBuilder(int index) {
      return getWarningsFieldBuilder().getBuilder(index);
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public com.google.cloud.asset.v1.MoveImpactOrBuilder getWarningsOrBuilder(int index) {
      if (warningsBuilder_ == null) {
        return warnings_.get(index);
      } else {
        return warningsBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public java.util.List<? extends com.google.cloud.asset.v1.MoveImpactOrBuilder>
        getWarningsOrBuilderList() {
      if (warningsBuilder_ != null) {
        return warningsBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(warnings_);
      }
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public com.google.cloud.asset.v1.MoveImpact.Builder addWarningsBuilder() {
      return getWarningsFieldBuilder()
          .addBuilder(com.google.cloud.asset.v1.MoveImpact.getDefaultInstance());
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public com.google.cloud.asset.v1.MoveImpact.Builder addWarningsBuilder(int index) {
      return getWarningsFieldBuilder()
          .addBuilder(index, com.google.cloud.asset.v1.MoveImpact.getDefaultInstance());
    }
    /**
     *
     *
     * <pre>
     * Warning information indicating that moving the target resource to the
     * specified destination might be unsafe. This can include important policy
     * information and configuration changes, but will not block moves at runtime.
     * </pre>
     *
     * <code>repeated .google.cloud.asset.v1.MoveImpact warnings = 2;</code>
     */
    public java.util.List<com.google.cloud.asset.v1.MoveImpact.Builder> getWarningsBuilderList() {
      return getWarningsFieldBuilder().getBuilderList();
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
            com.google.cloud.asset.v1.MoveImpact,
            com.google.cloud.asset.v1.MoveImpact.Builder,
            com.google.cloud.asset.v1.MoveImpactOrBuilder>
        getWarningsFieldBuilder() {
      if (warningsBuilder_ == null) {
        warningsBuilder_ =
            new com.google.protobuf.RepeatedFieldBuilderV3<
                com.google.cloud.asset.v1.MoveImpact,
                com.google.cloud.asset.v1.MoveImpact.Builder,
                com.google.cloud.asset.v1.MoveImpactOrBuilder>(
                warnings_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
        warnings_ = null;
      }
      return warningsBuilder_;
    }

    @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.asset.v1.MoveAnalysisResult)
  }

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

  static {
    DEFAULT_INSTANCE = new com.google.cloud.asset.v1.MoveAnalysisResult();
  }

  public static com.google.cloud.asset.v1.MoveAnalysisResult getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser<MoveAnalysisResult> PARSER =
      new com.google.protobuf.AbstractParser<MoveAnalysisResult>() {
        @java.lang.Override
        public MoveAnalysisResult 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<MoveAnalysisResult> parser() {
    return PARSER;
  }

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

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