Class GoogleCloudAiplatformV1beta1IndexPrivateEndpoints
IndexPrivateEndpoints proto is used to provide paths for users to send requests via private endpoints (e.g. private service access, private service connect). To send request via private service access, use match_grpc_address. To send request via private service connect, use service_attachment.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1IndexPrivateEndpoints : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MatchGrpcAddress
Output only. The ip address used to send match gRPC requests.
Declaration
[JsonProperty("matchGrpcAddress")]
public virtual string MatchGrpcAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
PscAutomatedEndpoints
Output only. PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.
Declaration
[JsonProperty("pscAutomatedEndpoints")]
public virtual IList<GoogleCloudAiplatformV1beta1PscAutomatedEndpoints> PscAutomatedEndpoints { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1PscAutomatedEndpoints> |
ServiceAttachment
Output only. The name of the service attachment resource. Populated if private service connect is enabled.
Declaration
[JsonProperty("serviceAttachment")]
public virtual string ServiceAttachment { get; set; }
Property Value
Type | Description |
---|---|
string |