All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GeoWaveCliGeoserver.proto

package org.locationtech.geowave.service.grpc.protobuf;

/**
 * Protobuf type {@code GeoServerAddLayerCommandParameters}
 */
public final class GeoServerAddLayerCommandParameters extends com.google.protobuf.GeneratedMessageV3
    implements
    // @@protoc_insertion_point(message_implements:GeoServerAddLayerCommandParameters)
    GeoServerAddLayerCommandParametersOrBuilder {
  private static final long serialVersionUID = 0L;

  // Use GeoServerAddLayerCommandParameters.newBuilder() to construct.
  private GeoServerAddLayerCommandParameters(
      com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }

  private GeoServerAddLayerCommandParameters() {
    workspace_ = "";
    addOption_ = "";
    adapterId_ = "";
    style_ = "";
    parameters_ = com.google.protobuf.LazyStringArrayList.EMPTY;
  }

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

  private GeoServerAddLayerCommandParameters(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    int mutable_bitField0_ = 0;
    com.google.protobuf.UnknownFieldSet.Builder unknownFields =
        com.google.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          default: {
            if (!parseUnknownFieldProto3(input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
          case 10: {
            java.lang.String s = input.readStringRequireUtf8();

            workspace_ = s;
            break;
          }
          case 18: {
            java.lang.String s = input.readStringRequireUtf8();

            addOption_ = s;
            break;
          }
          case 26: {
            java.lang.String s = input.readStringRequireUtf8();

            adapterId_ = s;
            break;
          }
          case 34: {
            java.lang.String s = input.readStringRequireUtf8();

            style_ = s;
            break;
          }
          case 42: {
            java.lang.String s = input.readStringRequireUtf8();
            if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
              parameters_ = new com.google.protobuf.LazyStringArrayList();
              mutable_bitField0_ |= 0x00000010;
            }
            parameters_.add(s);
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
    } finally {
      if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
        parameters_ = parameters_.getUnmodifiableView();
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }

  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    return org.locationtech.geowave.service.grpc.protobuf.CliGeoserverService.internal_static_GeoServerAddLayerCommandParameters_descriptor;
  }

  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() {
    return org.locationtech.geowave.service.grpc.protobuf.CliGeoserverService.internal_static_GeoServerAddLayerCommandParameters_fieldAccessorTable.ensureFieldAccessorsInitialized(
        org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters.class,
        org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters.Builder.class);
  }

  private int bitField0_;
  public static final int WORKSPACE_FIELD_NUMBER = 1;
  private volatile java.lang.Object workspace_;

  /**
   * string workspace = 1;
   */
  public java.lang.String getWorkspace() {
    java.lang.Object ref = workspace_;
    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();
      workspace_ = s;
      return s;
    }
  }

  /**
   * string workspace = 1;
   */
  public com.google.protobuf.ByteString getWorkspaceBytes() {
    java.lang.Object ref = workspace_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b =
          com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
      workspace_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int ADDOPTION_FIELD_NUMBER = 2;
  private volatile java.lang.Object addOption_;

  /**
   * string addOption = 2;
   */
  public java.lang.String getAddOption() {
    java.lang.Object ref = addOption_;
    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();
      addOption_ = s;
      return s;
    }
  }

  /**
   * string addOption = 2;
   */
  public com.google.protobuf.ByteString getAddOptionBytes() {
    java.lang.Object ref = addOption_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b =
          com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
      addOption_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int ADAPTERID_FIELD_NUMBER = 3;
  private volatile java.lang.Object adapterId_;

  /**
   * string adapterId = 3;
   */
  public java.lang.String getAdapterId() {
    java.lang.Object ref = adapterId_;
    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();
      adapterId_ = s;
      return s;
    }
  }

  /**
   * string adapterId = 3;
   */
  public com.google.protobuf.ByteString getAdapterIdBytes() {
    java.lang.Object ref = adapterId_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b =
          com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
      adapterId_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int STYLE_FIELD_NUMBER = 4;
  private volatile java.lang.Object style_;

  /**
   * string style = 4;
   */
  public java.lang.String getStyle() {
    java.lang.Object ref = style_;
    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();
      style_ = s;
      return s;
    }
  }

  /**
   * string style = 4;
   */
  public com.google.protobuf.ByteString getStyleBytes() {
    java.lang.Object ref = style_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b =
          com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
      style_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int PARAMETERS_FIELD_NUMBER = 5;
  private com.google.protobuf.LazyStringList parameters_;

  /**
   * repeated string parameters = 5;
   */
  public com.google.protobuf.ProtocolStringList getParametersList() {
    return parameters_;
  }

  /**
   * repeated string parameters = 5;
   */
  public int getParametersCount() {
    return parameters_.size();
  }

  /**
   * repeated string parameters = 5;
   */
  public java.lang.String getParameters(int index) {
    return parameters_.get(index);
  }

  /**
   * repeated string parameters = 5;
   */
  public com.google.protobuf.ByteString getParametersBytes(int index) {
    return parameters_.getByteString(index);
  }

  private byte memoizedIsInitialized = -1;

  public final boolean isInitialized() {
    byte isInitialized = memoizedIsInitialized;
    if (isInitialized == 1)
      return true;
    if (isInitialized == 0)
      return false;

    memoizedIsInitialized = 1;
    return true;
  }

  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
    if (!getWorkspaceBytes().isEmpty()) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 1, workspace_);
    }
    if (!getAddOptionBytes().isEmpty()) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 2, addOption_);
    }
    if (!getAdapterIdBytes().isEmpty()) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 3, adapterId_);
    }
    if (!getStyleBytes().isEmpty()) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 4, style_);
    }
    for (int i = 0; i < parameters_.size(); i++) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 5, parameters_.getRaw(i));
    }
    unknownFields.writeTo(output);
  }

  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1)
      return size;

    size = 0;
    if (!getWorkspaceBytes().isEmpty()) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, workspace_);
    }
    if (!getAddOptionBytes().isEmpty()) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, addOption_);
    }
    if (!getAdapterIdBytes().isEmpty()) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, adapterId_);
    }
    if (!getStyleBytes().isEmpty()) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, style_);
    }
    {
      int dataSize = 0;
      for (int i = 0; i < parameters_.size(); i++) {
        dataSize += computeStringSizeNoTag(parameters_.getRaw(i));
      }
      size += dataSize;
      size += 1 * getParametersList().size();
    }
    size += unknownFields.getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
      return true;
    }
    if (!(obj instanceof org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters)) {
      return super.equals(obj);
    }
    org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters other =
        (org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters) obj;

    boolean result = true;
    result = result && getWorkspace().equals(other.getWorkspace());
    result = result && getAddOption().equals(other.getAddOption());
    result = result && getAdapterId().equals(other.getAdapterId());
    result = result && getStyle().equals(other.getStyle());
    result = result && getParametersList().equals(other.getParametersList());
    result = result && unknownFields.equals(other.unknownFields);
    return result;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    hash = (37 * hash) + WORKSPACE_FIELD_NUMBER;
    hash = (53 * hash) + getWorkspace().hashCode();
    hash = (37 * hash) + ADDOPTION_FIELD_NUMBER;
    hash = (53 * hash) + getAddOption().hashCode();
    hash = (37 * hash) + ADAPTERID_FIELD_NUMBER;
    hash = (53 * hash) + getAdapterId().hashCode();
    hash = (37 * hash) + STYLE_FIELD_NUMBER;
    hash = (53 * hash) + getStyle().hashCode();
    if (getParametersCount() > 0) {
      hash = (37 * hash) + PARAMETERS_FIELD_NUMBER;
      hash = (53 * hash) + getParametersList().hashCode();
    }
    hash = (29 * hash) + unknownFields.hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters parseFrom(
      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters parseFrom(
      byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters parseFrom(
      java.io.InputStream input) throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
  }

  public static org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters 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 org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters parseDelimitedFrom(
      java.io.InputStream input) throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
  }

  public static org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters 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 org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters parseFrom(
      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
  }

  public static org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
        PARSER,
        input,
        extensionRegistry);
  }

  public Builder newBuilderForType() {
    return newBuilder();
  }

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

  public static Builder newBuilder(
      org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters prototype) {
    return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
  }

  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;
  }

  /**
   * Protobuf type {@code GeoServerAddLayerCommandParameters}
   */
  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
      implements
      // @@protoc_insertion_point(builder_implements:GeoServerAddLayerCommandParameters)
      org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParametersOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      return org.locationtech.geowave.service.grpc.protobuf.CliGeoserverService.internal_static_GeoServerAddLayerCommandParameters_descriptor;
    }

    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() {
      return org.locationtech.geowave.service.grpc.protobuf.CliGeoserverService.internal_static_GeoServerAddLayerCommandParameters_fieldAccessorTable.ensureFieldAccessorsInitialized(
          org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters.class,
          org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters.Builder.class);
    }

    // Construct using
    // org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

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

    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
      }
    }

    public Builder clear() {
      super.clear();
      workspace_ = "";

      addOption_ = "";

      adapterId_ = "";

      style_ = "";

      parameters_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      bitField0_ = (bitField0_ & ~0x00000010);
      return this;
    }

    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
      return org.locationtech.geowave.service.grpc.protobuf.CliGeoserverService.internal_static_GeoServerAddLayerCommandParameters_descriptor;
    }

    public org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters getDefaultInstanceForType() {
      return org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters.getDefaultInstance();
    }

    public org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters build() {
      org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters result =
          buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    public org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters buildPartial() {
      org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters result =
          new org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters(
              this);
      int from_bitField0_ = bitField0_;
      int to_bitField0_ = 0;
      result.workspace_ = workspace_;
      result.addOption_ = addOption_;
      result.adapterId_ = adapterId_;
      result.style_ = style_;
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        parameters_ = parameters_.getUnmodifiableView();
        bitField0_ = (bitField0_ & ~0x00000010);
      }
      result.parameters_ = parameters_;
      result.bitField0_ = to_bitField0_;
      onBuilt();
      return result;
    }

    public Builder clone() {
      return (Builder) super.clone();
    }

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

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

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

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

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

    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters) {
        return mergeFrom(
            (org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters) other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(
        org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters other) {
      if (other == org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters.getDefaultInstance())
        return this;
      if (!other.getWorkspace().isEmpty()) {
        workspace_ = other.workspace_;
        onChanged();
      }
      if (!other.getAddOption().isEmpty()) {
        addOption_ = other.addOption_;
        onChanged();
      }
      if (!other.getAdapterId().isEmpty()) {
        adapterId_ = other.adapterId_;
        onChanged();
      }
      if (!other.getStyle().isEmpty()) {
        style_ = other.style_;
        onChanged();
      }
      if (!other.parameters_.isEmpty()) {
        if (parameters_.isEmpty()) {
          parameters_ = other.parameters_;
          bitField0_ = (bitField0_ & ~0x00000010);
        } else {
          ensureParametersIsMutable();
          parameters_.addAll(other.parameters_);
        }
        onChanged();
      }
      this.mergeUnknownFields(other.unknownFields);
      onChanged();
      return this;
    }

    public final boolean isInitialized() {
      return true;
    }

    public Builder mergeFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException {
      org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters parsedMessage =
          null;
      try {
        parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        parsedMessage =
            (org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters) e.getUnfinishedMessage();
        throw e.unwrapIOException();
      } finally {
        if (parsedMessage != null) {
          mergeFrom(parsedMessage);
        }
      }
      return this;
    }

    private int bitField0_;

    private java.lang.Object workspace_ = "";

    /**
     * string workspace = 1;
     */
    public java.lang.String getWorkspace() {
      java.lang.Object ref = workspace_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        workspace_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }

    /**
     * string workspace = 1;
     */
    public com.google.protobuf.ByteString getWorkspaceBytes() {
      java.lang.Object ref = workspace_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b =
            com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
        workspace_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    /**
     * string workspace = 1;
     */
    public Builder setWorkspace(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }

      workspace_ = value;
      onChanged();
      return this;
    }

    /**
     * string workspace = 1;
     */
    public Builder clearWorkspace() {

      workspace_ = getDefaultInstance().getWorkspace();
      onChanged();
      return this;
    }

    /**
     * string workspace = 1;
     */
    public Builder setWorkspaceBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);

      workspace_ = value;
      onChanged();
      return this;
    }

    private java.lang.Object addOption_ = "";

    /**
     * string addOption = 2;
     */
    public java.lang.String getAddOption() {
      java.lang.Object ref = addOption_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        addOption_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }

    /**
     * string addOption = 2;
     */
    public com.google.protobuf.ByteString getAddOptionBytes() {
      java.lang.Object ref = addOption_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b =
            com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
        addOption_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    /**
     * string addOption = 2;
     */
    public Builder setAddOption(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }

      addOption_ = value;
      onChanged();
      return this;
    }

    /**
     * string addOption = 2;
     */
    public Builder clearAddOption() {

      addOption_ = getDefaultInstance().getAddOption();
      onChanged();
      return this;
    }

    /**
     * string addOption = 2;
     */
    public Builder setAddOptionBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);

      addOption_ = value;
      onChanged();
      return this;
    }

    private java.lang.Object adapterId_ = "";

    /**
     * string adapterId = 3;
     */
    public java.lang.String getAdapterId() {
      java.lang.Object ref = adapterId_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        adapterId_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }

    /**
     * string adapterId = 3;
     */
    public com.google.protobuf.ByteString getAdapterIdBytes() {
      java.lang.Object ref = adapterId_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b =
            com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
        adapterId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    /**
     * string adapterId = 3;
     */
    public Builder setAdapterId(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }

      adapterId_ = value;
      onChanged();
      return this;
    }

    /**
     * string adapterId = 3;
     */
    public Builder clearAdapterId() {

      adapterId_ = getDefaultInstance().getAdapterId();
      onChanged();
      return this;
    }

    /**
     * string adapterId = 3;
     */
    public Builder setAdapterIdBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);

      adapterId_ = value;
      onChanged();
      return this;
    }

    private java.lang.Object style_ = "";

    /**
     * string style = 4;
     */
    public java.lang.String getStyle() {
      java.lang.Object ref = style_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        style_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }

    /**
     * string style = 4;
     */
    public com.google.protobuf.ByteString getStyleBytes() {
      java.lang.Object ref = style_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b =
            com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
        style_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    /**
     * string style = 4;
     */
    public Builder setStyle(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }

      style_ = value;
      onChanged();
      return this;
    }

    /**
     * string style = 4;
     */
    public Builder clearStyle() {

      style_ = getDefaultInstance().getStyle();
      onChanged();
      return this;
    }

    /**
     * string style = 4;
     */
    public Builder setStyleBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);

      style_ = value;
      onChanged();
      return this;
    }

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

    private void ensureParametersIsMutable() {
      if (!((bitField0_ & 0x00000010) == 0x00000010)) {
        parameters_ = new com.google.protobuf.LazyStringArrayList(parameters_);
        bitField0_ |= 0x00000010;
      }
    }

    /**
     * repeated string parameters = 5;
     */
    public com.google.protobuf.ProtocolStringList getParametersList() {
      return parameters_.getUnmodifiableView();
    }

    /**
     * repeated string parameters = 5;
     */
    public int getParametersCount() {
      return parameters_.size();
    }

    /**
     * repeated string parameters = 5;
     */
    public java.lang.String getParameters(int index) {
      return parameters_.get(index);
    }

    /**
     * repeated string parameters = 5;
     */
    public com.google.protobuf.ByteString getParametersBytes(int index) {
      return parameters_.getByteString(index);
    }

    /**
     * repeated string parameters = 5;
     */
    public Builder setParameters(int index, java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      ensureParametersIsMutable();
      parameters_.set(index, value);
      onChanged();
      return this;
    }

    /**
     * repeated string parameters = 5;
     */
    public Builder addParameters(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      ensureParametersIsMutable();
      parameters_.add(value);
      onChanged();
      return this;
    }

    /**
     * repeated string parameters = 5;
     */
    public Builder addAllParameters(java.lang.Iterable values) {
      ensureParametersIsMutable();
      com.google.protobuf.AbstractMessageLite.Builder.addAll(values, parameters_);
      onChanged();
      return this;
    }

    /**
     * repeated string parameters = 5;
     */
    public Builder clearParameters() {
      parameters_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      bitField0_ = (bitField0_ & ~0x00000010);
      onChanged();
      return this;
    }

    /**
     * repeated string parameters = 5;
     */
    public Builder addParametersBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      ensureParametersIsMutable();
      parameters_.add(value);
      onChanged();
      return this;
    }

    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFieldsProto3(unknownFields);
    }

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

    // @@protoc_insertion_point(builder_scope:GeoServerAddLayerCommandParameters)
  }

  // @@protoc_insertion_point(class_scope:GeoServerAddLayerCommandParameters)
  private static final org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE =
        new org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters();
  }

  public static org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser PARSER =
      new com.google.protobuf.AbstractParser() {
        public GeoServerAddLayerCommandParameters parsePartialFrom(
            com.google.protobuf.CodedInputStream input,
            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
            throws com.google.protobuf.InvalidProtocolBufferException {
          return new GeoServerAddLayerCommandParameters(input, extensionRegistry);
        }
      };

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

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

  public org.locationtech.geowave.service.grpc.protobuf.GeoServerAddLayerCommandParameters getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy