public interface HttpOperationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMethod()
public abstract HttpOperation.Method getMethod()Output only. Operation method
 
 .google.cloud.apihub.v1.HttpOperation.Method method = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| HttpOperation.Method | The method. | 
getMethodValue()
public abstract int getMethodValue()Output only. Operation method
 
 .google.cloud.apihub.v1.HttpOperation.Method method = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for method. | 
getPath()
public abstract Path getPath()Output only. The path details for the Operation.
 .google.cloud.apihub.v1.Path path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Path | The path. | 
getPathOrBuilder()
public abstract PathOrBuilder getPathOrBuilder()Output only. The path details for the Operation.
 .google.cloud.apihub.v1.Path path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| PathOrBuilder | |
hasPath()
public abstract boolean hasPath()Output only. The path details for the Operation.
 .google.cloud.apihub.v1.Path path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the path field is set. |