The request message for Flows.ExportFlow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#flow_uri
def flow_uri() -> ::String
Returns
-
(::String) — Optional. The Google Cloud Storage URI to
export the flow to. The format of this URI must be
gs://<bucket-name>/<object-name>
. If left unspecified, the serialized flow is returned inline.
#flow_uri=
def flow_uri=(value) -> ::String
Parameter
-
value (::String) — Optional. The Google Cloud Storage URI to
export the flow to. The format of this URI must be
gs://<bucket-name>/<object-name>
. If left unspecified, the serialized flow is returned inline.
Returns
-
(::String) — Optional. The Google Cloud Storage URI to
export the flow to. The format of this URI must be
gs://<bucket-name>/<object-name>
. If left unspecified, the serialized flow is returned inline.
#include_referenced_flows
def include_referenced_flows() -> ::Boolean
Returns
- (::Boolean) — Optional. Whether to export flows referenced by the specified flow.
#include_referenced_flows=
def include_referenced_flows=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Whether to export flows referenced by the specified flow.
Returns
- (::Boolean) — Optional. Whether to export flows referenced by the specified flow.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the flow to export.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the flow to export.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
.
Returns
-
(::String) — Required. The name of the flow to export.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
.