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
Error: Too many list items | |
│ | |
│ with google_network_services_edge_cache_service.frontier-media-edge-live, | |
│ on url_map_live.tf line 132, in resource "google_network_services_edge_cache_service" "frontier-media-edge-live": | |
│ 132: allow_methods = ["GET", "OPTIONS"] ## NOTE: Do we need POST here? | |
│ | |
│ Attribute | |
│ routing.0.path_matcher.0.route_rule.1.route_action.0.cors_policy.0.allow_origins | |
│ supports 5 item maximum, but config has 6 declared. |
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
[ | |
{ | |
"name": "jobId", | |
"type": "STRING" | |
}, | |
{ | |
"name": "location", | |
"type": "STRING" | |
}, | |
{ |
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
{ | |
"name": "MyClass", | |
"type": "record", | |
"namespace": "com.acme.avro", | |
"fields": [ | |
{ | |
"name": "jobId", | |
"type": "string" | |
}, | |
{ |
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
# Function dependencies, for example: | |
# package>=version | |
google-cloud-video-transcoder>=1.3.2 | |
google-cloud-pubsub>=2.13.4 |
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
import base64 | |
import re | |
import argparse | |
import time | |
import json | |
from google.cloud import pubsub_v1 | |
from google.cloud.video.transcoder_v1.services.transcoder_service import ( | |
TranscoderServiceClient, | |
) |
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
[ | |
{ | |
"name": "name", | |
"type": "STRING" | |
}, | |
{ | |
"name": "jobId", | |
"type": "STRING" | |
}, |
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
{ | |
"type": "record", | |
"name": "Avro", | |
"fields": [ | |
{ | |
"name": "name", | |
"type": "string" | |
}, | |
{ | |
"name": "jobId", |