Documentation ¶
Index ¶
- func FirestoreIFieldsDiffSuppressFunc(k, old, new string, d tpgresource.TerraformResourceDataChange) bool
- func FirestoreOperationWaitTime(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func FirestoreOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func ResourceFirestoreDatabase() *schema.Resource
- func ResourceFirestoreDocument() *schema.Resource
- func ResourceFirestoreField() *schema.Resource
- func ResourceFirestoreIndex() *schema.Resource
- type FirestoreOperationWaiter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FirestoreIFieldsDiffSuppressFunc ¶
func FirestoreIFieldsDiffSuppressFunc(k, old, new string, d tpgresource.TerraformResourceDataChange) bool
* FirestoreIndex api apends __name__ as an item to the * end of the fields list if not present. We are suppressing * this server generated field.
func FirestoreOperationWaitTimeWithResponse ¶
func FirestoreOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, response *map[string]interface{}, project, activity, userAgent string, timeout time.Duration) error
nolint: deadcode,unused
func ResourceFirestoreField ¶
func ResourceFirestoreIndex ¶
Types ¶
type FirestoreOperationWaiter ¶
type FirestoreOperationWaiter struct { Config *transport_tpg.Config UserAgent string Project string tpgresource.CommonOperationWaiter }
func (*FirestoreOperationWaiter) QueryOp ¶
func (w *FirestoreOperationWaiter) QueryOp() (interface{}, error)
Click to show internal directories.
Click to hide internal directories.