Class CreateDependencyRequest (0.2.0)

CreateDependencyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The CreateDependency method's request.

Attributes

Name Description
parent str
Required. The parent resource for the dependency resource. Format: projects/{project}/locations/{location}
dependency_id str
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.types.Dependency
Required. The dependency resource to create.