Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::AdaptiveMtFile.
An AdaptiveMtFile.
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. Timestamp when this file was created.
#display_name
def display_name() -> ::String
Returns
- (::String) — The file's display name.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — The file's display name.
Returns
- (::String) — The file's display name.
#entry_count
def entry_count() -> ::Integer
Returns
- (::Integer) — The number of entries that the file contains.
#entry_count=
def entry_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of entries that the file contains.
Returns
- (::Integer) — The number of entries that the file contains.
#name
def name() -> ::String
Returns
-
(::String) — Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
Returns
-
(::String) — Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when this file was last updated.