Reference documentation and code samples for the Google Cloud Api Hub V1 Client class Owner.
Owner details.
Generated from protobuf message google.cloud.apihub.v1.Owner
Namespace
Google \ Cloud \ ApiHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
Optional. The name of the owner. |
↳ email |
string
Required. The email of the owner. |
getDisplayName
Optional. The name of the owner.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Optional. The name of the owner.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEmail
Required. The email of the owner.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEmail
Required. The email of the owner.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|