Interface RequestMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RequestMetadata,RequestMetadata.Builder
public interface RequestMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StructgetHeaders()The HTTP headers of the ad request.com.google.protobuf.StructOrBuildergetHeadersOrBuilder()The HTTP headers of the ad request.booleanhasHeaders()The HTTP headers of the ad request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHeaders
boolean hasHeaders()
The HTTP headers of the ad request.
.google.protobuf.Struct headers = 1;- Returns:
- Whether the headers field is set.
-
getHeaders
com.google.protobuf.Struct getHeaders()
The HTTP headers of the ad request.
.google.protobuf.Struct headers = 1;- Returns:
- The headers.
-
getHeadersOrBuilder
com.google.protobuf.StructOrBuilder getHeadersOrBuilder()
The HTTP headers of the ad request.
.google.protobuf.Struct headers = 1;
-
-