Class: Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::RegionalResourceReferences

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/publisher_model.rb

Overview

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc..

Defined Under Namespace

Classes: ReferencesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#references::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::PublisherModel::ResourceReference}

Returns Required.

Returns:



125
126
127
128
129
130
131
132
133
134
135
136
137
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 125

class RegionalResourceReferences
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::AIPlatform::V1::PublisherModel::ResourceReference]
  class ReferencesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#title::String

Returns Required. The title of the regional resource reference.

Returns:

  • (::String)

    Required. The title of the regional resource reference.



125
126
127
128
129
130
131
132
133
134
135
136
137
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 125

class RegionalResourceReferences
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::AIPlatform::V1::PublisherModel::ResourceReference]
  class ReferencesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end