applicationEndpoint property

  1. @TagNumber.new(8)
AppConnection_ApplicationEndpoint get applicationEndpoint

Required. Address of the remote application endpoint for the BeyondCorp AppConnection.

Implementation

@$pb.TagNumber(8)
AppConnection_ApplicationEndpoint get applicationEndpoint => $_getN(7);
  1. @TagNumber.new(8)
set applicationEndpoint (AppConnection_ApplicationEndpoint v)

Implementation

@$pb.TagNumber(8)
set applicationEndpoint(AppConnection_ApplicationEndpoint v) {
  setField(8, v);
}