Class URLFetchServicePb.URLFetchRequest.Header.Builder (4.0.0)

public static final class URLFetchServicePb.URLFetchRequest.Header.Builder extends GeneratedMessage.Builder<URLFetchServicePb.URLFetchRequest.Header.Builder> implements URLFetchServicePb.URLFetchRequest.HeaderOrBuilder

Inheritance

java.lang.Object > com.google.protobuf.AbstractMessageLite.Builder > com.google.protobuf.AbstractMessage.Builder > com.google.protobuf.GeneratedMessage.Builder > URLFetchServicePb.URLFetchRequest.Header.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
com.google.protobuf.Descriptors.Descriptor

Methods

build()

public URLFetchServicePb.URLFetchRequest.Header build()
Returns
Type Description
Header

buildPartial()

public URLFetchServicePb.URLFetchRequest.Header buildPartial()
Returns
Type Description
Header

clear()

public URLFetchServicePb.URLFetchRequest.Header.Builder clear()
Returns
Type Description
URLFetchServicePb.URLFetchRequest.Header.Builder
Overrides
com.google.protobuf.GeneratedMessage.Builder.clear()

clearKey()

public URLFetchServicePb.URLFetchRequest.Header.Builder clearKey()
Returns
Type Description
URLFetchServicePb.URLFetchRequest.Header.Builder

clearValue()

public URLFetchServicePb.URLFetchRequest.Header.Builder clearValue()
Returns
Type Description
URLFetchServicePb.URLFetchRequest.Header.Builder

getDefaultInstanceForType()

public URLFetchServicePb.URLFetchRequest.Header getDefaultInstanceForType()
Returns
Type Description
Header

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
com.google.protobuf.Descriptors.Descriptor
Overrides
com.google.protobuf.GeneratedMessage.Builder.getDescriptorForType()

getKey()

public String getKey()
Returns
Type Description
String

getKeyBytes()

public ByteString getKeyBytes()
Returns
Type Description
com.google.protobuf.ByteString

getValue()

public String getValue()
Returns
Type Description
String

getValueBytes()

public ByteString getValueBytes()
Returns
Type Description
com.google.protobuf.ByteString

hasKey()

public boolean hasKey()
Returns
Type Description
boolean

hasValue()

public boolean hasValue()
Returns
Type Description
boolean

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
com.google.protobuf.GeneratedMessage.FieldAccessorTable
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetFieldAccessorTable()

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides
com.google.protobuf.GeneratedMessage.Builder.isInitialized()

mergeFrom(URLFetchServicePb.URLFetchRequest.Header arg0)

public URLFetchServicePb.URLFetchRequest.Header.Builder mergeFrom(URLFetchServicePb.URLFetchRequest.Header arg0)
Parameter
Name Description
arg0 Header
Returns
Type Description
URLFetchServicePb.URLFetchRequest.Header.Builder

mergeFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)

public URLFetchServicePb.URLFetchRequest.Header.Builder mergeFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 com.google.protobuf.CodedInputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
URLFetchServicePb.URLFetchRequest.Header.Builder
Overrides
com.google.protobuf.AbstractMessage.Builder.mergeFrom(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
Exceptions
Type Description
IOException

mergeFrom(Message arg0)

public URLFetchServicePb.URLFetchRequest.Header.Builder mergeFrom(Message arg0)
Parameter
Name Description
arg0 com.google.protobuf.Message
Returns
Type Description
URLFetchServicePb.URLFetchRequest.Header.Builder
Overrides
com.google.protobuf.AbstractMessage.Builder.mergeFrom(com.google.protobuf.Message)

setKey(String arg0)

public URLFetchServicePb.URLFetchRequest.Header.Builder setKey(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
URLFetchServicePb.URLFetchRequest.Header.Builder

setKeyBytes(ByteString arg0)

public URLFetchServicePb.URLFetchRequest.Header.Builder setKeyBytes(ByteString arg0)
Parameter
Name Description
arg0 com.google.protobuf.ByteString
Returns
Type Description
URLFetchServicePb.URLFetchRequest.Header.Builder

setValue(String arg0)

public URLFetchServicePb.URLFetchRequest.Header.Builder setValue(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
URLFetchServicePb.URLFetchRequest.Header.Builder

setValueBytes(ByteString arg0)

public URLFetchServicePb.URLFetchRequest.Header.Builder setValueBytes(ByteString arg0)
Parameter
Name Description
arg0 com.google.protobuf.ByteString
Returns
Type Description
URLFetchServicePb.URLFetchRequest.Header.Builder