Class: Google::Cloud::ApigeeRegistry::V1::ReplaceArtifactRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::ReplaceArtifactRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb
Overview
Request message for ReplaceArtifact.
Instance Attribute Summary collapse
Instance Attribute Details
#artifact ⇒ ::Google::Cloud::ApigeeRegistry::V1::Artifact
Returns Required. The artifact to replace.
The name
field is used to identify the artifact to replace.
Format: {parent}/artifacts/*
.
695 696 697 698 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 695 class ReplaceArtifactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |