b60a248511bdc8f3dcdf10afe9b6cd42ca15e10a,asset/cloud-client/quickstart_updatefeed_test.py,,,#,27
Before Change
import quickstart_updatefeed
PROJECT = os.environ["GCLOUD_PROJECT"]
ASSET_NAME = "assets-{}".format(int(time.time()))
FEED_ID = "feed-{}".format(int(time.time()))
TOPIC = "topic-{}".format(int(time.time()))
NEW_TOPIC = "new-topic-{}".format(int(time.time()))
After Change
PROJECT = os.environ["GCLOUD_PROJECT"]
ASSET_NAME = "assets-{}".format(uuid.uuid4().hex)
FEED_ID = "feed-{}".format(uuid.uuid4().hex)
TOPIC = "topic-{}".format(uuid.uuid4().hex)
NEW_TOPIC = "new-topic-{}".format(uuid.uuid4().hex)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 9
Instances
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: b60a248511bdc8f3dcdf10afe9b6cd42ca15e10a
Time: 2020-05-18
Author: bot@renovateapp.com
File Name: asset/cloud-client/quickstart_updatefeed_test.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: b60a248511bdc8f3dcdf10afe9b6cd42ca15e10a
Time: 2020-05-18
Author: bot@renovateapp.com
File Name: asset/cloud-client/quickstart_updatefeed_test.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: b60a248511bdc8f3dcdf10afe9b6cd42ca15e10a
Time: 2020-05-18
Author: bot@renovateapp.com
File Name: asset/cloud-client/quickstart_getfeed_test.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: b60a248511bdc8f3dcdf10afe9b6cd42ca15e10a
Time: 2020-05-18
Author: bot@renovateapp.com
File Name: asset/cloud-client/quickstart_createfeed_test.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: b60a248511bdc8f3dcdf10afe9b6cd42ca15e10a
Time: 2020-05-18
Author: bot@renovateapp.com
File Name: asset/cloud-client/quickstart_deletefeed_test.py
Class Name:
Method Name: