Class: Google::Cloud::VisionAI::V1::AppPlatformMetadata

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

Overview

Message of essential metadata of App Platform. This message is usually attached to a certain processor output annotation for customer to identify the source of the data.

Instance Attribute Summary collapse

Instance Attribute Details

#application::String

Returns The application resource name.

Returns:

  • (::String)

    The application resource name.



684
685
686
687
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 684

class AppPlatformMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instance_id::String

Returns The instance resource id. Instance is the nested resource of application under collection 'instances'.

Returns:

  • (::String)

    The instance resource id. Instance is the nested resource of application under collection 'instances'.



684
685
686
687
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 684

class AppPlatformMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#node::String

Returns The node name of the application graph.

Returns:

  • (::String)

    The node name of the application graph.



684
685
686
687
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 684

class AppPlatformMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#processor::String

Returns The referred processor resource name of the application node.

Returns:

  • (::String)

    The referred processor resource name of the application node.



684
685
686
687
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 684

class AppPlatformMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end