Google Cloud Api Hub V1 Client - Class UpdateSpecRequest (0.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Api Hub V1 Client class UpdateSpecRequest.
The UpdateSpec method's request.
Generated from protobuf message google.cloud.apihub.v1.UpdateSpecRequest
Namespace
Google \ Cloud \ ApiHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ spec |
Spec
Required. The spec to update. The spec's |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
getSpec
Required. The spec to update.
The spec's name field is used to identify the spec to
update. Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
| Returns | |
|---|---|
| Type | Description |
Spec|null |
|
hasSpec
clearSpec
setSpec
Required. The spec to update.
The spec's name field is used to identify the spec to
update. Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
| Parameter | |
|---|---|
| Name | Description |
var |
Spec
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Required. The list of fields to update.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The list of fields to update.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
spec |
Spec
Required. The spec to update. The spec's |
updateMask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
| Returns | |
|---|---|
| Type | Description |
UpdateSpecRequest |
|