Google Cloud Ai Platform V1 Client - Class ExamplesRestrictionsNamespace (1.41.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ExamplesRestrictionsNamespace.

Restrictions namespace for example-based explanations overrides.

Generated from protobuf message google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ namespace_name string

The namespace name.

↳ allow array

The list of allowed tags.

↳ deny array

The list of deny tags.

getNamespaceName

The namespace name.

Returns
Type Description
string

setNamespaceName

The namespace name.

Parameter
Name Description
var string
Returns
Type Description
$this

getAllow

The list of allowed tags.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAllow

The list of allowed tags.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getDeny

The list of deny tags.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDeny

The list of deny tags.

Parameter
Name Description
var string[]
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.