Package com.google.cloud.aiplatform.v1
Interface PrivateEndpointsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivateEndpoints
,PrivateEndpoints.Builder
public interface PrivateEndpointsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExplainHttpUri()
Output only.com.google.protobuf.ByteString
getExplainHttpUriBytes()
Output only.String
getHealthHttpUri()
Output only.com.google.protobuf.ByteString
getHealthHttpUriBytes()
Output only.String
getPredictHttpUri()
Output only.com.google.protobuf.ByteString
getPredictHttpUriBytes()
Output only.String
getServiceAttachment()
Output only.com.google.protobuf.ByteString
getServiceAttachmentBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPredictHttpUri
String getPredictHttpUri()
Output only. Http(s) path to send prediction requests.
string predict_http_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The predictHttpUri.
-
getPredictHttpUriBytes
com.google.protobuf.ByteString getPredictHttpUriBytes()
Output only. Http(s) path to send prediction requests.
string predict_http_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for predictHttpUri.
-
getExplainHttpUri
String getExplainHttpUri()
Output only. Http(s) path to send explain requests.
string explain_http_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The explainHttpUri.
-
getExplainHttpUriBytes
com.google.protobuf.ByteString getExplainHttpUriBytes()
Output only. Http(s) path to send explain requests.
string explain_http_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for explainHttpUri.
-
getHealthHttpUri
String getHealthHttpUri()
Output only. Http(s) path to send health check requests.
string health_http_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The healthHttpUri.
-
getHealthHttpUriBytes
com.google.protobuf.ByteString getHealthHttpUriBytes()
Output only. Http(s) path to send health check requests.
string health_http_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for healthHttpUri.
-
getServiceAttachment
String getServiceAttachment()
Output only. The name of the service attachment resource. Populated if private service connect is enabled.
string service_attachment = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The serviceAttachment.
-
getServiceAttachmentBytes
com.google.protobuf.ByteString getServiceAttachmentBytes()
Output only. The name of the service attachment resource. Populated if private service connect is enabled.
string service_attachment = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for serviceAttachment.
-
-