The request message for Agents.ExportAgent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_uri
def agent_uri() -> ::String
Returns
-
(::String) — Required. The Google Cloud Storage
URI to export the agent to.
The format of this URI must be
gs://<bucket-name>/<object-name>
. If left unspecified, the serialized agent is returned inline.
#agent_uri=
def agent_uri=(value) -> ::String
Parameter
-
value (::String) — Required. The Google Cloud Storage
URI to export the agent to.
The format of this URI must be
gs://<bucket-name>/<object-name>
. If left unspecified, the serialized agent is returned inline.
Returns
-
(::String) — Required. The Google Cloud Storage
URI to export the agent to.
The format of this URI must be
gs://<bucket-name>/<object-name>
. If left unspecified, the serialized agent is returned inline.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project that the agent to export is associated with.
Format:
projects/<Project ID>
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The project that the agent to export is associated with.
Format:
projects/<Project ID>
.
Returns
-
(::String) — Required. The project that the agent to export is associated with.
Format:
projects/<Project ID>
.