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

shade.polaris.io.grpc.binarylog.v1.Trailer Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/binlog/v1/binarylog.proto

package io.grpc.binarylog.v1;

/**
 * Protobuf type {@code grpc.binarylog.v1.Trailer}
 */
public final class Trailer extends
    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(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private Trailer() {
    statusMessage_ = "";
    statusDetails_ = com.google.protobuf.ByteString.EMPTY;
  }

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

  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_Trailer_descriptor;
  }

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

  private int bitField0_;
  public static final int METADATA_FIELD_NUMBER = 1;
  private 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 ((bitField0_ & 0x00000001) != 0); } /** *
   * This contains only the metadata from the application.
   * 
* * .grpc.binarylog.v1.Metadata metadata = 1; * @return The metadata. */ @java.lang.Override public io.grpc.binarylog.v1.Metadata getMetadata() { return metadata_ == null ? 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 io.grpc.binarylog.v1.MetadataOrBuilder getMetadataOrBuilder() { return metadata_ == null ? io.grpc.binarylog.v1.Metadata.getDefaultInstance() : metadata_; } public static final int STATUS_CODE_FIELD_NUMBER = 2; private int statusCode_ = 0; /** *
   * 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; @SuppressWarnings("serial") 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 { com.google.protobuf.ByteString bs = (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 com.google.protobuf.ByteString getStatusMessageBytes() { java.lang.Object ref = statusMessage_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); statusMessage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int STATUS_DETAILS_FIELD_NUMBER = 4; private com.google.protobuf.ByteString statusDetails_ = 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 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(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getMetadata()); } if (statusCode_ != 0) { output.writeUInt32(2, statusCode_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusMessage_)) { 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 (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getMetadata()); } if (statusCode_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, statusCode_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusMessage_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, statusMessage_); } if (!statusDetails_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(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 io.grpc.binarylog.v1.Trailer)) { return super.equals(obj); } io.grpc.binarylog.v1.Trailer other = (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 io.grpc.binarylog.v1.Trailer parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.binarylog.v1.Trailer parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.grpc.binarylog.v1.Trailer parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.binarylog.v1.Trailer parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.grpc.binarylog.v1.Trailer parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.binarylog.v1.Trailer parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.grpc.binarylog.v1.Trailer parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.grpc.binarylog.v1.Trailer 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 io.grpc.binarylog.v1.Trailer parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static io.grpc.binarylog.v1.Trailer 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 io.grpc.binarylog.v1.Trailer parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.grpc.binarylog.v1.Trailer 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(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( 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 com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:grpc.binarylog.v1.Trailer) io.grpc.binarylog.v1.TrailerOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_Trailer_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_Trailer_fieldAccessorTable .ensureFieldAccessorsInitialized( io.grpc.binarylog.v1.Trailer.class, io.grpc.binarylog.v1.Trailer.Builder.class); } // Construct using io.grpc.binarylog.v1.Trailer.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getMetadataFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; metadata_ = null; if (metadataBuilder_ != null) { metadataBuilder_.dispose(); metadataBuilder_ = null; } statusCode_ = 0; statusMessage_ = ""; statusDetails_ = com.google.protobuf.ByteString.EMPTY; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_Trailer_descriptor; } @java.lang.Override public io.grpc.binarylog.v1.Trailer getDefaultInstanceForType() { return io.grpc.binarylog.v1.Trailer.getDefaultInstance(); } @java.lang.Override public io.grpc.binarylog.v1.Trailer build() { io.grpc.binarylog.v1.Trailer result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public io.grpc.binarylog.v1.Trailer buildPartial() { io.grpc.binarylog.v1.Trailer result = new io.grpc.binarylog.v1.Trailer(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(io.grpc.binarylog.v1.Trailer result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.metadata_ = metadataBuilder_ == null ? metadata_ : metadataBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.statusCode_ = statusCode_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.statusMessage_ = statusMessage_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.statusDetails_ = statusDetails_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof io.grpc.binarylog.v1.Trailer) { return mergeFrom((io.grpc.binarylog.v1.Trailer)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.grpc.binarylog.v1.Trailer other) { if (other == 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_; bitField0_ |= 0x00000004; onChanged(); } if (other.getStatusDetails() != 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( 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: { input.readMessage( getMetadataFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 16: { statusCode_ = input.readUInt32(); bitField0_ |= 0x00000002; break; } // case 16 case 26: { statusMessage_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 26 case 34: { statusDetails_ = input.readBytes(); bitField0_ |= 0x00000008; break; } // case 34 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 io.grpc.binarylog.v1.Metadata metadata_; private com.google.protobuf.SingleFieldBuilderV3< io.grpc.binarylog.v1.Metadata, io.grpc.binarylog.v1.Metadata.Builder, 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 ((bitField0_ & 0x00000001) != 0); } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; * @return The metadata. */ public io.grpc.binarylog.v1.Metadata getMetadata() { if (metadataBuilder_ == null) { return metadata_ == null ? 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(io.grpc.binarylog.v1.Metadata value) { if (metadataBuilder_ == null) { if (value == null) { throw new NullPointerException(); } metadata_ = value; } else { metadataBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ public Builder setMetadata( io.grpc.binarylog.v1.Metadata.Builder builderForValue) { if (metadataBuilder_ == null) { metadata_ = builderForValue.build(); } else { metadataBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ public Builder mergeMetadata(io.grpc.binarylog.v1.Metadata value) { if (metadataBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && metadata_ != null && metadata_ != io.grpc.binarylog.v1.Metadata.getDefaultInstance()) { getMetadataBuilder().mergeFrom(value); } else { metadata_ = value; } } else { metadataBuilder_.mergeFrom(value); } if (metadata_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ public Builder clearMetadata() { bitField0_ = (bitField0_ & ~0x00000001); metadata_ = null; if (metadataBuilder_ != null) { metadataBuilder_.dispose(); metadataBuilder_ = null; } onChanged(); return this; } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ public io.grpc.binarylog.v1.Metadata.Builder getMetadataBuilder() { bitField0_ |= 0x00000001; onChanged(); return getMetadataFieldBuilder().getBuilder(); } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ public io.grpc.binarylog.v1.MetadataOrBuilder getMetadataOrBuilder() { if (metadataBuilder_ != null) { return metadataBuilder_.getMessageOrBuilder(); } else { return metadata_ == null ? io.grpc.binarylog.v1.Metadata.getDefaultInstance() : metadata_; } } /** *
     * This contains only the metadata from the application.
     * 
* * .grpc.binarylog.v1.Metadata metadata = 1; */ private com.google.protobuf.SingleFieldBuilderV3< io.grpc.binarylog.v1.Metadata, io.grpc.binarylog.v1.Metadata.Builder, io.grpc.binarylog.v1.MetadataOrBuilder> getMetadataFieldBuilder() { if (metadataBuilder_ == null) { metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< io.grpc.binarylog.v1.Metadata, io.grpc.binarylog.v1.Metadata.Builder, 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; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * The gRPC status code.
     * 
* * uint32 status_code = 2; * @return This builder for chaining. */ public Builder clearStatusCode() { bitField0_ = (bitField0_ & ~0x00000002); 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)) { com.google.protobuf.ByteString bs = (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 com.google.protobuf.ByteString getStatusMessageBytes() { java.lang.Object ref = statusMessage_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); statusMessage_ = b; return b; } else { return (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; bitField0_ |= 0x00000004; 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(); bitField0_ = (bitField0_ & ~0x00000004); 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( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); statusMessage_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private com.google.protobuf.ByteString statusDetails_ = 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 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(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } statusDetails_ = value; bitField0_ |= 0x00000008; 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() { bitField0_ = (bitField0_ & ~0x00000008); statusDetails_ = getDefaultInstance().getStatusDetails(); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:grpc.binarylog.v1.Trailer) } // @@protoc_insertion_point(class_scope:grpc.binarylog.v1.Trailer) private static final io.grpc.binarylog.v1.Trailer DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new io.grpc.binarylog.v1.Trailer(); } public static io.grpc.binarylog.v1.Trailer getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Trailer 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 parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public io.grpc.binarylog.v1.Trailer getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy