public interface PrivateEndpointsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExplainHttpUri()
public abstract String getExplainHttpUri()Output only. Http(s) path to send explain requests.
string explain_http_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The explainHttpUri. |
getExplainHttpUriBytes()
public abstract ByteString getExplainHttpUriBytes()Output only. Http(s) path to send explain requests.
string explain_http_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for explainHttpUri. |
getHealthHttpUri()
public abstract String getHealthHttpUri()Output only. Http(s) path to send health check requests.
string health_http_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The healthHttpUri. |
getHealthHttpUriBytes()
public abstract ByteString getHealthHttpUriBytes()Output only. Http(s) path to send health check requests.
string health_http_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for healthHttpUri. |
getPredictHttpUri()
public abstract String getPredictHttpUri()Output only. Http(s) path to send prediction requests.
string predict_http_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The predictHttpUri. |
getPredictHttpUriBytes()
public abstract ByteString getPredictHttpUriBytes()Output only. Http(s) path to send prediction requests.
string predict_http_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for predictHttpUri. |