public static interface HttpOperationDetails.PathParamOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataType()
public abstract HttpOperationDetails.DataType getDataType()
Optional. Data type of path param
.google.cloud.apihub.v1.HttpOperationDetails.DataType data_type = 2 [(.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 = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for dataType. |
getPosition()
public abstract int getPosition()
Optional. Segment location in the path, 1-indexed
int32 position = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The position. |