Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

docs: debrand 'Stackdriver' in favor of 'Cloud' #269

Merged
merged 4 commits into from
Nov 4, 2020
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 4 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

* @googleapis/api-logging @googleapis/yoshi-java
# The @googleapis/api-logging is the default owner for changes in this repo
* @googleapis/yoshi-java @googleapis/api-logging
**/*.java @googleapis/api-logging

# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @googleapis/api-logging @googleapis/java-samples-reviewers
samples/**/*.java @googleapis/java-samples-reviewers
14 changes: 6 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ This project follows

To build, package, and run all unit tests run the command

```bash
```
mvn clean verify
```

### Running Integration tests

To include integration tests when building the project, you need access to
a GCP Project with a valid service account.
a GCP Project with a valid service account.

For instructions on how to generate a service account and corresponding
credentials JSON see: [Creating a Service Account][1].
Expand All @@ -57,15 +57,14 @@ Code Samples must be bundled in separate Maven modules, and guarded by a
Maven profile with the name `enable-samples`.

The samples must be separate from the primary project for a few reasons:

1. Primary projects have a minimum Java version of Java 7 whereas samples have
a minimum Java version of Java 8. Due to this we need the ability to
selectively exclude samples from a build run.
2. Many code samples depend on external GCP services and need
credentials to access the service.
3. Code samples are not released as Maven artifacts and must be excluded from
3. Code samples are not released as Maven artifacts and must be excluded from
release builds.

### Building

```bash
Expand Down Expand Up @@ -107,14 +106,13 @@ mvn -Penable-samples clean verify
Code in this repo is formatted with
[google-java-format](https://github.com/google/google-java-format).
To run formatting on your project, you can run:

```bash
```
mvn com.coveo:fmt-maven-plugin:format
```

### Profile Activation

To include code samples when building and testing the project, enable the
To include code samples when building and testing the project, enable the
`enable-samples` Maven profile.

#### Command line
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/**
* A client to Stackdriver Error Reporting API.
* A client to Cloud Error Reporting API.
*
* <p>The interfaces provided are listed below, along with usage samples.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* Base stub class for Stackdriver Error Reporting API.
* Base stub class for Cloud Error Reporting API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* Base stub class for Stackdriver Error Reporting API.
* Base stub class for Cloud Error Reporting API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* gRPC callable factory implementation for Stackdriver Error Reporting API.
* gRPC callable factory implementation for Cloud Error Reporting API.
*
* <p>This class is for advanced usage.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* gRPC stub implementation for Stackdriver Error Reporting API.
* gRPC stub implementation for Cloud Error Reporting API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* gRPC callable factory implementation for Stackdriver Error Reporting API.
* gRPC callable factory implementation for Cloud Error Reporting API.
*
* <p>This class is for advanced usage.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* gRPC stub implementation for Stackdriver Error Reporting API.
* gRPC stub implementation for Cloud Error Reporting API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* gRPC callable factory implementation for Stackdriver Error Reporting API.
* gRPC callable factory implementation for Cloud Error Reporting API.
*
* <p>This class is for advanced usage.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* gRPC stub implementation for Stackdriver Error Reporting API.
* gRPC stub implementation for Cloud Error Reporting API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* Base stub class for Stackdriver Error Reporting API.
* Base stub class for Cloud Error Reporting API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-errorreporting.git",
"sha": "c9cb50974d8c2fce2aeec3563a7f9800a32d5a25"
"sha": "5dfc3692aa05aca5d2ef54910d1170ff119cf8bb"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "fe312530ec0a99b1e7e498253573ff70f2c6c6cb",
"internalRef": "321573684"
"sha": "e5211c547d63632963f9125e2b333185d57ff8f6",
"internalRef": "337519886"
}
},
{
Expand Down