Skip to content

Commit

Permalink
Merge branch 'main' into garciadiaz-chore-delete-old-region-projectio…
Browse files Browse the repository at this point in the history
…n-queries
  • Loading branch information
glasnt authored Feb 3, 2025
2 parents fed3579 + 5fb145d commit 6f5a1e8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */

/* [START gae_flex_static_example] */
body {
font-family: Verdana, Helvetica, sans-serif;
background-color: #CCCCFF;
}
/* [END gae_flex_static_example] */
4 changes: 1 addition & 3 deletions appengine_flexible/static_files/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */

/* [START gae_flex_example_css_go] */
body {
font-family: Verdana, Helvetica, sans-serif;
background-color: #CCCCFF;
}
/* [END gae_flex_example_css_go] */
}
4 changes: 0 additions & 4 deletions docs/appengine/datastore/indexes/indexes.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,14 @@ import (
)

// [START gae_datastore_unindexed_properties]
// [START unindexed_properties]
type Person struct {
Name string
Age int `datastore:",noindex"`
}

// [END unindexed_properties]
// [END gae_datastore_unindexed_properties]

// [START gae_datastore_exploding_index_example_3]
// [START exploding_index_example_3]
type Widget struct {
X []int
Y []string
Expand All @@ -52,5 +49,4 @@ func f(ctx context.Context) {
}
}

// [END exploding_index_example_3]
// [END gae_datastore_exploding_index_example_3]
2 changes: 0 additions & 2 deletions endpoints/getting-started/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ spec:
spec:
containers:
# [START endpoints_esp]
# [START esp]
- name: esp
image: gcr.io/endpoints-release/endpoints-runtime:1
args: [
Expand All @@ -51,7 +50,6 @@ spec:
"--service", "SERVICE_NAME",
"--rollout_strategy", "managed",
]
# [END esp]
# [END endpoints_esp]
ports:
- containerPort: 8081
Expand Down
2 changes: 0 additions & 2 deletions run/helloworld/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

# [START cloudrun_helloworld_dockerfile]
# [START run_helloworld_dockerfile]

# Use the official Go image to create a binary.
# This is based on Debian and sets the GOPATH to /go.
Expand Down Expand Up @@ -49,5 +48,4 @@ COPY --from=builder /app/server /app/server
# Run the web service on container startup.
CMD ["/app/server"]

# [END run_helloworld_dockerfile]
# [END cloudrun_helloworld_dockerfile]
2 changes: 1 addition & 1 deletion storage/objects/generate_v4_put_object_signed_url.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"cloud.google.com/go/storage"
)

// generateV4GetObjectSignedURL generates object signed URL with PUT method.
// generateV4PutObjectSignedURL generates object signed URL with PUT method.
func generateV4PutObjectSignedURL(w io.Writer, bucket, object string) (string, error) {
// bucket := "bucket-name"
// object := "object-name"
Expand Down

0 comments on commit 6f5a1e8

Please sign in to comment.