Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Asset Documentation. #1697

Merged
merged 1 commit into from
Feb 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 24 additions & 16 deletions Asset/src/V1beta1/Asset.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Asset/src/V1beta1/AssetServiceGrpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ public function __construct($hostname, $opts, $channel = null) {
/**
* Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
* This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
* you to keep track of the export.
* @param \Google\Cloud\Asset\V1beta1\ExportAssetsRequest $argument input argument
* @param array $metadata metadata
* @param array $options call options
Expand Down
12 changes: 8 additions & 4 deletions Asset/src/V1beta1/BatchGetAssetsHistoryRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Asset/src/V1beta1/ExportAssetsResponse.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Asset/src/V1beta1/Gapic/AssetServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,9 @@ public function __construct(array $options = [])
/**
* Exports assets with time and resource types to a given Cloud Storage
* location. The output format is newline-delimited JSON.
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
* to keep track of the export.
* This API implements the
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
* you to keep track of the export.
*
* Sample code:
* ```
Expand Down Expand Up @@ -465,7 +466,8 @@ public function exportAssets($parent, $outputConfig, array $optionalArgs = [])
* @type string[] $assetNames
* A list of the full names of the assets. For example:
* `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
* See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
* See [Resource
* Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
* for more info.
*
* The request becomes a no-op if the asset name list is empty, and the max
Expand Down
24 changes: 16 additions & 8 deletions Asset/src/V1beta1/Resource.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Asset/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-02-02T10:58:54.874107Z",
"updateTime": "2019-02-26T10:58:26.568307Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.8",
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
"version": "0.16.14",
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
"internalRef": "231974277"
"sha": "29f098cb03a9983cc9cb15993de5da64419046f2",
"internalRef": "235621085"
}
},
{
Expand Down