Skip to content

Enable RPC sample generation for the "corner case" APIs #4729

@amanda-tarafa

Description

@amanda-tarafa

These are the packages we skipped for RPC sample generation in #4720

  • google-cloud-compute-v1: Some sample functions have no body except for OK(). Not clear why.
  • google-cloud-logging-v2: The "parent" field on the ListLogEntriesRequest is a repeated string (for listing resources from different parents at the same time) field instead of a string field, which is non AIP compliant. We need to check that the parent field is a string.
  • google-cloud-oslogin-v1: There's a common package and some of the resources with CRUD operations are defined in that common package.

Note we also skippep part of Pub/Sub, but that's still under development and we are tracking Pub/Sub sample generation on #4018

Metadata

Metadata

Assignees

Labels

priority: p3Desirable enhancement or fix. May not be included in next release.samplesIssues that are directly related to samples.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions