Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Updated CloudPubSubSource docs #501

Merged
merged 5 commits into from
Jan 22, 2020
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
7 changes: 0 additions & 7 deletions docs/examples/cloudauditlogssource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,6 @@ Data,
}
```

## What's Next
capri-xiyue marked this conversation as resolved.
Show resolved Hide resolved

1. For integrating with Cloud Pub/Sub, see the [PubSub example](../../examples/cloudpubsubsource/README.md).
1. For integrating with Cloud Storage see the [Storage example](../../examples/cloudstoragesource/README.md).
1. For integrating with Cloud Scheduler see the [Scheduler example](../../examples/cloudschedulersource/README.md).
1. For more information about CloudEvents, see the [HTTP transport bindings documentation](https://github.com/cloudevents/spec).

## Cleaning Up

1. Delete the `CloudAuditLogsSource`
Expand Down
7 changes: 0 additions & 7 deletions docs/examples/cloudpubsubsource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@ Data,
{"Hello": "world"}
```

## What's Next

1. For integrating with Cloud Storage see the [Storage example](../../examples/cloudstoragesource/README.md).
1. For integrating with Cloud Scheduler see the [Scheduler example](../../examples/cloudschedulersource/README.md).
1. For integrating with Cloud Audit Logs see the [Cloud Audit Logs example](../../examples/cloudauditlogssource/README.md).
1. For more information about CloudEvents, see the [HTTP transport bindings documentation](https://github.com/cloudevents/spec).

## Cleaning Up

1. Delete the `CloudPubSubSource`
Expand Down
7 changes: 0 additions & 7 deletions docs/examples/cloudschedulersource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ Data,
my test data
```

## What's Next

1. For integrating with Cloud Pub/Sub, see the [PubSub example](../../examples/cloudpubsubsource/README.md).
1. For integrating with Cloud Storage see the [Storage example](../../examples/cloudstoragesource/README.md).
1. For integrating with Cloud Audit Logs see the [Cloud Audit Logs example](../../examples/cloudauditlogssource/README.md).
1. For more information about CloudEvents, see the [HTTP transport bindings documentation](https://github.com/cloudevents/spec).

## Cleaning Up

1. Delete the `CloudSchedulerSource`
Expand Down
7 changes: 0 additions & 7 deletions docs/examples/cloudstoragesource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,6 @@ Data,
}
```

## What's Next

1. For integrating with Cloud Pub/Sub, see the [PubSub example](../../examples/cloudpubsubsource/README.md).
1. For integrating with Cloud Scheduler see the [Scheduler example](../../examples/cloudschedulersource/README.md).
1. For integrating with Cloud Audit Logs see the [Cloud Audit Logs example](../../examples/cloudauditlogssource/README.md).
1. For more information about CloudEvents, see the [HTTP transport bindings documentation](https://github.com/cloudevents/spec).

## Cleaning Up

1. Delete the `CloudStorageSource`
Expand Down