Interface PrivateServiceConnectConfigOrBuilder (3.68.0)

public interface PrivateServiceConnectConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnablePrivateServiceConnect()

public abstract boolean getEnablePrivateServiceConnect()

Required. If true, expose the IndexEndpoint via private service connect.

bool enable_private_service_connect = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

The enablePrivateServiceConnect.

getProjectAllowlist(int index)

public abstract String getProjectAllowlist(int index)

A list of Projects from which the forwarding rule will target the service attachment.

repeated string project_allowlist = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The projectAllowlist at the given index.

getProjectAllowlistBytes(int index)

public abstract ByteString getProjectAllowlistBytes(int index)

A list of Projects from which the forwarding rule will target the service attachment.

repeated string project_allowlist = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the projectAllowlist at the given index.

getProjectAllowlistCount()

public abstract int getProjectAllowlistCount()

A list of Projects from which the forwarding rule will target the service attachment.

repeated string project_allowlist = 2;

Returns
Type Description
int

The count of projectAllowlist.

getProjectAllowlistList()

public abstract List<String> getProjectAllowlistList()

A list of Projects from which the forwarding rule will target the service attachment.

repeated string project_allowlist = 2;

Returns
Type Description
List<String>

A list containing the projectAllowlist.

getPscAutomationConfigs(int index)

public abstract PSCAutomationConfig getPscAutomationConfigs(int index)

Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.

repeated .google.cloud.aiplatform.v1.PSCAutomationConfig psc_automation_configs = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
PSCAutomationConfig

getPscAutomationConfigsCount()

public abstract int getPscAutomationConfigsCount()

Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.

repeated .google.cloud.aiplatform.v1.PSCAutomationConfig psc_automation_configs = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getPscAutomationConfigsList()

public abstract List<PSCAutomationConfig> getPscAutomationConfigsList()

Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.

repeated .google.cloud.aiplatform.v1.PSCAutomationConfig psc_automation_configs = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<PSCAutomationConfig>

getPscAutomationConfigsOrBuilder(int index)

public abstract PSCAutomationConfigOrBuilder getPscAutomationConfigsOrBuilder(int index)

Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.

repeated .google.cloud.aiplatform.v1.PSCAutomationConfig psc_automation_configs = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
PSCAutomationConfigOrBuilder

getPscAutomationConfigsOrBuilderList()

public abstract List<? extends PSCAutomationConfigOrBuilder> getPscAutomationConfigsOrBuilderList()

Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.

repeated .google.cloud.aiplatform.v1.PSCAutomationConfig psc_automation_configs = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.PSCAutomationConfigOrBuilder>

getServiceAttachment()

public abstract String getServiceAttachment()

Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.

string service_attachment = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The serviceAttachment.

getServiceAttachmentBytes()

public abstract ByteString getServiceAttachmentBytes()

Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.

string service_attachment = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for serviceAttachment.