Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ReportAssetFramesRequest.
A request to report a set of asset frames.
Generated from protobuf message google.cloud.migrationcenter.v1.ReportAssetFramesRequest
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Parent of the resource. |
↳ frames |
Frames
Collection of frames data. |
↳ source |
string
Required. Reference to a source. |
getParent
Required. Parent of the resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Parent of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFrames
Collection of frames data.
| Returns | |
|---|---|
| Type | Description |
Frames|null |
|
hasFrames
clearFrames
setFrames
Collection of frames data.
| Parameter | |
|---|---|
| Name | Description |
var |
Frames
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSource
Required. Reference to a source.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSource
Required. Reference to a source.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|