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 references to github organization #1311

Merged
merged 2 commits into from
Sep 20, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions AUTHENTICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

In general, the Google Cloud PHP library uses [Service Account](https://cloud.google.com/iam/docs/creating-managing-service-accounts) credentials to connect to Google Cloud services. When running on Compute Engine the credentials will be discovered automatically. When running on other environments, the Service Account credentials can be specified by providing the path to the [JSON keyfile](https://cloud.google.com/iam/docs/managing-service-account-keys) for the account (or the JSON itself) in environment variables.

General instructions, environment variables, and configuration options are covered in the general [Authentication guide](http://googlecloudplatform.github.io/google-cloud-php/#/docs/google-cloud/latest/guides/authentication) for the `google-cloud` umbrella package. Specific instructions and environment variables for each individual service are linked from the README documents listed below for each service.
General instructions, environment variables, and configuration options are covered in the general [Authentication guide](http://googleapis.github.io/google-cloud-php/#/docs/google-cloud/latest/guides/authentication) for the `google-cloud` umbrella package. Specific instructions and environment variables for each individual service are linked from the README documents listed below for each service.

## Creating a Service Account

Google Cloud requires a **Project ID** and **Service Account Credentials** to connect to the APIs. For detailed instructions on how to create a service account, see the [Authentication guide](http://googlecloudplatform.github.io/google-cloud-php/#/docs/google-cloud/latest/guides/authentication).
Google Cloud requires a **Project ID** and **Service Account Credentials** to connect to the APIs. For detailed instructions on how to create a service account, see the [Authentication guide](http://googleapis.github.io/google-cloud-php/#/docs/google-cloud/latest/guides/authentication).

You will use the **Project ID** and **JSON key file** to connect to most services with Google Cloud PHP.

Expand Down Expand Up @@ -101,4 +101,4 @@ To configure your system for this, simply:

## Troubleshooting

If you're having trouble authenticating open a [Github Issue](https://github.com/GoogleCloudPlatform/google-cloud-php/issues/new?title=Authentication+question) to get help. Also consider searching or asking [questions](http://stackoverflow.com/questions/tagged/google-cloud-platform+php) on [StackOverflow](http://stackoverflow.com).
If you're having trouble authenticating open a [Github Issue](https://github.com/googleapis/google-cloud-php/issues/new?title=Authentication+question) to get help. Also consider searching or asking [questions](http://stackoverflow.com/questions/tagged/google-cloud-platform+php) on [StackOverflow](http://stackoverflow.com).
6 changes: 3 additions & 3 deletions Asset/.github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**PLEASE READ THIS ENTIRE MESSAGE**

Hello, and thank you for your contribution! Please note that this repository is
a read-only split of `GoogleCloudPlatform/google-cloud-php`. As such, we are
a read-only split of `googleapis/google-cloud-php`. As such, we are
unable to accept pull requests to this repository.

We welcome your pull request and would be happy to consider it for inclusion in
Expand All @@ -10,14 +10,14 @@ our library if you follow these steps:
* Clone the parent client library repository:

```sh
$ git clone [email protected]:GoogleCloudPlatform/google-cloud-php.git
$ git clone [email protected]:googleapis/google-cloud-php.git
```

* Move your changes into the correct location in that library. Library code
belongs in `Asset/src`, and tests in `Asset/tests`.

* Push the changes in a new branch to a fork, and open a new pull request
[here](https://github.com/GoogleCloudPlatform/google-cloud-php).
[here](https://github.com/googleapis/google-cloud-php).

Thanks again, and we look forward to seeing your proposed change!

Expand Down
4 changes: 2 additions & 2 deletions Asset/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

We'd love to accept your patches and contributions to this project. We accept
and review pull requests against the main
[Google Cloud PHP](https://github.com/GoogleCloudPlatform/google-cloud-php)
[Google Cloud PHP](https://github.com/googleapis/google-cloud-php)
repository, which contains all of our client libraries. You will also need to
sign a Contributor License Agreement. For more details about how to contribute,
see the
[CONTRIBUTING.md](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/master/CONTRIBUTING.md)
[CONTRIBUTING.md](https://github.com/googleapis/google-cloud-php/blob/master/CONTRIBUTING.md)
file in the main Google Cloud PHP repository.
6 changes: 3 additions & 3 deletions Asset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[![Latest Stable Version](https://poser.pugx.org/google/cloud-asset/v/stable)](https://packagist.org/packages/google/cloud-asset) [![Packagist](https://img.shields.io/packagist/dm/google/cloud-asset.svg)](https://packagist.org/packages/google/cloud-asset)

* [API documentation](http://googlecloudplatform.github.io/google-cloud-php/#/docs/cloud-asset/latest/asset/readme)
* [API documentation](http://googleapis.github.io/google-cloud-php/#/docs/cloud-asset/latest/asset/readme)

**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googlecloudplatform/google-cloud-php). Any
**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googleapis/google-cloud-php). Any
support requests, bug reports, or development contributions should be directed to
that project.

Expand All @@ -31,7 +31,7 @@ please see our [gRPC installation guide](https://cloud.google.com/php/grpc).

### Authentication

Please see our [Authentication guide](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
Please see our [Authentication guide](https://github.com/googleapis/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
on authenticating your client. Once authenticated, you'll be ready to start making requests.

### Sample
Expand Down
2 changes: 1 addition & 1 deletion Asset/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"id": "cloud-asset",
"path": "Asset",
"entry": null,
"target": "GoogleCloudPlatform/google-cloud-php-asset.git"
"target": "googleapis/google-cloud-php-asset.git"
}
},
"require": {
Expand Down
6 changes: 3 additions & 3 deletions BigQuery/.github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**PLEASE READ THIS ENTIRE MESSAGE**

Hello, and thank you for your contribution! Please note that this repository is
a read-only split of `GoogleCloudPlatform/google-cloud-php`. As such, we are
a read-only split of `googleapis/google-cloud-php`. As such, we are
unable to accept pull requests to this repository.

We welcome your pull request and would be happy to consider it for inclusion in
Expand All @@ -10,14 +10,14 @@ our library if you follow these steps:
* Clone the parent client library repository:

```sh
$ git clone [email protected]:GoogleCloudPlatform/google-cloud-php.git
$ git clone [email protected]:googleapis/google-cloud-php.git
```

* Move your changes into the correct location in that library. Library code
belongs in `BigQuery/src`, and tests in `BigQuery/tests`.

* Push the changes in a new branch to a fork, and open a new pull request
[here](https://github.com/GoogleCloudPlatform/google-cloud-php).
[here](https://github.com/googleapis/google-cloud-php).

Thanks again, and we look forward to seeing your proposed change!

Expand Down
4 changes: 2 additions & 2 deletions BigQuery/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

We'd love to accept your patches and contributions to this project. We accept
and review pull requests against the main
[Google Cloud PHP](https://github.com/GoogleCloudPlatform/google-cloud-php)
[Google Cloud PHP](https://github.com/googleapis/google-cloud-php)
repository, which contains all of our client libraries. You will also need to
sign a Contributor License Agreement. For more details about how to contribute,
see the
[CONTRIBUTING.md](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/master/CONTRIBUTING.md)
[CONTRIBUTING.md](https://github.com/googleapis/google-cloud-php/blob/master/CONTRIBUTING.md)
file in the main Google Cloud PHP repository.
6 changes: 3 additions & 3 deletions BigQuery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[![Latest Stable Version](https://poser.pugx.org/google/cloud-bigquery/v/stable)](https://packagist.org/packages/google/cloud-bigquery) [![Packagist](https://img.shields.io/packagist/dm/google/cloud-bigquery.svg)](https://packagist.org/packages/google/cloud-bigquery)

* [API Documentation](http://googlecloudplatform.github.io/google-cloud-php/#/docs/cloud-bigquery/latest)
* [API Documentation](http://googleapis.github.io/google-cloud-php/#/docs/cloud-bigquery/latest)

**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googlecloudplatform/google-cloud-php). Any
**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googleapis/google-cloud-php). Any
support requests, bug reports, or development contributions should be directed to
that project.

Expand All @@ -30,7 +30,7 @@ $ composer require google/cloud

### Authentication

Please see our [Authentication guide](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
Please see our [Authentication guide](https://github.com/googleapis/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
on authenticating your client. Once authenticated, you'll be ready to start making requests.

### Sample
Expand Down
2 changes: 1 addition & 1 deletion BigQuery/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"component": {
"displayName": "Google Cloud BigQuery",
"id": "cloud-bigquery",
"target": "GoogleCloudPlatform/google-cloud-php-bigquery.git",
"target": "googleapis/google-cloud-php-bigquery.git",
"path": "BigQuery",
"entry": "src/BigQueryClient.php"
}
Expand Down
6 changes: 3 additions & 3 deletions BigQueryDataTransfer/.github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**PLEASE READ THIS ENTIRE MESSAGE**

Hello, and thank you for your contribution! Please note that this repository is
a read-only split of `GoogleCloudPlatform/google-cloud-php`. As such, we are
a read-only split of `googleapis/google-cloud-php`. As such, we are
unable to accept pull requests to this repository.

We welcome your pull request and would be happy to consider it for inclusion in
Expand All @@ -10,14 +10,14 @@ our library if you follow these steps:
* Clone the parent client library repository:

```sh
$ git clone [email protected]:GoogleCloudPlatform/google-cloud-php.git
$ git clone [email protected]:googleapis/google-cloud-php.git
```

* Move your changes into the correct location in that library. Library code
belongs in `BigQueryDataTransfer/src`, and tests in `BigQueryDataTransfer/tests`.

* Push the changes in a new branch to a fork, and open a new pull request
[here](https://github.com/GoogleCloudPlatform/google-cloud-php).
[here](https://github.com/googleapis/google-cloud-php).

Thanks again, and we look forward to seeing your proposed change!

Expand Down
4 changes: 2 additions & 2 deletions BigQueryDataTransfer/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

We'd love to accept your patches and contributions to this project. We accept
and review pull requests against the main
[Google Cloud PHP](https://github.com/GoogleCloudPlatform/google-cloud-php)
[Google Cloud PHP](https://github.com/googleapis/google-cloud-php)
repository, which contains all of our client libraries. You will also need to
sign a Contributor License Agreement. For more details about how to contribute,
see the
[CONTRIBUTING.md](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/master/CONTRIBUTING.md)
[CONTRIBUTING.md](https://github.com/googleapis/google-cloud-php/blob/master/CONTRIBUTING.md)
file in the main Google Cloud PHP repository.
6 changes: 3 additions & 3 deletions BigQueryDataTransfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[![Latest Stable Version](https://poser.pugx.org/google/cloud-bigquerydatatransfer/v/stable)](https://packagist.org/packages/google/cloud-bigquerydatatransfer) [![Packagist](https://img.shields.io/packagist/dm/google/cloud-bigquerydatatransfer.svg)](https://packagist.org/packages/google/cloud-bigquerydatatransfer)

* [API Documentation](https://googlecloudplatform.github.io/google-cloud-php/#/docs/cloud-bigquerydatatransfer/latest)
* [API Documentation](https://googleapis.github.io/google-cloud-php/#/docs/cloud-bigquerydatatransfer/latest)

**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googlecloudplatform/google-cloud-php). Any
**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googleapis/google-cloud-php). Any
support requests, bug reports, or development contributions should be directed to
that project.

Expand All @@ -33,7 +33,7 @@ please see our [gRPC installation guide](https://cloud.google.com/php/grpc).

### Authentication

Please see our [Authentication guide](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
Please see our [Authentication guide](https://github.com/googleapis/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
on authenticating your client. Once authenticated, you'll be ready to start making requests.

### Sample
Expand Down
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"id": "cloud-bigquerydatatransfer",
"path": "BigQueryDataTransfer",
"entry": null,
"target": "GoogleCloudPlatform/google-cloud-php-bigquerydatatransfer.git"
"target": "googleapis/google-cloud-php-bigquerydatatransfer.git"
}
},
"require": {
Expand Down
6 changes: 3 additions & 3 deletions Bigtable/.github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**PLEASE READ THIS ENTIRE MESSAGE**

Hello, and thank you for your contribution! Please note that this repository is
a read-only split of `GoogleCloudPlatform/google-cloud-php`. As such, we are
a read-only split of `googleapis/google-cloud-php`. As such, we are
unable to accept pull requests to this repository.

We welcome your pull request and would be happy to consider it for inclusion in
Expand All @@ -10,14 +10,14 @@ our library if you follow these steps:
* Clone the parent client library repository:

```sh
$ git clone [email protected]:GoogleCloudPlatform/google-cloud-php.git
$ git clone [email protected]:googleapis/google-cloud-php.git
```

* Move your changes into the correct location in that library. Library code
belongs in `Bigtable/src`, and tests in `Bigtable/tests`.

* Push the changes in a new branch to a fork, and open a new pull request
[here](https://github.com/GoogleCloudPlatform/google-cloud-php).
[here](https://github.com/googleapis/google-cloud-php).

Thanks again, and we look forward to seeing your proposed change!

Expand Down
4 changes: 2 additions & 2 deletions Bigtable/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

We'd love to accept your patches and contributions to this project. We accept
and review pull requests against the main
[Google Cloud PHP](https://github.com/GoogleCloudPlatform/google-cloud-php)
[Google Cloud PHP](https://github.com/googleapis/google-cloud-php)
repository, which contains all of our client libraries. You will also need to
sign a Contributor License Agreement. For more details about how to contribute,
see the
[CONTRIBUTING.md](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/master/CONTRIBUTING.md)
[CONTRIBUTING.md](https://github.com/googleapis/google-cloud-php/blob/master/CONTRIBUTING.md)
file in the main Google Cloud PHP repository.
6 changes: 3 additions & 3 deletions Bigtable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[![Latest Stable Version](https://poser.pugx.org/google/cloud-bigtable/v/stable)](https://packagist.org/packages/google/cloud-bigtable) [![Packagist](https://img.shields.io/packagist/dm/google/cloud-bigtable.svg)](https://packagist.org/packages/google/cloud-bigtable)

* [API Documentation](https://googlecloudplatform.github.io/google-cloud-php/#/docs/cloud-bigtable/latest)
* [API Documentation](https://googleapis.github.io/google-cloud-php/#/docs/cloud-bigtable/latest)

**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googlecloudplatform/google-cloud-php). Any
**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googleapis/google-cloud-php). Any
support requests, bug reports, or development contributions should be directed to
that project.

Expand All @@ -33,7 +33,7 @@ please see our [gRPC installation guide](https://cloud.google.com/php/grpc).

### Authentication

Please see our [Authentication guide](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
Please see our [Authentication guide](https://github.com/googleapis/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
on authenticating your client. Once authenticated, you'll be ready to start making requests.

### Sample
Expand Down
2 changes: 1 addition & 1 deletion Bigtable/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"extra": {
"component": {
"id": "cloud-bigtable",
"target": "GoogleCloudPlatform/google-cloud-php-bigtable.git",
"target": "googleapis/google-cloud-php-bigtable.git",
"path": "Bigtable",
"entry": null
}
Expand Down
6 changes: 3 additions & 3 deletions Container/.github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**PLEASE READ THIS ENTIRE MESSAGE**

Hello, and thank you for your contribution! Please note that this repository is
a read-only split of `GoogleCloudPlatform/google-cloud-php`. As such, we are
a read-only split of `googleapis/google-cloud-php`. As such, we are
unable to accept pull requests to this repository.

We welcome your pull request and would be happy to consider it for inclusion in
Expand All @@ -10,14 +10,14 @@ our library if you follow these steps:
* Clone the parent client library repository:

```sh
$ git clone [email protected]:GoogleCloudPlatform/google-cloud-php.git
$ git clone [email protected]:googleapis/google-cloud-php.git
```

* Move your changes into the correct location in that library. Library code
belongs in `Container/src`, and tests in `Container/tests`.

* Push the changes in a new branch to a fork, and open a new pull request
[here](https://github.com/GoogleCloudPlatform/google-cloud-php).
[here](https://github.com/googleapis/google-cloud-php).

Thanks again, and we look forward to seeing your proposed change!

Expand Down
4 changes: 2 additions & 2 deletions Container/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

We'd love to accept your patches and contributions to this project. We accept
and review pull requests against the main
[Google Cloud PHP](https://github.com/GoogleCloudPlatform/google-cloud-php)
[Google Cloud PHP](https://github.com/googleapis/google-cloud-php)
repository, which contains all of our client libraries. You will also need to
sign a Contributor License Agreement. For more details about how to contribute,
see the
[CONTRIBUTING.md](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/master/CONTRIBUTING.md)
[CONTRIBUTING.md](https://github.com/googleapis/google-cloud-php/blob/master/CONTRIBUTING.md)
file in the main Google Cloud PHP repository.
6 changes: 3 additions & 3 deletions Container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[![Latest Stable Version](https://poser.pugx.org/google/cloud-container/v/stable)](https://packagist.org/packages/google/cloud-container) [![Packagist](https://img.shields.io/packagist/dm/google/cloud-container.svg)](https://packagist.org/packages/google/cloud-container)

* [API documentation](http://googlecloudplatform.github.io/google-cloud-php/#/docs/cloud-container/latest)
* [API documentation](http://googleapis.github.io/google-cloud-php/#/docs/cloud-container/latest)

**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googlecloudplatform/google-cloud-php). Any
**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googleapis/google-cloud-php). Any
support requests, bug reports, or development contributions should be directed to
that project.

Expand Down Expand Up @@ -35,7 +35,7 @@ please see our [gRPC installation guide](https://cloud.google.com/php/grpc).

### Authentication

Please see our [Authentication guide](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
Please see our [Authentication guide](https://github.com/googleapis/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
on authenticating your client. Once authenticated, you'll be ready to start making requests.

### Sample
Expand Down
2 changes: 1 addition & 1 deletion Container/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"id": "cloud-container",
"path": "Container",
"entry": null,
"target": "GoogleCloudPlatform/google-cloud-php-container.git"
"target": "googleapis/google-cloud-php-container.git"
}
},
"require": {
Expand Down
Loading