Firebase Hosting API . projects . sites . customDomains . operations

Instance Methods

cancel(name, body=None, x__xgafv=None)

CancelOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources.

close()

Close httplib2 connections.

delete(name, x__xgafv=None)

DeleteOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources.

Method Details

cancel(name, body=None, x__xgafv=None)
CancelOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources.

Args:
  name: string, The name of the operation resource to be cancelled. (required)
  body: object, The request body.
    The object takes the form of:

{ # The request message for Operations.CancelOperation.
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}
close()
Close httplib2 connections.
delete(name, x__xgafv=None)
DeleteOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources.

Args:
  name: string, The name of the operation resource to be deleted. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}