public static interface HttpOperationDetails.HeaderOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract long getCount()
The number of occurrences of this Header across transactions.
int64 count = 2;
Returns | |
---|---|
Type | Description |
long |
The count. |
getDataType()
public abstract HttpOperationDetails.DataType getDataType()
Data type of header
.google.cloud.apihub.v1.HttpOperationDetails.DataType data_type = 3;
Returns | |
---|---|
Type | Description |
HttpOperationDetails.DataType |
The dataType. |
getDataTypeValue()
public abstract int getDataTypeValue()
Data type of header
.google.cloud.apihub.v1.HttpOperationDetails.DataType data_type = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for dataType. |
getName()
public abstract String getName()
Header name.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Header name.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |