Documentation
¶
Index ¶
- func DataSourceGoogleDatastreamStaticIps() *schema.Resource
- func DatastreamOperationWaitTime(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func DatastreamOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, ...) error
- type DatastreamOperationError
- type DatastreamOperationWaiter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatastreamOperationWaitTimeWithResponse ¶
func DatastreamOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, response *map[string]interface{}, project, activity, userAgent string, timeout time.Duration) error
nolint: deadcode,unused
Types ¶
type DatastreamOperationError ¶
type DatastreamOperationError struct {
Op datastream.Operation
}
DatastreamOperationError wraps datastream.Status and implements the error interface so it can be returned.
func (DatastreamOperationError) Error ¶
func (e DatastreamOperationError) Error() string
type DatastreamOperationWaiter ¶
type DatastreamOperationWaiter struct { Config *transport_tpg.Config UserAgent string Project string Op datastream.Operation tpgresource.CommonOperationWaiter }
func (*DatastreamOperationWaiter) Error ¶
func (w *DatastreamOperationWaiter) Error() error
func (*DatastreamOperationWaiter) QueryOp ¶
func (w *DatastreamOperationWaiter) QueryOp() (interface{}, error)
func (*DatastreamOperationWaiter) SetOp ¶
func (w *DatastreamOperationWaiter) SetOp(op interface{}) error
Click to show internal directories.
Click to hide internal directories.