Class: CadenceThrift::WorkflowService::GetSearchAttributes_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/workflow_service.rb

Constant Summary collapse

SUCCESS =
0
INTERNALSERVICEERROR =
1
SERVICEBUSYERROR =
2
CLIENTVERSIONNOTSUPPORTEDERROR =
3
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::CadenceThrift::GetSearchAttributesResponse},
  INTERNALSERVICEERROR => {:type => ::Thrift::Types::STRUCT, :name => 'internalServiceError', :class => ::CadenceThrift::InternalServiceError},
  SERVICEBUSYERROR => {:type => ::Thrift::Types::STRUCT, :name => 'serviceBusyError', :class => ::CadenceThrift::ServiceBusyError},
  CLIENTVERSIONNOTSUPPORTEDERROR => {:type => ::Thrift::Types::STRUCT, :name => 'clientVersionNotSupportedError', :class => ::CadenceThrift::ClientVersionNotSupportedError}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2908
# File 'lib/gen/thrift/workflow_service.rb', line 2908

def struct_fields; FIELDS; end

#validateObject



2910
2911
# File 'lib/gen/thrift/workflow_service.rb', line 2910

def validate
end