View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IndexPrivateEndpoints (google_api_ai_platform v0.13.0)

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.

Attributes

  • matchGrpcAddress (type: String.t, default: nil) - Output only. The ip address used to send match gRPC requests.
  • pscAutomatedEndpoints (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PscAutomatedEndpoints.t), default: nil) - Output only. PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.
  • serviceAttachment (type: String.t, default: nil) - Output only. The name of the service attachment resource. Populated if private service connect is enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IndexPrivateEndpoints{
    matchGrpcAddress: String.t() | nil,
    pscAutomatedEndpoints:
      [
        GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PscAutomatedEndpoints.t()
      ]
      | nil,
    serviceAttachment: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.