Reference documentation and code samples for the Google Cloud Dataform V1 Client class ComputeRepositoryAccessTokenStatusResponse.
ComputeRepositoryAccessTokenStatus
response message.
Generated from protobuf message google.cloud.dataform.v1.ComputeRepositoryAccessTokenStatusResponse
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ token_status |
int
Indicates the status of the Git access token. |
getTokenStatus
Indicates the status of the Git access token.
Returns | |
---|---|
Type | Description |
int |
setTokenStatus
Indicates the status of the Git access token.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |