Class: Google::Cloud::AutoML::V1beta1::GetTableSpecRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::GetTableSpecRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/service.rb
Overview
Request message for AutoMl.GetTableSpec.
Instance Attribute Summary collapse
-
#field_mask ⇒ ::Google::Protobuf::FieldMask
Mask specifying which fields to read.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#field_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask specifying which fields to read.
150 151 152 153 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 150 class GetTableSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the table spec to retrieve.
150 151 152 153 |
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 150 class GetTableSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |