Google Cloud Developer Connect V1 Client - Class StartOAuthRequest (0.6.1)

Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class StartOAuthRequest.

Message for starting an OAuth flow.

Generated from protobuf message google.cloud.developerconnect.v1.StartOAuthRequest

Namespace

Google \ Cloud \ DeveloperConnect \ V1

Methods

__construct

Constructor.

Parameter
Name Description
data mixed

getAccountConnector

Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*.

Returns
Type Description
string

setAccountConnector

Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
accountConnector string

Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*. Please see DeveloperConnectClient::accountConnectorName() for help formatting this field.

Returns
Type Description
StartOAuthRequest