-
Notifications
You must be signed in to change notification settings - Fork 439
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
First Bigtable gapic gen for php #731
Merged
Merged
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ac4f403
first bigtable gapic gen for php
andreamlin 6253bb6
adding bigtable admin
andreamlin 0fa5425
ran PHPCBF to format php files; added first draft of Bigtable/compos…
andreamlin f61e2a2
copied over bigtable from api-client-staging after regening using php…
andreamlin dd33390
adding docs/contents/cloud-bigtable.json
andreamlin 1ad4c0a
spacing in composer.json
andreamlin cecb09e
adding bigtable VERSION and in composer.json
andreamlin 8025d1c
updated manifest.json with bigtable and to master
andreamlin 8d9eef1
adding readme for bigtable
andreamlin 059955b
use master's version of non-bigtable things
andreamlin 9fd184e
update to master
andreamlin 5a25d63
update tests/ to master
andreamlin 3b9c49c
update to master
andreamlin 9998161
update to master
andreamlin 935615f
update to master
andreamlin 3af9252
new line
andreamlin ab909dc
Merge branch 'master' into php_bigtable
andreamlin 54690dd
Merge branch 'master' into php_bigtable
andreamlin 9535fc7
bump version to master's proto-client (0.26)
andreamlin c7c0c59
removed extraneous comma in cloud-bigtable.json
andreamlin 3f7250e
Merge branch 'php_bigtable' of github.com:andreamlin/google-cloud-php…
andreamlin 6ff1c62
manifest.json: bigtable/readme
andreamlin 6a95a5a
added readme
andreamlin b9691ae
updating json files
andreamlin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"title": "Bigtable", | ||
"pattern": "bigtable\/\\w{1,}", | ||
"services": [{ | ||
"title": "BigtableClient", | ||
"type": "bigtable/bigtableclient" | ||
}, { | ||
"title": "v2", | ||
"type": "bigtable/v2/readme", | ||
"patterns": [ | ||
"bigtable/v2/\\w{1,}", | ||
"bigtable/admin/v2/\\w{1,}" | ||
], | ||
"nav": [{ | ||
"title": "BigtableClient", | ||
"type": "bigtable/v2/bigtableclient" | ||
}, { | ||
"title": "BigtableInstanceAdminClient", | ||
"type": "bigtable/admin/v2/bigtableinstanceadminclient" | ||
}, { | ||
"title": "BigtableTableAdminClient", | ||
"type": "bigtable/admin/v2/bigtabletableadminclient" | ||
}] | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
/* | ||
* Copyright 2017, Google LLC All rights reserved. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
/* | ||
* GENERATED CODE WARNING | ||
* This file was generated from the file | ||
* https://github.com/google/googleapis/blob/master/google/bigtable/admin/v2/bigtable_instance_admin.proto | ||
* and updates to that file get reflected here through a refresh process. | ||
* | ||
* EXPERIMENTAL: this client library class has not yet been declared beta. This class may change | ||
* more frequently than those which have been declared beta or 1.0, including changes which break | ||
* backwards compatibility. | ||
* | ||
* @experimental | ||
*/ | ||
|
||
namespace Google\Cloud\Bigtable\Admin\V2; | ||
|
||
use Google\Cloud\Bigtable\Admin\V2\Gapic\BigtableInstanceAdminGapicClient; | ||
|
||
/** | ||
* {@inheritdoc} | ||
*/ | ||
class BigtableInstanceAdminClient extends BigtableInstanceAdminGapicClient | ||
{ | ||
// This class is intentionally empty, and is intended to hold manual additions to the generated {@see BigtableInstanceAdminClientImpl} class. | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
/* | ||
* Copyright 2017, Google LLC All rights reserved. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
/* | ||
* GENERATED CODE WARNING | ||
* This file was generated from the file | ||
* https://github.com/google/googleapis/blob/master/google/bigtable/admin/v2/bigtable_table_admin.proto | ||
* and updates to that file get reflected here through a refresh process. | ||
* | ||
* EXPERIMENTAL: this client library class has not yet been declared beta. This class may change | ||
* more frequently than those which have been declared beta or 1.0, including changes which break | ||
* backwards compatibility. | ||
* | ||
* @experimental | ||
*/ | ||
|
||
namespace Google\Cloud\Bigtable\Admin\V2; | ||
|
||
use Google\Cloud\Bigtable\Admin\V2\Gapic\BigtableTableAdminGapicClient; | ||
|
||
/** | ||
* {@inheritdoc} | ||
*/ | ||
class BigtableTableAdminClient extends BigtableTableAdminGapicClient | ||
{ | ||
// This class is intentionally empty, and is intended to hold manual additions to the generated {@see BigtableTableAdminClientImpl} class. | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
Sorry, something went wrong.