CloudSourceRepositoriesApi class Null safety
Accesses source code repositories hosted by Google.
Constructors
- CloudSourceRepositoriesApi(Client client, {String rootUrl = 'https://sourcerepo.googleapis.com/', String servicePath = ''})
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- projects → ProjectsResource
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- cloudPlatformScope → const String
-
See, edit, configure, and delete your Google Cloud data and see the email
address for your Google Account.
'https://www.googleapis.com/auth/cloud-platform'
- sourceFullControlScope → const String
-
Manage your source code repositories
'https://www.googleapis.com/auth/source.full_control'
- sourceReadOnlyScope → const String
-
View the contents of your source code repositories
'https://www.googleapis.com/auth/source.read_only'
- sourceReadWriteScope → const String
-
Manage the contents of your source code repositories
'https://www.googleapis.com/auth/source.read_write'