Class: Google::Cloud::BeyondCorp::AppGateways::V1::ListAppGatewaysResponse

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

Overview

Response message for BeyondCorp.ListAppGateways.

Instance Attribute Summary collapse

Instance Attribute Details

#app_gateways::Array<::Google::Cloud::BeyondCorp::AppGateways::V1::AppGateway>

Returns A list of BeyondCorp AppGateways in the project.

Returns:



67
68
69
70
# File 'proto_docs/google/cloud/beyondcorp/appgateways/v1/app_gateways_service.rb', line 67

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

#next_page_token::String

Returns A token to retrieve the next page of results, or empty if there are no more results in the list.

Returns:

  • (::String)

    A token to retrieve the next page of results, or empty if there are no more results in the list.



67
68
69
70
# File 'proto_docs/google/cloud/beyondcorp/appgateways/v1/app_gateways_service.rb', line 67

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

#unreachable::Array<::String>

Returns A list of locations that could not be reached.

Returns:

  • (::Array<::String>)

    A list of locations that could not be reached.



67
68
69
70
# File 'proto_docs/google/cloud/beyondcorp/appgateways/v1/app_gateways_service.rb', line 67

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