Class: Google::Cloud::BeyondCorp::AppConnectors::V1::GetAppConnectorRequest

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

Overview

Request message for BeyondCorp.GetAppConnector.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. BeyondCorp AppConnector name using the form: projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}.

Returns:

  • (::String)

    Required. BeyondCorp AppConnector name using the form: projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}



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

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