public static interface HttpOperationDetails.QueryParamOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract long getCount()
Optional. The number of occurrences of this query parameter across transactions.
int64 count = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
long |
The count. |
getDataType()
public abstract HttpOperationDetails.DataType getDataType()
Optional. Data type of path param
.google.cloud.apihub.v1.HttpOperationDetails.DataType data_type = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
HttpOperationDetails.DataType |
The dataType. |
getDataTypeValue()
public abstract int getDataTypeValue()
Optional. Data type of path param
.google.cloud.apihub.v1.HttpOperationDetails.DataType data_type = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for dataType. |
getName()
public abstract String getName()
Required. Name of query param
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. Name of query param
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |