Skip to content

Commit 5dfa97f

Browse files
Merge pull request GoogleCloudPlatform#851 from GoogleCloudPlatform/bigtable-read-samples
Bigtable read/write samples + quickstart
2 parents 86eeac3 + 201a3ba commit 5dfa97f

28 files changed

+533
-41
lines changed
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/cloud-bigtable": "^0.9.1"
3+
"google/cloud-bigtable": "^0.10.1"
44
},
55
"require-dev": {
66
"google/cloud-tools": "^0.8",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2018 Google LLC.
3+
Copyright 2019 Google LLC.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2018 Google LLC.
4+
* Copyright 2019 Google LLC.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
/**
2020
* For instructions on how to run the full sample:
2121
*
22-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/api/README.md
22+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/README.md
2323
*/
2424

2525
// Include Google Cloud dependendencies using Composer
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2018 Google LLC.
4+
* Copyright 2019 Google LLC.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
/**
2020
* For instructions on how to run the full sample:
2121
*
22-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/api/README.md
22+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/README.md
2323
*/
2424

2525
// Include Google Cloud dependendencies using Composer

bigtable/api/src/create_family_gc_intersection.php renamed to bigtable/src/create_family_gc_intersection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2018 Google LLC.
4+
* Copyright 2019 Google LLC.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
/**
2020
* For instructions on how to run the full sample:
2121
*
22-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/api/README.md
22+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/README.md
2323
*/
2424

2525
// Include Google Cloud dependendencies using Composer

bigtable/api/src/create_family_gc_max_age.php renamed to bigtable/src/create_family_gc_max_age.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2018 Google LLC.
4+
* Copyright 2019 Google LLC.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
/**
2020
* For instructions on how to run the full sample:
2121
*
22-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/api/README.md
22+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/README.md
2323
*/
2424

2525
// Include Google Cloud dependendencies using Composer

bigtable/api/src/create_family_gc_max_versions.php renamed to bigtable/src/create_family_gc_max_versions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2018 Google LLC.
4+
* Copyright 2019 Google LLC.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
/**
2020
* For instructions on how to run the full sample:
2121
*
22-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/api/README.md
22+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/README.md
2323
*/
2424

2525
// Include Google Cloud dependendencies using Composer

bigtable/api/src/create_family_gc_nested.php renamed to bigtable/src/create_family_gc_nested.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2018 Google LLC.
4+
* Copyright 2019 Google LLC.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
/**
2020
* For instructions on how to run the full sample:
2121
*
22-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/api/README.md
22+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/README.md
2323
*/
2424

2525
// Include Google Cloud dependendencies using Composer

bigtable/api/src/create_family_gc_union.php renamed to bigtable/src/create_family_gc_union.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2018 Google LLC.
4+
* Copyright 2019 Google LLC.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
/**
2020
* For instructions on how to run the full sample:
2121
*
22-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/api/README.md
22+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/bigtable/README.md
2323
*/
2424

2525
// Include Google Cloud dependendencies using Composer

0 commit comments

Comments
 (0)