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

alluxio.shaded.client.io.grpc.binarylog.v1.Trailer Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/binlog/v1/binarylog.proto

package alluxio.shaded.client.io.grpc.binarylog.v1;

/**
 * Protobuf type {@code grpc.binarylog.v1.Trailer}
 */
public final class Trailer extends
    alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:grpc.binarylog.v1.Trailer)
    TrailerOrBuilder {
private static final long serialVersionUID = 0L;
  // Use Trailer.newBuilder() to construct.
  private Trailer(alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private Trailer() {
    statusMessage_ = "";
    statusDetails_ = alluxio.shaded.client.com.google.protobuf.ByteString.EMPTY;
  }

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

  @java.lang.Override
  public final alluxio.shaded.client.com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  public static final alluxio.shaded.client.com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return alluxio.shaded.client.io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_Trailer_descriptor;
  }

  @java.lang.Override
  protected alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return alluxio.shaded.client.io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_Trailer_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            alluxio.shaded.client.io.grpc.binarylog.v1.Trailer.class, alluxio.shaded.client.io.grpc.binarylog.v1.Trailer.Builder.class);
  }

  public static final int METADATA_FIELD_NUMBER = 1;
  private alluxio.shaded.client.io.grpc.binarylog.v1.Metadata metadata_;
  /**
   * 
   * This contains only the metadata from the application.
   * 
* * .grpc.binarylog.v1.Metadata metadata = 1; * @return Whether the metadata field is set. */ @java.lang.Override public boolean hasMetadata() { return metadata_ != null; } /** *
   * This contains only the metadata from the application.
   * 
* * .grpc.binarylog.v1.Metadata metadata = 1; * @return The metadata. */ @java.lang.Override public alluxio.shaded.client.io.grpc.binarylog.v1.Metadata getMetadata() { return metadata_ == null ? alluxio.shaded.client.io.grpc.binarylog.v1.Metadata.getDefaultInstance() : metadata_; } /** *
   * This contains only the metadata from the application.
   * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ @java.lang.Override public alluxio.shaded.client.io.grpc.binarylog.v1.MetadataOrBuilder getMetadataOrBuilder() { return getMetadata(); } public static final int STATUS_CODE_FIELD_NUMBER = 2; private int statusCode_; /** *
   * The gRPC status code.
   * 
* * uint32 status_code = 2; * @return The statusCode. */ @java.lang.Override public int getStatusCode() { return statusCode_; } public static final int STATUS_MESSAGE_FIELD_NUMBER = 3; private volatile java.lang.Object statusMessage_; /** *
   * An original status message before any transport specific
   * encoding.
   * 
* * string status_message = 3; * @return The statusMessage. */ @java.lang.Override public java.lang.String getStatusMessage() { java.lang.Object ref = statusMessage_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { alluxio.shaded.client.com.google.protobuf.ByteString bs = (alluxio.shaded.client.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); statusMessage_ = s; return s; } } /** *
   * An original status message before any transport specific
   * encoding.
   * 
* * string status_message = 3; * @return The bytes for statusMessage. */ @java.lang.Override public alluxio.shaded.client.com.google.protobuf.ByteString getStatusMessageBytes() { java.lang.Object ref = statusMessage_; if (ref instanceof java.lang.String) { alluxio.shaded.client.com.google.protobuf.ByteString b = alluxio.shaded.client.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); statusMessage_ = b; return b; } else { return (alluxio.shaded.client.com.google.protobuf.ByteString) ref; } } public static final int STATUS_DETAILS_FIELD_NUMBER = 4; private alluxio.shaded.client.com.google.protobuf.ByteString statusDetails_; /** *
   * The value of the 'grpc-status-details-bin' metadata key. If
   * present, this is always an encoded 'google.rpc.Status' message.
   * 
* * bytes status_details = 4; * @return The statusDetails. */ @java.lang.Override public alluxio.shaded.client.com.google.protobuf.ByteString getStatusDetails() { return statusDetails_; } 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(alluxio.shaded.client.com.google.protobuf.CodedOutputStream output) throws java.alluxio.shaded.client.io.IOException { if (metadata_ != null) { output.writeMessage(1, getMetadata()); } if (statusCode_ != 0) { output.writeUInt32(2, statusCode_); } if (!alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusMessage_)) { alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.writeString(output, 3, statusMessage_); } if (!statusDetails_.isEmpty()) { output.writeBytes(4, statusDetails_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (metadata_ != null) { size += alluxio.shaded.client.com.google.protobuf.CodedOutputStream .alluxio.shaded.client.com.uteMessageSize(1, getMetadata()); } if (statusCode_ != 0) { size += alluxio.shaded.client.com.google.protobuf.CodedOutputStream .alluxio.shaded.client.com.uteUInt32Size(2, statusCode_); } if (!alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusMessage_)) { size += alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.alluxio.shaded.client.com.uteStringSize(3, statusMessage_); } if (!statusDetails_.isEmpty()) { size += alluxio.shaded.client.com.google.protobuf.CodedOutputStream .alluxio.shaded.client.com.uteBytesSize(4, statusDetails_); } 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 alluxio.shaded.client.io.grpc.binarylog.v1.Trailer)) { return super.equals(obj); } alluxio.shaded.client.io.grpc.binarylog.v1.Trailer other = (alluxio.shaded.client.io.grpc.binarylog.v1.Trailer) obj; if (hasMetadata() != other.hasMetadata()) return false; if (hasMetadata()) { if (!getMetadata() .equals(other.getMetadata())) return false; } if (getStatusCode() != other.getStatusCode()) return false; if (!getStatusMessage() .equals(other.getStatusMessage())) return false; if (!getStatusDetails() .equals(other.getStatusDetails())) 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 (hasMetadata()) { hash = (37 * hash) + METADATA_FIELD_NUMBER; hash = (53 * hash) + getMetadata().hashCode(); } hash = (37 * hash) + STATUS_CODE_FIELD_NUMBER; hash = (53 * hash) + getStatusCode(); hash = (37 * hash) + STATUS_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getStatusMessage().hashCode(); hash = (37 * hash) + STATUS_DETAILS_FIELD_NUMBER; hash = (53 * hash) + getStatusDetails().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseFrom( java.nio.ByteBuffer data) throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseFrom( java.nio.ByteBuffer data, alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseFrom( alluxio.shaded.client.com.google.protobuf.ByteString data) throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseFrom( alluxio.shaded.client.com.google.protobuf.ByteString data, alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseFrom(byte[] data) throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseFrom( byte[] data, alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseFrom(java.alluxio.shaded.client.io.InputStream input) throws java.alluxio.shaded.client.io.IOException { return alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseFrom( java.alluxio.shaded.client.io.InputStream input, alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.alluxio.shaded.client.io.IOException { return alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseDelimitedFrom(java.alluxio.shaded.client.io.InputStream input) throws java.alluxio.shaded.client.io.IOException { return alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseDelimitedFrom( java.alluxio.shaded.client.io.InputStream input, alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.alluxio.shaded.client.io.IOException { return alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseFrom( alluxio.shaded.client.com.google.protobuf.CodedInputStream input) throws java.alluxio.shaded.client.io.IOException { return alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer parseFrom( alluxio.shaded.client.com.google.protobuf.CodedInputStream input, alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.alluxio.shaded.client.io.IOException { return alluxio.shaded.client.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(alluxio.shaded.client.io.grpc.binarylog.v1.Trailer 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( alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code grpc.binarylog.v1.Trailer} */ public static final class Builder extends alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:grpc.binarylog.v1.Trailer) alluxio.shaded.client.io.grpc.binarylog.v1.TrailerOrBuilder { public static final alluxio.shaded.client.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return alluxio.shaded.client.io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_Trailer_descriptor; } @java.lang.Override protected alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return alluxio.shaded.client.io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_Trailer_fieldAccessorTable .ensureFieldAccessorsInitialized( alluxio.shaded.client.io.grpc.binarylog.v1.Trailer.class, alluxio.shaded.client.io.grpc.binarylog.v1.Trailer.Builder.class); } // Construct using alluxio.shaded.client.io.grpc.binarylog.v1.Trailer.newBuilder() private Builder() { } private Builder( alluxio.shaded.client.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); if (metadataBuilder_ == null) { metadata_ = null; } else { metadata_ = null; metadataBuilder_ = null; } statusCode_ = 0; statusMessage_ = ""; statusDetails_ = alluxio.shaded.client.com.google.protobuf.ByteString.EMPTY; return this; } @java.lang.Override public alluxio.shaded.client.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return alluxio.shaded.client.io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_Trailer_descriptor; } @java.lang.Override public alluxio.shaded.client.io.grpc.binarylog.v1.Trailer getDefaultInstanceForType() { return alluxio.shaded.client.io.grpc.binarylog.v1.Trailer.getDefaultInstance(); } @java.lang.Override public alluxio.shaded.client.io.grpc.binarylog.v1.Trailer build() { alluxio.shaded.client.io.grpc.binarylog.v1.Trailer result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public alluxio.shaded.client.io.grpc.binarylog.v1.Trailer buildPartial() { alluxio.shaded.client.io.grpc.binarylog.v1.Trailer result = new alluxio.shaded.client.io.grpc.binarylog.v1.Trailer(this); if (metadataBuilder_ == null) { result.metadata_ = metadata_; } else { result.metadata_ = metadataBuilder_.build(); } result.statusCode_ = statusCode_; result.statusMessage_ = statusMessage_; result.statusDetails_ = statusDetails_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( alluxio.shaded.client.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( alluxio.shaded.client.com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( alluxio.shaded.client.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( alluxio.shaded.client.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( alluxio.shaded.client.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(alluxio.shaded.client.com.google.protobuf.Message other) { if (other instanceof alluxio.shaded.client.io.grpc.binarylog.v1.Trailer) { return mergeFrom((alluxio.shaded.client.io.grpc.binarylog.v1.Trailer)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(alluxio.shaded.client.io.grpc.binarylog.v1.Trailer other) { if (other == alluxio.shaded.client.io.grpc.binarylog.v1.Trailer.getDefaultInstance()) return this; if (other.hasMetadata()) { mergeMetadata(other.getMetadata()); } if (other.getStatusCode() != 0) { setStatusCode(other.getStatusCode()); } if (!other.getStatusMessage().isEmpty()) { statusMessage_ = other.statusMessage_; onChanged(); } if (other.getStatusDetails() != alluxio.shaded.client.com.google.protobuf.ByteString.EMPTY) { setStatusDetails(other.getStatusDetails()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( alluxio.shaded.client.com.google.protobuf.CodedInputStream input, alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.alluxio.shaded.client.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: { input.readMessage( getMetadataFieldBuilder().getBuilder(), extensionRegistry); break; } // case 10 case 16: { statusCode_ = input.readUInt32(); break; } // case 16 case 26: { statusMessage_ = input.readStringRequireUtf8(); break; } // case 26 case 34: { statusDetails_ = input.readBytes(); break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private alluxio.shaded.client.io.grpc.binarylog.v1.Metadata metadata_; private alluxio.shaded.client.com.google.protobuf.SingleFieldBuilderV3< alluxio.shaded.client.io.grpc.binarylog.v1.Metadata, alluxio.shaded.client.io.grpc.binarylog.v1.Metadata.Builder, alluxio.shaded.client.io.grpc.binarylog.v1.MetadataOrBuilder> metadataBuilder_; /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; * @return Whether the metadata field is set. */ public boolean hasMetadata() { return metadataBuilder_ != null || metadata_ != null; } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; * @return The metadata. */ public alluxio.shaded.client.io.grpc.binarylog.v1.Metadata getMetadata() { if (metadataBuilder_ == null) { return metadata_ == null ? alluxio.shaded.client.io.grpc.binarylog.v1.Metadata.getDefaultInstance() : metadata_; } else { return metadataBuilder_.getMessage(); } } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ public Builder setMetadata(alluxio.shaded.client.io.grpc.binarylog.v1.Metadata value) { if (metadataBuilder_ == null) { if (value == null) { throw new NullPointerException(); } metadata_ = value; onChanged(); } else { metadataBuilder_.setMessage(value); } return this; } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ public Builder setMetadata( alluxio.shaded.client.io.grpc.binarylog.v1.Metadata.Builder builderForValue) { if (metadataBuilder_ == null) { metadata_ = builderForValue.build(); onChanged(); } else { metadataBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ public Builder mergeMetadata(alluxio.shaded.client.io.grpc.binarylog.v1.Metadata value) { if (metadataBuilder_ == null) { if (metadata_ != null) { metadata_ = alluxio.shaded.client.io.grpc.binarylog.v1.Metadata.newBuilder(metadata_).mergeFrom(value).buildPartial(); } else { metadata_ = value; } onChanged(); } else { metadataBuilder_.mergeFrom(value); } return this; } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ public Builder clearMetadata() { if (metadataBuilder_ == null) { metadata_ = null; onChanged(); } else { metadata_ = null; metadataBuilder_ = null; } return this; } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ public alluxio.shaded.client.io.grpc.binarylog.v1.Metadata.Builder getMetadataBuilder() { onChanged(); return getMetadataFieldBuilder().getBuilder(); } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ public alluxio.shaded.client.io.grpc.binarylog.v1.MetadataOrBuilder getMetadataOrBuilder() { if (metadataBuilder_ != null) { return metadataBuilder_.getMessageOrBuilder(); } else { return metadata_ == null ? alluxio.shaded.client.io.grpc.binarylog.v1.Metadata.getDefaultInstance() : metadata_; } } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ private alluxio.shaded.client.com.google.protobuf.SingleFieldBuilderV3< alluxio.shaded.client.io.grpc.binarylog.v1.Metadata, alluxio.shaded.client.io.grpc.binarylog.v1.Metadata.Builder, alluxio.shaded.client.io.grpc.binarylog.v1.MetadataOrBuilder> getMetadataFieldBuilder() { if (metadataBuilder_ == null) { metadataBuilder_ = new alluxio.shaded.client.com.google.protobuf.SingleFieldBuilderV3< alluxio.shaded.client.io.grpc.binarylog.v1.Metadata, alluxio.shaded.client.io.grpc.binarylog.v1.Metadata.Builder, alluxio.shaded.client.io.grpc.binarylog.v1.MetadataOrBuilder>( getMetadata(), getParentForChildren(), isClean()); metadata_ = null; } return metadataBuilder_; } private int statusCode_ ; /** *
     * The gRPC status code.
     * 
* * uint32 status_code = 2; * @return The statusCode. */ @java.lang.Override public int getStatusCode() { return statusCode_; } /** *
     * The gRPC status code.
     * 
* * uint32 status_code = 2; * @param value The statusCode to set. * @return This builder for chaining. */ public Builder setStatusCode(int value) { statusCode_ = value; onChanged(); return this; } /** *
     * The gRPC status code.
     * 
* * uint32 status_code = 2; * @return This builder for chaining. */ public Builder clearStatusCode() { statusCode_ = 0; onChanged(); return this; } private java.lang.Object statusMessage_ = ""; /** *
     * An original status message before any transport specific
     * encoding.
     * 
* * string status_message = 3; * @return The statusMessage. */ public java.lang.String getStatusMessage() { java.lang.Object ref = statusMessage_; if (!(ref instanceof java.lang.String)) { alluxio.shaded.client.com.google.protobuf.ByteString bs = (alluxio.shaded.client.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); statusMessage_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * An original status message before any transport specific
     * encoding.
     * 
* * string status_message = 3; * @return The bytes for statusMessage. */ public alluxio.shaded.client.com.google.protobuf.ByteString getStatusMessageBytes() { java.lang.Object ref = statusMessage_; if (ref instanceof String) { alluxio.shaded.client.com.google.protobuf.ByteString b = alluxio.shaded.client.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); statusMessage_ = b; return b; } else { return (alluxio.shaded.client.com.google.protobuf.ByteString) ref; } } /** *
     * An original status message before any transport specific
     * encoding.
     * 
* * string status_message = 3; * @param value The statusMessage to set. * @return This builder for chaining. */ public Builder setStatusMessage( java.lang.String value) { if (value == null) { throw new NullPointerException(); } statusMessage_ = value; onChanged(); return this; } /** *
     * An original status message before any transport specific
     * encoding.
     * 
* * string status_message = 3; * @return This builder for chaining. */ public Builder clearStatusMessage() { statusMessage_ = getDefaultInstance().getStatusMessage(); onChanged(); return this; } /** *
     * An original status message before any transport specific
     * encoding.
     * 
* * string status_message = 3; * @param value The bytes for statusMessage to set. * @return This builder for chaining. */ public Builder setStatusMessageBytes( alluxio.shaded.client.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); statusMessage_ = value; onChanged(); return this; } private alluxio.shaded.client.com.google.protobuf.ByteString statusDetails_ = alluxio.shaded.client.com.google.protobuf.ByteString.EMPTY; /** *
     * The value of the 'grpc-status-details-bin' metadata key. If
     * present, this is always an encoded 'google.rpc.Status' message.
     * 
* * bytes status_details = 4; * @return The statusDetails. */ @java.lang.Override public alluxio.shaded.client.com.google.protobuf.ByteString getStatusDetails() { return statusDetails_; } /** *
     * The value of the 'grpc-status-details-bin' metadata key. If
     * present, this is always an encoded 'google.rpc.Status' message.
     * 
* * bytes status_details = 4; * @param value The statusDetails to set. * @return This builder for chaining. */ public Builder setStatusDetails(alluxio.shaded.client.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } statusDetails_ = value; onChanged(); return this; } /** *
     * The value of the 'grpc-status-details-bin' metadata key. If
     * present, this is always an encoded 'google.rpc.Status' message.
     * 
* * bytes status_details = 4; * @return This builder for chaining. */ public Builder clearStatusDetails() { statusDetails_ = getDefaultInstance().getStatusDetails(); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final alluxio.shaded.client.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final alluxio.shaded.client.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:grpc.binarylog.v1.Trailer) } // @@protoc_insertion_point(class_scope:grpc.binarylog.v1.Trailer) private static final alluxio.shaded.client.io.grpc.binarylog.v1.Trailer DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new alluxio.shaded.client.io.grpc.binarylog.v1.Trailer(); } public static alluxio.shaded.client.io.grpc.binarylog.v1.Trailer getDefaultInstance() { return DEFAULT_INSTANCE; } private static final alluxio.shaded.client.com.google.protobuf.Parser PARSER = new alluxio.shaded.client.com.google.protobuf.AbstractParser() { @java.lang.Override public Trailer parsePartialFrom( alluxio.shaded.client.com.google.protobuf.CodedInputStream input, alluxio.shaded.client.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (alluxio.shaded.client.com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.alluxio.shaded.client.io.IOException e) { throw new alluxio.shaded.client.com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static alluxio.shaded.client.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public alluxio.shaded.client.com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public alluxio.shaded.client.io.grpc.binarylog.v1.Trailer getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy