Skip to content

Commit 7cba098

Browse files
docs: update ReplicatedVoiceConfig.mime_type comment (#32229)
feat: Expose zone when creating a FeatureOnlineStore PiperOrigin-RevId: 837256132 Source-Link: googleapis/googleapis@8b6f877 Source-Link: googleapis/googleapis-gen@ab6c512 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWFpX3BsYXRmb3JtLXYxLy5Pd2xCb3QueWFtbCIsImgiOiJhYjZjNTEyYTYwZjIxNWQzZmE2NWYwMDRlMDcyNTkzZjBhMzJmNjg0In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: update `ReplicatedVoiceConfig.mime_type` comment PiperOrigin-RevId: 839296167 Source-Link: googleapis/googleapis@5362d27 Source-Link: googleapis/googleapis-gen@d45d267 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWFpX3BsYXRmb3JtLXYxLy5Pd2xCb3QueWFtbCIsImgiOiJkNDVkMjY3NWE5MDRjOGQ3OTkwYjA0OTU1MjBkMDI2MmI4NGNiY2JhIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a9c62e6 commit 7cba098

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

google-cloud-ai_platform-v1/lib/google/cloud/aiplatform/v1/feature_online_store_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/content.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,10 @@ class PrebuiltVoiceConfig
155155
# The configuration for the replicated voice to use.
156156
# @!attribute [rw] mime_type
157157
# @return [::String]
158-
# Optional. The mimetype of the voice sample. Currently only
159-
# mime_type=audio/pcm is supported, which is raw mono 16-bit signed
160-
# little-endian pcm data, with 24k sampling rate.
158+
# Optional. The mimetype of the voice sample. The only currently supported
159+
# value is `audio/wav`. This represents 16-bit signed little-endian wav data,
160+
# with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not
161+
# set.
161162
# @!attribute [rw] voice_sample_audio
162163
# @return [::String]
163164
# Optional. The sample of the custom voice.

google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ class FeatureOnlineStore
9898
# @!attribute [r] bigtable_metadata
9999
# @return [::Google::Cloud::AIPlatform::V1::FeatureOnlineStore::Bigtable::BigtableMetadata]
100100
# Output only. Metadata of the Bigtable instance. Output only.
101+
# @!attribute [rw] zone
102+
# @return [::String]
103+
# Optional. The zone where the underlying Bigtable cluster for the primary
104+
# Bigtable instance will be provisioned. Only the zone must be provided.
105+
# For example, only "us-central1-a" should be provided.
101106
class Bigtable
102107
include ::Google::Protobuf::MessageExts
103108
extend ::Google::Protobuf::MessageExts::ClassMethods

0 commit comments

Comments
 (0)