The request message for TestCases.ImportTestCases.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content
def content() -> ::String
Returns
- (::String) — Uncompressed raw byte content for test cases.
#content=
def content=(value) -> ::String
Parameter
- value (::String) — Uncompressed raw byte content for test cases.
Returns
- (::String) — Uncompressed raw byte content for test cases.
#gcs_uri
def gcs_uri() -> ::String
Returns
-
(::String) — The Google Cloud Storage URI
to import test cases from. The format of this URI must be
gs://<bucket-name>/<object-name>
.
#gcs_uri=
def gcs_uri=(value) -> ::String
Parameter
-
value (::String) — The Google Cloud Storage URI
to import test cases from. The format of this URI must be
gs://<bucket-name>/<object-name>
.
Returns
-
(::String) — The Google Cloud Storage URI
to import test cases from. The format of this URI must be
gs://<bucket-name>/<object-name>
.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The agent to import test cases to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The agent to import test cases to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
Returns
-
(::String) — Required. The agent to import test cases to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.