Package com.google.cloud.aiplatform.v1
Interface Probe.HttpHeaderOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Probe.HttpHeader,Probe.HttpHeader.Builder
- Enclosing class:
- Probe
public static interface Probe.HttpHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
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:
- The name.
-
getNameBytes
com.google.protobuf.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:
- The bytes for name.
-
getValue
String getValue()The header field value
string value = 2;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()The header field value
string value = 2;- Returns:
- The bytes for value.
-