Class: Google::Cloud::VmwareEngine::V1::ListLoggingServersResponse

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

Overview

Response message for VmwareEngine.ListLoggingServers

Instance Attribute Summary collapse

Instance Attribute Details

#logging_servers::Array<::Google::Cloud::VmwareEngine::V1::LoggingServer>

Returns A list of Logging Servers.

Returns:



1051
1052
1053
1054
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1051

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

#next_page_token::String

Returns A token, which can be send as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be send as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



1051
1052
1053
1054
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1051

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

#unreachable::Array<::String>

Returns Locations that could not be reached when making an aggregated query using wildcards.

Returns:

  • (::Array<::String>)

    Locations that could not be reached when making an aggregated query using wildcards.



1051
1052
1053
1054
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1051

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