Summary of entries of Classes for google-cloud-developerconnect.
Classes
DeveloperConnectAsyncClient
Service describing handlers for resources
DeveloperConnectClient
Service describing handlers for resources
FetchGitRefsAsyncPager
A pager for iterating through fetch_git_refs
requests.
This class thinly wraps an initial
FetchGitRefsResponse object, and
provides an __aiter__
method to iterate through its
ref_names
field.
If there are more pages, the __aiter__
method will make additional
FetchGitRefs
requests and continue to iterate
through the ref_names
field on the
corresponding responses.
All the usual FetchGitRefsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
FetchGitRefsPager
A pager for iterating through fetch_git_refs
requests.
This class thinly wraps an initial
FetchGitRefsResponse object, and
provides an __iter__
method to iterate through its
ref_names
field.
If there are more pages, the __iter__
method will make additional
FetchGitRefs
requests and continue to iterate
through the ref_names
field on the
corresponding responses.
All the usual FetchGitRefsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
FetchLinkableGitRepositoriesAsyncPager
A pager for iterating through fetch_linkable_git_repositories
requests.
This class thinly wraps an initial
FetchLinkableGitRepositoriesResponse object, and
provides an __aiter__
method to iterate through its
linkable_git_repositories
field.
If there are more pages, the __aiter__
method will make additional
FetchLinkableGitRepositories
requests and continue to iterate
through the linkable_git_repositories
field on the
corresponding responses.
All the usual FetchLinkableGitRepositoriesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
FetchLinkableGitRepositoriesPager
A pager for iterating through fetch_linkable_git_repositories
requests.
This class thinly wraps an initial
FetchLinkableGitRepositoriesResponse object, and
provides an __iter__
method to iterate through its
linkable_git_repositories
field.
If there are more pages, the __iter__
method will make additional
FetchLinkableGitRepositories
requests and continue to iterate
through the linkable_git_repositories
field on the
corresponding responses.
All the usual FetchLinkableGitRepositoriesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConnectionsAsyncPager
A pager for iterating through list_connections
requests.
This class thinly wraps an initial
ListConnectionsResponse object, and
provides an __aiter__
method to iterate through its
connections
field.
If there are more pages, the __aiter__
method will make additional
ListConnections
requests and continue to iterate
through the connections
field on the
corresponding responses.
All the usual ListConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConnectionsPager
A pager for iterating through list_connections
requests.
This class thinly wraps an initial
ListConnectionsResponse object, and
provides an __iter__
method to iterate through its
connections
field.
If there are more pages, the __iter__
method will make additional
ListConnections
requests and continue to iterate
through the connections
field on the
corresponding responses.
All the usual ListConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListGitRepositoryLinksAsyncPager
A pager for iterating through list_git_repository_links
requests.
This class thinly wraps an initial
ListGitRepositoryLinksResponse object, and
provides an __aiter__
method to iterate through its
git_repository_links
field.
If there are more pages, the __aiter__
method will make additional
ListGitRepositoryLinks
requests and continue to iterate
through the git_repository_links
field on the
corresponding responses.
All the usual ListGitRepositoryLinksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListGitRepositoryLinksPager
A pager for iterating through list_git_repository_links
requests.
This class thinly wraps an initial
ListGitRepositoryLinksResponse object, and
provides an __iter__
method to iterate through its
git_repository_links
field.
If there are more pages, the __iter__
method will make additional
ListGitRepositoryLinks
requests and continue to iterate
through the git_repository_links
field on the
corresponding responses.
All the usual ListGitRepositoryLinksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
Connection
Message describing Connection object
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
AnnotationsEntry
The abstract base class for a message.
LabelsEntry
The abstract base class for a message.
CreateConnectionRequest
Message for creating a Connection
CreateGitRepositoryLinkRequest
Message for creating a GitRepositoryLink
DeleteConnectionRequest
Message for deleting a Connection
DeleteGitRepositoryLinkRequest
Message for deleting a GitRepositoryLink
FetchGitHubInstallationsRequest
Request for fetching github installations.
FetchGitHubInstallationsResponse
Response of fetching github installations.
Installation
Represents an installation of the GitHub App.
FetchGitRefsRequest
Request for fetching git refs.
RefType
Type of refs.
FetchGitRefsResponse
Response for fetching git refs.
FetchLinkableGitRepositoriesRequest
Request message for FetchLinkableGitRepositoriesRequest.
FetchLinkableGitRepositoriesResponse
Response message for FetchLinkableGitRepositories.
FetchReadTokenRequest
Message for fetching SCM read token.
FetchReadTokenResponse
Message for responding to get read token.
FetchReadWriteTokenRequest
Message for fetching SCM read/write token.
FetchReadWriteTokenResponse
Message for responding to get read/write token.
GetConnectionRequest
Message for getting a Connection
GetGitRepositoryLinkRequest
Message for getting a GitRepositoryLink
GitHubConfig
Configuration for connections to github.com.
GitHubApp
Represents the various GitHub Applications that can be installed to a GitHub user or organization and used with Developer Connect.
GitRepositoryLink
Message describing the GitRepositoryLink object
AnnotationsEntry
The abstract base class for a message.
LabelsEntry
The abstract base class for a message.
InstallationState
Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.
Stage
Stage of the installation process.
LinkableGitRepository
LinkableGitRepository represents a git repository that can be linked to a connection.
ListConnectionsRequest
Message for requesting list of Connections
ListConnectionsResponse
Message for response to listing Connections
ListGitRepositoryLinksRequest
Message for requesting a list of GitRepositoryLinks
ListGitRepositoryLinksResponse
Message for response to listing GitRepositoryLinks
OAuthCredential
Represents an OAuth token of the account that authorized the Connection, and associated metadata.
OperationMetadata
Represents the metadata of the long-running operation.
UpdateConnectionRequest
Message for updating a Connection
Modules
pagers
API documentation for developerconnect_v1.services.developer_connect.pagers
module.