Class Probe.HttpHeader (3.59.0)

public static final class Probe.HttpHeader extends GeneratedMessageV3 implements Probe.HttpHeaderOrBuilder

HttpHeader describes a custom header to be used in HTTP probes

Protobuf type google.cloud.aiplatform.v1.Probe.HttpHeader

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

VALUE_FIELD_NUMBER

public static final int VALUE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Probe.HttpHeader getDefaultInstance()
Returns
Type Description
Probe.HttpHeader

getDescriptor()

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

newBuilder()

public static Probe.HttpHeader.Builder newBuilder()
Returns
Type Description
Probe.HttpHeader.Builder

newBuilder(Probe.HttpHeader prototype)

public static Probe.HttpHeader.Builder newBuilder(Probe.HttpHeader prototype)
Parameter
Name Description
prototype Probe.HttpHeader
Returns
Type Description
Probe.HttpHeader.Builder

parseDelimitedFrom(InputStream input)

public static Probe.HttpHeader parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Probe.HttpHeader parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Probe.HttpHeader parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Probe.HttpHeader parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Probe.HttpHeader parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Probe.HttpHeader parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Probe.HttpHeader parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Probe.HttpHeader parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Probe.HttpHeader parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Probe.HttpHeader parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Probe.HttpHeader parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Probe.HttpHeader parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Probe.HttpHeader
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Probe.HttpHeader> parser()
Returns
Type Description
Parser<HttpHeader>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Probe.HttpHeader getDefaultInstanceForType()
Returns
Type Description
Probe.HttpHeader

getName()

public String getName()

The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<Probe.HttpHeader> getParserForType()
Returns
Type Description
Parser<HttpHeader>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getValue()

public String getValue()

The header field value

string value = 2;

Returns
Type Description
String

The value.

getValueBytes()

public ByteString getValueBytes()

The header field value

string value = 2;

Returns
Type Description
ByteString

The bytes for value.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Probe.HttpHeader.Builder newBuilderForType()
Returns
Type Description
Probe.HttpHeader.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Probe.HttpHeader.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Probe.HttpHeader.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Probe.HttpHeader.Builder toBuilder()
Returns
Type Description
Probe.HttpHeader.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException