Skip to content

Commit cbd02c5

Browse files
committed
update READMEs for new components
1 parent 7aa28e5 commit cbd02c5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

AppsChat/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
3535
### Sample
3636

3737
```php
38-
Google\ApiCore\ApiException;
39-
Google\Apps\Chat\V1\Attachment;
40-
Google\Apps\Chat\V1\Client\ChatServiceClient;
41-
Google\Apps\Chat\V1\GetAttachmentRequest;
38+
use Google\ApiCore\ApiException;
39+
use Google\Apps\Chat\V1\Attachment;
40+
use Google\Apps\Chat\V1\Client\ChatServiceClient;
41+
use Google\Apps\Chat\V1\GetAttachmentRequest;
4242

4343
// Create a client.
4444
$chatServiceClient = new ChatServiceClient();

LocationFinder/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
3535
### Sample
3636

3737
```php
38-
Google\ApiCore\ApiException;
39-
Google\Cloud\LocationFinder\V1\Client\CloudLocationFinderClient;
40-
Google\Cloud\LocationFinder\V1\CloudLocation;
41-
Google\Cloud\LocationFinder\V1\GetCloudLocationRequest;
38+
use Google\ApiCore\ApiException;
39+
use Google\Cloud\LocationFinder\V1\Client\CloudLocationFinderClient;
40+
use Google\Cloud\LocationFinder\V1\CloudLocation;
41+
use Google\Cloud\LocationFinder\V1\GetCloudLocationRequest;
4242

4343
// Create a client.
4444
$cloudLocationFinderClient = new CloudLocationFinderClient();

SecurityCompliance/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
3535
### Sample
3636

3737
```php
38-
Google\ApiCore\ApiException;
39-
Google\Cloud\CloudSecurityCompliance\V1\Client\ConfigClient;
40-
Google\Cloud\CloudSecurityCompliance\V1\CloudControl;
41-
Google\Cloud\CloudSecurityCompliance\V1\GetCloudControlRequest;
38+
use Google\ApiCore\ApiException;
39+
use Google\Cloud\CloudSecurityCompliance\V1\Client\ConfigClient;
40+
use Google\Cloud\CloudSecurityCompliance\V1\CloudControl;
41+
use Google\Cloud\CloudSecurityCompliance\V1\GetCloudControlRequest;
4242

4343
// Create a client.
4444
$configClient = new ConfigClient();

0 commit comments

Comments
 (0)