Reference documentation and code samples for the Rapid Migration Assessment V1 API class Google::Cloud::RapidMigrationAssessment::V1::Annotation.
Message describing an Annotation
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Create time stamp.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
#name
def name() -> ::String
Returns
- (::String) — name of resource.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — name of resource.
Returns
- (::String) — name of resource.
#type
def type() -> ::Google::Cloud::RapidMigrationAssessment::V1::Annotation::Type
Returns
- (::Google::Cloud::RapidMigrationAssessment::V1::Annotation::Type) — Type of an annotation.
#type=
def type=(value) -> ::Google::Cloud::RapidMigrationAssessment::V1::Annotation::Type
Parameter
- value (::Google::Cloud::RapidMigrationAssessment::V1::Annotation::Type) — Type of an annotation.
Returns
- (::Google::Cloud::RapidMigrationAssessment::V1::Annotation::Type) — Type of an annotation.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Update time stamp.