Class: Google::Cloud::BeyondCorp::AppGateways::V1::GetAppGatewayRequest

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

Request message for BeyondCorp.GetAppGateway.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. BeyondCorp AppGateway name using the form: projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}.

Returns:

  • (::String)

    Required. BeyondCorp AppGateway name using the form: projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}



77
78
79
80
# File 'proto_docs/google/cloud/beyondcorp/appgateways/v1/app_gateways_service.rb', line 77

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