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

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

There is a newer version: 2.0.0.0
Show newest version
// 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.ClientHeader}
 */
public final class ClientHeader extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:grpc.binarylog.v1.ClientHeader)
    ClientHeaderOrBuilder {
private static final long serialVersionUID = 0L;
  // Use ClientHeader.newBuilder() to construct.
  private ClientHeader(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private ClientHeader() {
    methodName_ = "";
    authority_ = "";
  }

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

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

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_ClientHeader_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            io.grpc.binarylog.v1.ClientHeader.class, io.grpc.binarylog.v1.ClientHeader.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 METHOD_NAME_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object methodName_ = ""; /** *
   * The name of the RPC method, which looks something like:
   * /<service>/<method>
   * Note the leading "/" character.
   * 
* * string method_name = 2; * @return The methodName. */ @java.lang.Override public java.lang.String getMethodName() { java.lang.Object ref = methodName_; 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(); methodName_ = s; return s; } } /** *
   * The name of the RPC method, which looks something like:
   * /<service>/<method>
   * Note the leading "/" character.
   * 
* * string method_name = 2; * @return The bytes for methodName. */ @java.lang.Override public com.google.protobuf.ByteString getMethodNameBytes() { java.lang.Object ref = methodName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); methodName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int AUTHORITY_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object authority_ = ""; /** *
   * A single process may be used to run multiple virtual
   * servers with different identities.
   * The authority is the name of such a server identitiy.
   * It is typically a portion of the URI in the form of
   * <host> or <host>:<port> .
   * 
* * string authority = 3; * @return The authority. */ @java.lang.Override public java.lang.String getAuthority() { java.lang.Object ref = authority_; 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(); authority_ = s; return s; } } /** *
   * A single process may be used to run multiple virtual
   * servers with different identities.
   * The authority is the name of such a server identitiy.
   * It is typically a portion of the URI in the form of
   * <host> or <host>:<port> .
   * 
* * string authority = 3; * @return The bytes for authority. */ @java.lang.Override public com.google.protobuf.ByteString getAuthorityBytes() { java.lang.Object ref = authority_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); authority_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TIMEOUT_FIELD_NUMBER = 4; private com.google.protobuf.Duration timeout_; /** *
   * the RPC timeout
   * 
* * .google.protobuf.Duration timeout = 4; * @return Whether the timeout field is set. */ @java.lang.Override public boolean hasTimeout() { return ((bitField0_ & 0x00000002) != 0); } /** *
   * the RPC timeout
   * 
* * .google.protobuf.Duration timeout = 4; * @return The timeout. */ @java.lang.Override public com.google.protobuf.Duration getTimeout() { return timeout_ == null ? com.google.protobuf.Duration.getDefaultInstance() : timeout_; } /** *
   * the RPC timeout
   * 
* * .google.protobuf.Duration timeout = 4; */ @java.lang.Override public com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder() { return timeout_ == null ? com.google.protobuf.Duration.getDefaultInstance() : timeout_; } 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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(methodName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, methodName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(authority_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, authority_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(4, getTimeout()); } 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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(methodName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, methodName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(authority_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, authority_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getTimeout()); } 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.ClientHeader)) { return super.equals(obj); } io.grpc.binarylog.v1.ClientHeader other = (io.grpc.binarylog.v1.ClientHeader) obj; if (hasMetadata() != other.hasMetadata()) return false; if (hasMetadata()) { if (!getMetadata() .equals(other.getMetadata())) return false; } if (!getMethodName() .equals(other.getMethodName())) return false; if (!getAuthority() .equals(other.getAuthority())) return false; if (hasTimeout() != other.hasTimeout()) return false; if (hasTimeout()) { if (!getTimeout() .equals(other.getTimeout())) 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) + METHOD_NAME_FIELD_NUMBER; hash = (53 * hash) + getMethodName().hashCode(); hash = (37 * hash) + AUTHORITY_FIELD_NUMBER; hash = (53 * hash) + getAuthority().hashCode(); if (hasTimeout()) { hash = (37 * hash) + TIMEOUT_FIELD_NUMBER; hash = (53 * hash) + getTimeout().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static io.grpc.binarylog.v1.ClientHeader parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.binarylog.v1.ClientHeader 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.ClientHeader parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.binarylog.v1.ClientHeader 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.ClientHeader parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.grpc.binarylog.v1.ClientHeader parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.grpc.binarylog.v1.ClientHeader parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.grpc.binarylog.v1.ClientHeader 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.ClientHeader parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static io.grpc.binarylog.v1.ClientHeader 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.ClientHeader parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.grpc.binarylog.v1.ClientHeader 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.ClientHeader 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.ClientHeader} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:grpc.binarylog.v1.ClientHeader) io.grpc.binarylog.v1.ClientHeaderOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_ClientHeader_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_ClientHeader_fieldAccessorTable .ensureFieldAccessorsInitialized( io.grpc.binarylog.v1.ClientHeader.class, io.grpc.binarylog.v1.ClientHeader.Builder.class); } // Construct using io.grpc.binarylog.v1.ClientHeader.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(); getTimeoutFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; metadata_ = null; if (metadataBuilder_ != null) { metadataBuilder_.dispose(); metadataBuilder_ = null; } methodName_ = ""; authority_ = ""; timeout_ = null; if (timeoutBuilder_ != null) { timeoutBuilder_.dispose(); timeoutBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.grpc.binarylog.v1.BinaryLogProto.internal_static_grpc_binarylog_v1_ClientHeader_descriptor; } @java.lang.Override public io.grpc.binarylog.v1.ClientHeader getDefaultInstanceForType() { return io.grpc.binarylog.v1.ClientHeader.getDefaultInstance(); } @java.lang.Override public io.grpc.binarylog.v1.ClientHeader build() { io.grpc.binarylog.v1.ClientHeader result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public io.grpc.binarylog.v1.ClientHeader buildPartial() { io.grpc.binarylog.v1.ClientHeader result = new io.grpc.binarylog.v1.ClientHeader(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(io.grpc.binarylog.v1.ClientHeader 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.methodName_ = methodName_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.authority_ = authority_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.timeout_ = timeoutBuilder_ == null ? timeout_ : timeoutBuilder_.build(); to_bitField0_ |= 0x00000002; } 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.ClientHeader) { return mergeFrom((io.grpc.binarylog.v1.ClientHeader)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.grpc.binarylog.v1.ClientHeader other) { if (other == io.grpc.binarylog.v1.ClientHeader.getDefaultInstance()) return this; if (other.hasMetadata()) { mergeMetadata(other.getMetadata()); } if (!other.getMethodName().isEmpty()) { methodName_ = other.methodName_; bitField0_ |= 0x00000002; onChanged(); } if (!other.getAuthority().isEmpty()) { authority_ = other.authority_; bitField0_ |= 0x00000004; onChanged(); } if (other.hasTimeout()) { mergeTimeout(other.getTimeout()); } 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 18: { methodName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { authority_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 26 case 34: { input.readMessage( getTimeoutFieldBuilder().getBuilder(), extensionRegistry); 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 java.lang.Object methodName_ = ""; /** *
     * The name of the RPC method, which looks something like:
     * /<service>/<method>
     * Note the leading "/" character.
     * 
* * string method_name = 2; * @return The methodName. */ public java.lang.String getMethodName() { java.lang.Object ref = methodName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); methodName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * The name of the RPC method, which looks something like:
     * /<service>/<method>
     * Note the leading "/" character.
     * 
* * string method_name = 2; * @return The bytes for methodName. */ public com.google.protobuf.ByteString getMethodNameBytes() { java.lang.Object ref = methodName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); methodName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * The name of the RPC method, which looks something like:
     * /<service>/<method>
     * Note the leading "/" character.
     * 
* * string method_name = 2; * @param value The methodName to set. * @return This builder for chaining. */ public Builder setMethodName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } methodName_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * The name of the RPC method, which looks something like:
     * /<service>/<method>
     * Note the leading "/" character.
     * 
* * string method_name = 2; * @return This builder for chaining. */ public Builder clearMethodName() { methodName_ = getDefaultInstance().getMethodName(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
     * The name of the RPC method, which looks something like:
     * /<service>/<method>
     * Note the leading "/" character.
     * 
* * string method_name = 2; * @param value The bytes for methodName to set. * @return This builder for chaining. */ public Builder setMethodNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); methodName_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private java.lang.Object authority_ = ""; /** *
     * A single process may be used to run multiple virtual
     * servers with different identities.
     * The authority is the name of such a server identitiy.
     * It is typically a portion of the URI in the form of
     * <host> or <host>:<port> .
     * 
* * string authority = 3; * @return The authority. */ public java.lang.String getAuthority() { java.lang.Object ref = authority_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); authority_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * A single process may be used to run multiple virtual
     * servers with different identities.
     * The authority is the name of such a server identitiy.
     * It is typically a portion of the URI in the form of
     * <host> or <host>:<port> .
     * 
* * string authority = 3; * @return The bytes for authority. */ public com.google.protobuf.ByteString getAuthorityBytes() { java.lang.Object ref = authority_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); authority_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * A single process may be used to run multiple virtual
     * servers with different identities.
     * The authority is the name of such a server identitiy.
     * It is typically a portion of the URI in the form of
     * <host> or <host>:<port> .
     * 
* * string authority = 3; * @param value The authority to set. * @return This builder for chaining. */ public Builder setAuthority( java.lang.String value) { if (value == null) { throw new NullPointerException(); } authority_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * A single process may be used to run multiple virtual
     * servers with different identities.
     * The authority is the name of such a server identitiy.
     * It is typically a portion of the URI in the form of
     * <host> or <host>:<port> .
     * 
* * string authority = 3; * @return This builder for chaining. */ public Builder clearAuthority() { authority_ = getDefaultInstance().getAuthority(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
     * A single process may be used to run multiple virtual
     * servers with different identities.
     * The authority is the name of such a server identitiy.
     * It is typically a portion of the URI in the form of
     * <host> or <host>:<port> .
     * 
* * string authority = 3; * @param value The bytes for authority to set. * @return This builder for chaining. */ public Builder setAuthorityBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); authority_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private com.google.protobuf.Duration timeout_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> timeoutBuilder_; /** *
     * the RPC timeout
     * 
* * .google.protobuf.Duration timeout = 4; * @return Whether the timeout field is set. */ public boolean hasTimeout() { return ((bitField0_ & 0x00000008) != 0); } /** *
     * the RPC timeout
     * 
* * .google.protobuf.Duration timeout = 4; * @return The timeout. */ public com.google.protobuf.Duration getTimeout() { if (timeoutBuilder_ == null) { return timeout_ == null ? com.google.protobuf.Duration.getDefaultInstance() : timeout_; } else { return timeoutBuilder_.getMessage(); } } /** *
     * the RPC timeout
     * 
* * .google.protobuf.Duration timeout = 4; */ public Builder setTimeout(com.google.protobuf.Duration value) { if (timeoutBuilder_ == null) { if (value == null) { throw new NullPointerException(); } timeout_ = value; } else { timeoutBuilder_.setMessage(value); } bitField0_ |= 0x00000008; onChanged(); return this; } /** *
     * the RPC timeout
     * 
* * .google.protobuf.Duration timeout = 4; */ public Builder setTimeout( com.google.protobuf.Duration.Builder builderForValue) { if (timeoutBuilder_ == null) { timeout_ = builderForValue.build(); } else { timeoutBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000008; onChanged(); return this; } /** *
     * the RPC timeout
     * 
* * .google.protobuf.Duration timeout = 4; */ public Builder mergeTimeout(com.google.protobuf.Duration value) { if (timeoutBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0) && timeout_ != null && timeout_ != com.google.protobuf.Duration.getDefaultInstance()) { getTimeoutBuilder().mergeFrom(value); } else { timeout_ = value; } } else { timeoutBuilder_.mergeFrom(value); } if (timeout_ != null) { bitField0_ |= 0x00000008; onChanged(); } return this; } /** *
     * the RPC timeout
     * 
* * .google.protobuf.Duration timeout = 4; */ public Builder clearTimeout() { bitField0_ = (bitField0_ & ~0x00000008); timeout_ = null; if (timeoutBuilder_ != null) { timeoutBuilder_.dispose(); timeoutBuilder_ = null; } onChanged(); return this; } /** *
     * the RPC timeout
     * 
* * .google.protobuf.Duration timeout = 4; */ public com.google.protobuf.Duration.Builder getTimeoutBuilder() { bitField0_ |= 0x00000008; onChanged(); return getTimeoutFieldBuilder().getBuilder(); } /** *
     * the RPC timeout
     * 
* * .google.protobuf.Duration timeout = 4; */ public com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder() { if (timeoutBuilder_ != null) { return timeoutBuilder_.getMessageOrBuilder(); } else { return timeout_ == null ? com.google.protobuf.Duration.getDefaultInstance() : timeout_; } } /** *
     * the RPC timeout
     * 
* * .google.protobuf.Duration timeout = 4; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> getTimeoutFieldBuilder() { if (timeoutBuilder_ == null) { timeoutBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>( getTimeout(), getParentForChildren(), isClean()); timeout_ = null; } return timeoutBuilder_; } @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.ClientHeader) } // @@protoc_insertion_point(class_scope:grpc.binarylog.v1.ClientHeader) private static final io.grpc.binarylog.v1.ClientHeader DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new io.grpc.binarylog.v1.ClientHeader(); } public static io.grpc.binarylog.v1.ClientHeader getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ClientHeader 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.ClientHeader getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy