Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__call__() (google.api_core.retry.Retry method)
(google.api_core.timeout.ConstantTimeout method)
(google.api_core.timeout.ExponentialTimeout method)
__iter__() (google.api_core.page_iterator.Iterator method)
(google.api_core.page_iterator.Page method)
__next__() (google.api_core.page_iterator.Page method)
A
Aborted
all_users() (google.api_core.iam.Policy static method)
AlreadyExists
authenticated_users() (google.api_core.iam.Policy static method)
B
BadGateway
BadRequest
C
cancel() (google.api_core.operation.Operation method)
cancel_operation() (google.api_core.operations_v1.OperationsClient method)
Cancelled
cancelled() (google.api_core.operation.Operation method)
cause() (google.api_core.exceptions.RetryError property)
ChannelStub (class in google.api_core.grpc_helpers)
client (google.api_core.page_iterator.Iterator attribute)
ClientError
ClientInfo (class in google.api_core.client_info)
(class in google.api_core.gapic_v1.client_info)
close() (google.api_core.grpc_helpers.ChannelStub method)
code (google.api_core.exceptions.GoogleAPICallError attribute)
Conflict
ConstantTimeout (class in google.api_core.timeout)
create_channel() (in module google.api_core.grpc_helpers)
D
DataLoss
DatetimeWithNanoseconds (class in google.api_core.datetime_helpers)
DeadlineExceeded
delete_operation() (google.api_core.operations_v1.OperationsClient method)
deserialize() (google.api_core.operation.Operation class method)
domain() (google.api_core.iam.Policy static method)
done() (google.api_core.operation.Operation method)
E
EDITOR_ROLE (in module google.api_core.iam)
editors() (google.api_core.iam.Policy property)
errors() (google.api_core.exceptions.GoogleAPICallError property)
exception_class_for_grpc_status() (in module google.api_core.exceptions)
exception_class_for_http_status() (in module google.api_core.exceptions)
expand() (in module google.api_core.path_template)
exponential_sleep_generator() (in module google.api_core.retry)
ExponentialTimeout (class in google.api_core.timeout)
F
FailedPrecondition
Forbidden
from_api_repr() (google.api_core.iam.Policy class method)
from_gapic() (in module google.api_core.operation)
from_grpc() (in module google.api_core.operation)
from_grpc_error() (in module google.api_core.exceptions)
from_grpc_status() (in module google.api_core.exceptions)
from_http_json() (in module google.api_core.operation)
from_http_response() (in module google.api_core.exceptions)
from_http_status() (in module google.api_core.exceptions)
from_iso8601_date() (in module google.api_core.datetime_helpers)
from_iso8601_time() (in module google.api_core.datetime_helpers)
from_microseconds() (in module google.api_core.datetime_helpers)
from_rfc3339() (google.api_core.datetime_helpers.DatetimeWithNanoseconds class method)
(in module google.api_core.datetime_helpers)
from_rfc3339_nanos() (in module google.api_core.datetime_helpers)
from_timestamp_pb() (google.api_core.datetime_helpers.DatetimeWithNanoseconds class method)
G
GatewayTimeout
get_operation() (google.api_core.operations_v1.OperationsClient method)
google.api_core.client_info (module)
google.api_core.datetime_helpers (module)
google.api_core.exceptions (module)
google.api_core.gapic_v1.client_info (module)
google.api_core.general_helpers (module)
google.api_core.grpc_helpers (module)
google.api_core.iam (module)
google.api_core.operation (module)
google.api_core.operations_v1 (module)
google.api_core.page_iterator (module)
google.api_core.path_template (module)
google.api_core.retry (module)
google.api_core.timeout (module)
GoogleAPICallError
GoogleAPIError
group() (google.api_core.iam.Policy static method)
grpc_status_code (google.api_core.exceptions.GoogleAPICallError attribute)
GRPCIterator (class in google.api_core.page_iterator)
H
HTTPIterator (class in google.api_core.page_iterator)
I
if_exception_type() (in module google.api_core.retry)
if_transient_error() (in module google.api_core.retry)
InternalServerError
InvalidArgument
item_to_value (google.api_core.page_iterator.Iterator attribute)
Iterator (class in google.api_core.page_iterator)
L
LengthRequired
list_operations() (google.api_core.operations_v1.OperationsClient method)
M
max_results (google.api_core.page_iterator.Iterator attribute)
message (google.api_core.exceptions.GoogleAPICallError attribute)
metadata() (google.api_core.operation.Operation property)
MethodNotAllowed
MethodNotImplemented
MovedPermanently
N
nanosecond() (google.api_core.datetime_helpers.DatetimeWithNanoseconds property)
next() (google.api_core.page_iterator.Page method)
next_page_token (google.api_core.page_iterator.Iterator attribute)
NotFound
NotModified
num_items() (google.api_core.page_iterator.Page property)
num_results (google.api_core.page_iterator.Iterator attribute)
O
Operation (class in google.api_core.operation)
operation() (google.api_core.operation.Operation property)
OperationsClient (class in google.api_core.operations_v1)
OutOfRange
OWNER_ROLE (in module google.api_core.iam)
owners() (google.api_core.iam.Policy property)
P
Page (class in google.api_core.page_iterator)
page_number (google.api_core.page_iterator.Iterator attribute)
pages (google.api_core.page_iterator.GRPCIterator attribute)
(google.api_core.page_iterator.HTTPIterator attribute)
pages() (google.api_core.page_iterator.Iterator property)
PermissionDenied
Policy (class in google.api_core.iam)
PreconditionFailed
R
Redirection
remaining() (google.api_core.page_iterator.Page property)
RequestRangeNotSatisfiable
requests (google.api_core.grpc_helpers.ChannelStub attribute)
ResourceExhausted
response() (google.api_core.exceptions.GoogleAPICallError property)
ResumeIncomplete
Retry (class in google.api_core.retry)
retry_target() (in module google.api_core.retry)
RetryError
rfc3339() (google.api_core.datetime_helpers.DatetimeWithNanoseconds method)
S
ServerError
service_account() (google.api_core.iam.Policy static method)
ServiceUnavailable
stream_stream() (google.api_core.grpc_helpers.ChannelStub method)
stream_unary() (google.api_core.grpc_helpers.ChannelStub method)
subscribe() (google.api_core.grpc_helpers.ChannelStub method)
T
TemporaryRedirect
timestamp_pb() (google.api_core.datetime_helpers.DatetimeWithNanoseconds method)
to_api_repr() (google.api_core.iam.Policy method)
to_grpc_metadata() (google.api_core.gapic_v1.client_info.ClientInfo method)
to_microseconds() (in module google.api_core.datetime_helpers)
to_milliseconds() (in module google.api_core.datetime_helpers)
to_rfc3339() (in module google.api_core.datetime_helpers)
to_user_agent() (google.api_core.client_info.ClientInfo method)
TooManyRequests
U
unary_stream() (google.api_core.grpc_helpers.ChannelStub method)
unary_unary() (google.api_core.grpc_helpers.ChannelStub method)
Unauthenticated
Unauthorized
Unknown
unsubscribe() (google.api_core.grpc_helpers.ChannelStub method)
user() (google.api_core.iam.Policy static method)
utcnow() (in module google.api_core.datetime_helpers)
V
validate() (in module google.api_core.path_template)
VIEWER_ROLE (in module google.api_core.iam)
viewers() (google.api_core.iam.Policy property)
W
with_deadline() (google.api_core.retry.Retry method)
(google.api_core.timeout.ExponentialTimeout method)
with_delay() (google.api_core.retry.Retry method)
with_predicate() (google.api_core.retry.Retry method)
wrap_errors() (in module google.api_core.grpc_helpers)
wraps() (in module google.api_core.general_helpers)
google-api-core
Google Cloud Client Libraries for Python
Navigation
Authentication
Client Information Helpers
Exceptions
Helpers
Identity and Access Management
Long-Running Operations
Long-Running Operations Client
Page Iterators
Path Templates
Retry
Timeout
Changelog
Related Topics
Documentation overview
Quick search