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

org.tensorflow.distruntime.GetStatusResponse Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto

package org.tensorflow.distruntime;

/**
 * Protobuf type {@code tensorflow.GetStatusResponse}
 */
public final class GetStatusResponse extends
    org.nd4j.shade.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:tensorflow.GetStatusResponse)
    GetStatusResponseOrBuilder {
private static final long serialVersionUID = 0L;
  // Use GetStatusResponse.newBuilder() to construct.
  private GetStatusResponse(org.nd4j.shade.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private GetStatusResponse() {
    deviceAttributes_ = java.util.Collections.emptyList();
  }

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

  @java.lang.Override
  public final org.nd4j.shade.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private GetStatusResponse(
      org.nd4j.shade.protobuf.CodedInputStream input,
      org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    int mutable_bitField0_ = 0;
    org.nd4j.shade.protobuf.UnknownFieldSet.Builder unknownFields =
        org.nd4j.shade.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          case 10: {
            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
              deviceAttributes_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            deviceAttributes_.add(
                input.readMessage(org.tensorflow.framework.DeviceAttributes.parser(), extensionRegistry));
            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (org.nd4j.shade.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (org.nd4j.shade.protobuf.UninitializedMessageException e) {
      throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new org.nd4j.shade.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      if (((mutable_bitField0_ & 0x00000001) != 0)) {
        deviceAttributes_ = java.util.Collections.unmodifiableList(deviceAttributes_);
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final org.nd4j.shade.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return org.tensorflow.distruntime.WorkerProtos.internal_static_tensorflow_GetStatusResponse_descriptor;
  }

  @java.lang.Override
  protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return org.tensorflow.distruntime.WorkerProtos.internal_static_tensorflow_GetStatusResponse_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            org.tensorflow.distruntime.GetStatusResponse.class, org.tensorflow.distruntime.GetStatusResponse.Builder.class);
  }

  public static final int DEVICE_ATTRIBUTES_FIELD_NUMBER = 1;
  private java.util.List deviceAttributes_;
  /**
   * repeated .tensorflow.DeviceAttributes device_attributes = 1;
   */
  @java.lang.Override
  public java.util.List getDeviceAttributesList() {
    return deviceAttributes_;
  }
  /**
   * repeated .tensorflow.DeviceAttributes device_attributes = 1;
   */
  @java.lang.Override
  public java.util.List 
      getDeviceAttributesOrBuilderList() {
    return deviceAttributes_;
  }
  /**
   * repeated .tensorflow.DeviceAttributes device_attributes = 1;
   */
  @java.lang.Override
  public int getDeviceAttributesCount() {
    return deviceAttributes_.size();
  }
  /**
   * repeated .tensorflow.DeviceAttributes device_attributes = 1;
   */
  @java.lang.Override
  public org.tensorflow.framework.DeviceAttributes getDeviceAttributes(int index) {
    return deviceAttributes_.get(index);
  }
  /**
   * repeated .tensorflow.DeviceAttributes device_attributes = 1;
   */
  @java.lang.Override
  public org.tensorflow.framework.DeviceAttributesOrBuilder getDeviceAttributesOrBuilder(
      int index) {
    return deviceAttributes_.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(org.nd4j.shade.protobuf.CodedOutputStream output)
                      throws java.io.IOException {
    for (int i = 0; i < deviceAttributes_.size(); i++) {
      output.writeMessage(1, deviceAttributes_.get(i));
    }
    unknownFields.writeTo(output);
  }

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

    size = 0;
    for (int i = 0; i < deviceAttributes_.size(); i++) {
      size += org.nd4j.shade.protobuf.CodedOutputStream
        .computeMessageSize(1, deviceAttributes_.get(i));
    }
    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.tensorflow.distruntime.GetStatusResponse)) {
      return super.equals(obj);
    }
    org.tensorflow.distruntime.GetStatusResponse other = (org.tensorflow.distruntime.GetStatusResponse) obj;

    if (!getDeviceAttributesList()
        .equals(other.getDeviceAttributesList())) return false;
    if (!unknownFields.equals(other.unknownFields)) return false;
    return true;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    if (getDeviceAttributesCount() > 0) {
      hash = (37 * hash) + DEVICE_ATTRIBUTES_FIELD_NUMBER;
      hash = (53 * hash) + getDeviceAttributesList().hashCode();
    }
    hash = (29 * hash) + unknownFields.hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static org.tensorflow.distruntime.GetStatusResponse parseFrom(
      java.nio.ByteBuffer data)
      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static org.tensorflow.distruntime.GetStatusResponse parseFrom(
      java.nio.ByteBuffer data,
      org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static org.tensorflow.distruntime.GetStatusResponse parseFrom(
      org.nd4j.shade.protobuf.ByteString data)
      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static org.tensorflow.distruntime.GetStatusResponse parseFrom(
      org.nd4j.shade.protobuf.ByteString data,
      org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static org.tensorflow.distruntime.GetStatusResponse parseFrom(byte[] data)
      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static org.tensorflow.distruntime.GetStatusResponse parseFrom(
      byte[] data,
      org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static org.tensorflow.distruntime.GetStatusResponse parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return org.nd4j.shade.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static org.tensorflow.distruntime.GetStatusResponse parseFrom(
      java.io.InputStream input,
      org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return org.nd4j.shade.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }
  public static org.tensorflow.distruntime.GetStatusResponse parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return org.nd4j.shade.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static org.tensorflow.distruntime.GetStatusResponse parseDelimitedFrom(
      java.io.InputStream input,
      org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return org.nd4j.shade.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
  }
  public static org.tensorflow.distruntime.GetStatusResponse parseFrom(
      org.nd4j.shade.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return org.nd4j.shade.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static org.tensorflow.distruntime.GetStatusResponse parseFrom(
      org.nd4j.shade.protobuf.CodedInputStream input,
      org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return org.nd4j.shade.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(org.tensorflow.distruntime.GetStatusResponse 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(
      org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   * Protobuf type {@code tensorflow.GetStatusResponse}
   */
  public static final class Builder extends
      org.nd4j.shade.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:tensorflow.GetStatusResponse)
      org.tensorflow.distruntime.GetStatusResponseOrBuilder {
    public static final org.nd4j.shade.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return org.tensorflow.distruntime.WorkerProtos.internal_static_tensorflow_GetStatusResponse_descriptor;
    }

    @java.lang.Override
    protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return org.tensorflow.distruntime.WorkerProtos.internal_static_tensorflow_GetStatusResponse_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              org.tensorflow.distruntime.GetStatusResponse.class, org.tensorflow.distruntime.GetStatusResponse.Builder.class);
    }

    // Construct using org.tensorflow.distruntime.GetStatusResponse.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

    private Builder(
        org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
      maybeForceBuilderInitialization();
    }
    private void maybeForceBuilderInitialization() {
      if (org.nd4j.shade.protobuf.GeneratedMessageV3
              .alwaysUseFieldBuilders) {
        getDeviceAttributesFieldBuilder();
      }
    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      if (deviceAttributesBuilder_ == null) {
        deviceAttributes_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
      } else {
        deviceAttributesBuilder_.clear();
      }
      return this;
    }

    @java.lang.Override
    public org.nd4j.shade.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return org.tensorflow.distruntime.WorkerProtos.internal_static_tensorflow_GetStatusResponse_descriptor;
    }

    @java.lang.Override
    public org.tensorflow.distruntime.GetStatusResponse getDefaultInstanceForType() {
      return org.tensorflow.distruntime.GetStatusResponse.getDefaultInstance();
    }

    @java.lang.Override
    public org.tensorflow.distruntime.GetStatusResponse build() {
      org.tensorflow.distruntime.GetStatusResponse result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public org.tensorflow.distruntime.GetStatusResponse buildPartial() {
      org.tensorflow.distruntime.GetStatusResponse result = new org.tensorflow.distruntime.GetStatusResponse(this);
      int from_bitField0_ = bitField0_;
      if (deviceAttributesBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0)) {
          deviceAttributes_ = java.util.Collections.unmodifiableList(deviceAttributes_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.deviceAttributes_ = deviceAttributes_;
      } else {
        result.deviceAttributes_ = deviceAttributesBuilder_.build();
      }
      onBuilt();
      return result;
    }

    @java.lang.Override
    public Builder clone() {
      return super.clone();
    }
    @java.lang.Override
    public Builder setField(
        org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.setField(field, value);
    }
    @java.lang.Override
    public Builder clearField(
        org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) {
      return super.clearField(field);
    }
    @java.lang.Override
    public Builder clearOneof(
        org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) {
      return super.clearOneof(oneof);
    }
    @java.lang.Override
    public Builder setRepeatedField(
        org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
        int index, java.lang.Object value) {
      return super.setRepeatedField(field, index, value);
    }
    @java.lang.Override
    public Builder addRepeatedField(
        org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.addRepeatedField(field, value);
    }
    @java.lang.Override
    public Builder mergeFrom(org.nd4j.shade.protobuf.Message other) {
      if (other instanceof org.tensorflow.distruntime.GetStatusResponse) {
        return mergeFrom((org.tensorflow.distruntime.GetStatusResponse)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(org.tensorflow.distruntime.GetStatusResponse other) {
      if (other == org.tensorflow.distruntime.GetStatusResponse.getDefaultInstance()) return this;
      if (deviceAttributesBuilder_ == null) {
        if (!other.deviceAttributes_.isEmpty()) {
          if (deviceAttributes_.isEmpty()) {
            deviceAttributes_ = other.deviceAttributes_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureDeviceAttributesIsMutable();
            deviceAttributes_.addAll(other.deviceAttributes_);
          }
          onChanged();
        }
      } else {
        if (!other.deviceAttributes_.isEmpty()) {
          if (deviceAttributesBuilder_.isEmpty()) {
            deviceAttributesBuilder_.dispose();
            deviceAttributesBuilder_ = null;
            deviceAttributes_ = other.deviceAttributes_;
            bitField0_ = (bitField0_ & ~0x00000001);
            deviceAttributesBuilder_ = 
              org.nd4j.shade.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                 getDeviceAttributesFieldBuilder() : null;
          } else {
            deviceAttributesBuilder_.addAllMessages(other.deviceAttributes_);
          }
        }
      }
      this.mergeUnknownFields(other.unknownFields);
      onChanged();
      return this;
    }

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

    @java.lang.Override
    public Builder mergeFrom(
        org.nd4j.shade.protobuf.CodedInputStream input,
        org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      org.tensorflow.distruntime.GetStatusResponse parsedMessage = null;
      try {
        parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
      } catch (org.nd4j.shade.protobuf.InvalidProtocolBufferException e) {
        parsedMessage = (org.tensorflow.distruntime.GetStatusResponse) e.getUnfinishedMessage();
        throw e.unwrapIOException();
      } finally {
        if (parsedMessage != null) {
          mergeFrom(parsedMessage);
        }
      }
      return this;
    }
    private int bitField0_;

    private java.util.List deviceAttributes_ =
      java.util.Collections.emptyList();
    private void ensureDeviceAttributesIsMutable() {
      if (!((bitField0_ & 0x00000001) != 0)) {
        deviceAttributes_ = new java.util.ArrayList(deviceAttributes_);
        bitField0_ |= 0x00000001;
       }
    }

    private org.nd4j.shade.protobuf.RepeatedFieldBuilderV3<
        org.tensorflow.framework.DeviceAttributes, org.tensorflow.framework.DeviceAttributes.Builder, org.tensorflow.framework.DeviceAttributesOrBuilder> deviceAttributesBuilder_;

    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public java.util.List getDeviceAttributesList() {
      if (deviceAttributesBuilder_ == null) {
        return java.util.Collections.unmodifiableList(deviceAttributes_);
      } else {
        return deviceAttributesBuilder_.getMessageList();
      }
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public int getDeviceAttributesCount() {
      if (deviceAttributesBuilder_ == null) {
        return deviceAttributes_.size();
      } else {
        return deviceAttributesBuilder_.getCount();
      }
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public org.tensorflow.framework.DeviceAttributes getDeviceAttributes(int index) {
      if (deviceAttributesBuilder_ == null) {
        return deviceAttributes_.get(index);
      } else {
        return deviceAttributesBuilder_.getMessage(index);
      }
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public Builder setDeviceAttributes(
        int index, org.tensorflow.framework.DeviceAttributes value) {
      if (deviceAttributesBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureDeviceAttributesIsMutable();
        deviceAttributes_.set(index, value);
        onChanged();
      } else {
        deviceAttributesBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public Builder setDeviceAttributes(
        int index, org.tensorflow.framework.DeviceAttributes.Builder builderForValue) {
      if (deviceAttributesBuilder_ == null) {
        ensureDeviceAttributesIsMutable();
        deviceAttributes_.set(index, builderForValue.build());
        onChanged();
      } else {
        deviceAttributesBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public Builder addDeviceAttributes(org.tensorflow.framework.DeviceAttributes value) {
      if (deviceAttributesBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureDeviceAttributesIsMutable();
        deviceAttributes_.add(value);
        onChanged();
      } else {
        deviceAttributesBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public Builder addDeviceAttributes(
        int index, org.tensorflow.framework.DeviceAttributes value) {
      if (deviceAttributesBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureDeviceAttributesIsMutable();
        deviceAttributes_.add(index, value);
        onChanged();
      } else {
        deviceAttributesBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public Builder addDeviceAttributes(
        org.tensorflow.framework.DeviceAttributes.Builder builderForValue) {
      if (deviceAttributesBuilder_ == null) {
        ensureDeviceAttributesIsMutable();
        deviceAttributes_.add(builderForValue.build());
        onChanged();
      } else {
        deviceAttributesBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public Builder addDeviceAttributes(
        int index, org.tensorflow.framework.DeviceAttributes.Builder builderForValue) {
      if (deviceAttributesBuilder_ == null) {
        ensureDeviceAttributesIsMutable();
        deviceAttributes_.add(index, builderForValue.build());
        onChanged();
      } else {
        deviceAttributesBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public Builder addAllDeviceAttributes(
        java.lang.Iterable values) {
      if (deviceAttributesBuilder_ == null) {
        ensureDeviceAttributesIsMutable();
        org.nd4j.shade.protobuf.AbstractMessageLite.Builder.addAll(
            values, deviceAttributes_);
        onChanged();
      } else {
        deviceAttributesBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public Builder clearDeviceAttributes() {
      if (deviceAttributesBuilder_ == null) {
        deviceAttributes_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
      } else {
        deviceAttributesBuilder_.clear();
      }
      return this;
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public Builder removeDeviceAttributes(int index) {
      if (deviceAttributesBuilder_ == null) {
        ensureDeviceAttributesIsMutable();
        deviceAttributes_.remove(index);
        onChanged();
      } else {
        deviceAttributesBuilder_.remove(index);
      }
      return this;
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public org.tensorflow.framework.DeviceAttributes.Builder getDeviceAttributesBuilder(
        int index) {
      return getDeviceAttributesFieldBuilder().getBuilder(index);
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public org.tensorflow.framework.DeviceAttributesOrBuilder getDeviceAttributesOrBuilder(
        int index) {
      if (deviceAttributesBuilder_ == null) {
        return deviceAttributes_.get(index);  } else {
        return deviceAttributesBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public java.util.List 
         getDeviceAttributesOrBuilderList() {
      if (deviceAttributesBuilder_ != null) {
        return deviceAttributesBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(deviceAttributes_);
      }
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public org.tensorflow.framework.DeviceAttributes.Builder addDeviceAttributesBuilder() {
      return getDeviceAttributesFieldBuilder().addBuilder(
          org.tensorflow.framework.DeviceAttributes.getDefaultInstance());
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public org.tensorflow.framework.DeviceAttributes.Builder addDeviceAttributesBuilder(
        int index) {
      return getDeviceAttributesFieldBuilder().addBuilder(
          index, org.tensorflow.framework.DeviceAttributes.getDefaultInstance());
    }
    /**
     * repeated .tensorflow.DeviceAttributes device_attributes = 1;
     */
    public java.util.List 
         getDeviceAttributesBuilderList() {
      return getDeviceAttributesFieldBuilder().getBuilderList();
    }
    private org.nd4j.shade.protobuf.RepeatedFieldBuilderV3<
        org.tensorflow.framework.DeviceAttributes, org.tensorflow.framework.DeviceAttributes.Builder, org.tensorflow.framework.DeviceAttributesOrBuilder> 
        getDeviceAttributesFieldBuilder() {
      if (deviceAttributesBuilder_ == null) {
        deviceAttributesBuilder_ = new org.nd4j.shade.protobuf.RepeatedFieldBuilderV3<
            org.tensorflow.framework.DeviceAttributes, org.tensorflow.framework.DeviceAttributes.Builder, org.tensorflow.framework.DeviceAttributesOrBuilder>(
                deviceAttributes_,
                ((bitField0_ & 0x00000001) != 0),
                getParentForChildren(),
                isClean());
        deviceAttributes_ = null;
      }
      return deviceAttributesBuilder_;
    }
    @java.lang.Override
    public final Builder setUnknownFields(
        final org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFields(unknownFields);
    }

    @java.lang.Override
    public final Builder mergeUnknownFields(
        final org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) {
      return super.mergeUnknownFields(unknownFields);
    }


    // @@protoc_insertion_point(builder_scope:tensorflow.GetStatusResponse)
  }

  // @@protoc_insertion_point(class_scope:tensorflow.GetStatusResponse)
  private static final org.tensorflow.distruntime.GetStatusResponse DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new org.tensorflow.distruntime.GetStatusResponse();
  }

  public static org.tensorflow.distruntime.GetStatusResponse getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final org.nd4j.shade.protobuf.Parser
      PARSER = new org.nd4j.shade.protobuf.AbstractParser() {
    @java.lang.Override
    public GetStatusResponse parsePartialFrom(
        org.nd4j.shade.protobuf.CodedInputStream input,
        org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
        throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
      return new GetStatusResponse(input, extensionRegistry);
    }
  };

  public static org.nd4j.shade.protobuf.Parser parser() {
    return PARSER;
  }

  @java.lang.Override
  public org.nd4j.shade.protobuf.Parser getParserForType() {
    return PARSER;
  }

  @java.lang.Override
  public org.tensorflow.distruntime.GetStatusResponse getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy