Class: Google::Cloud::Dataform::V1::ListWorkspacesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1/dataform.rb

Overview

ListWorkspaces response message.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



590
591
592
593
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 590

class ListWorkspacesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>



590
591
592
593
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 590

class ListWorkspacesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#workspaces::Array<::Google::Cloud::Dataform::V1::Workspace>



590
591
592
593
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 590

class ListWorkspacesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end