Google Cloud Api Hub V1 Client - Class CreateDependencyRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class CreateDependencyRequest.

The CreateDependency method's request.

Generated from protobuf message google.cloud.apihub.v1.CreateDependencyRequest

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource for the dependency resource. Format: projects/{project}/locations/{location}

↳ dependency_id string

Optional. The ID to use for the dependency resource, which will become the final component of the dependency's resource name. This field is optional. * If provided, the same will be used. The service will throw an error if duplicate id is provided by the client. * If not provided, a system generated id will be used. This value should be 4-500 characters, and valid characters are [a-z][A-Z][0-9]-_.

↳ dependency Google\Cloud\ApiHub\V1\Dependency

Required. The dependency resource to create.

getParent

Required. The parent resource for the dependency resource.

Format: projects/{project}/locations/{location}

Returns
Type Description
string

setParent

Required. The parent resource for the dependency resource.

Format: projects/{project}/locations/{location}

Parameter
Name Description
var string
Returns
Type Description
$this

getDependencyId

Optional. The ID to use for the dependency resource, which will become the final component of the dependency's resource name. This field is optional.

  • If provided, the same will be used. The service will throw an error if duplicate id is provided by the client.
  • If not provided, a system generated id will be used. This value should be 4-500 characters, and valid characters are [a-z][A-Z][0-9]-_.
Returns
Type Description
string

setDependencyId

Optional. The ID to use for the dependency resource, which will become the final component of the dependency's resource name. This field is optional.

  • If provided, the same will be used. The service will throw an error if duplicate id is provided by the client.
  • If not provided, a system generated id will be used. This value should be 4-500 characters, and valid characters are [a-z][A-Z][0-9]-_.
Parameter
Name Description
var string
Returns
Type Description
$this

getDependency

Required. The dependency resource to create.

Returns
Type Description
Google\Cloud\ApiHub\V1\Dependency|null

hasDependency

clearDependency

setDependency

Required. The dependency resource to create.

Parameter
Name Description
var Google\Cloud\ApiHub\V1\Dependency
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource for the dependency resource. Format: projects/{project}/locations/{location} Please see Google\Cloud\ApiHub\V1\ApiHubDependenciesClient::locationName() for help formatting this field.

dependency Google\Cloud\ApiHub\V1\Dependency

Required. The dependency resource to create.

dependencyId string

Optional. The ID to use for the dependency resource, which will become the final component of the dependency's resource name. This field is optional.

  • If provided, the same will be used. The service will throw an error if duplicate id is provided by the client.
  • If not provided, a system generated id will be used.

This value should be 4-500 characters, and valid characters are [a-z][A-Z][0-9]-_.

Returns
Type Description
Google\Cloud\ApiHub\V1\CreateDependencyRequest