BREAKING CHANGES:
- logpush:
CheckAccountLogpushDestinationExists
is removed in favour ofCheckLogpushDestinationExists
withResourceContainer
method parameter (#1326) - logpush:
CheckZoneLogpushDestinationExists
is removed in favour ofCheckLogpushDestinationExists
withResourceContainer
method parameter (#1326) - logpush:
CreateAccountLogpushJob
is removed in favour ofCreateLogpushJob
withResourceContainer
method parameter (#1326) - logpush:
CreateZoneLogpushJob
is removed in favour ofCreateLogpushJob
withResourceContainer
method parameter (#1326) - logpush:
DeleteAccountLogpushJob
is removed in favour ofDeleteLogpushJob
withResourceContainer
method parameter (#1326) - logpush:
DeleteZoneLogpushJob
is removed in favour ofDeleteLogpushJob
withResourceContainer
method parameter (#1326) - logpush:
GetAccountLogpushFields
is removed in favour ofGetLogpushFields
withResourceContainer
method parameter (#1326) - logpush:
GetAccountLogpushJob
is removed in favour ofGetLogpushJob
withResourceContainer
method parameter (#1326) - logpush:
GetAccountLogpushOwnershipChallenge
is removed in favour ofGetLogpushOwnershipChallenge
withResourceContainer
method parameter (#1326) - logpush:
GetZoneLogpushFields
is removed in favour ofGetLogpushFields
withResourceContainer
method parameter (#1326) - logpush:
GetZoneLogpushJob
is removed in favour ofGetLogpushJob
withResourceContainer
method parameter (#1326) - logpush:
GetZoneLogpushOwnershipChallenge
is removed in favour ofGetLogpushOwnershipChallenge
withResourceContainer
method parameter (#1326) - logpush:
ListAccountLogpushJobsForDataset
is removed in favour ofListLogpushJobsForDataset
withResourceContainer
method parameter (#1326) - logpush:
ListAccountLogpushJobs
is removed in favour ofListLogpushJobs
withResourceContainer
method parameter (#1326) - logpush:
ListZoneLogpushJobsForDataset
is removed in favour ofListLogpushJobsForDataset
withResourceContainer
method parameter (#1326) - logpush:
ListZoneLogpushJobs
is removed in favour ofListLogpushJobs
withResourceContainer
method parameter (#1326) - logpush:
UpdateAccountLogpushJob
is removed in favour ofUpdateLogpushJob
withResourceContainer
method parameter (#1326) - logpush:
UpdateZoneLogpushJob
is removed in favour ofUpdateLogpushJob
withResourceContainer
method parameter (#1326) - logpush:
ValidateAccountLogpushOwnershipChallenge
is removed in favour ofValidateLogpushOwnershipChallenge
withResourceContainer
method parameter (#1326) - logpush:
ValidateZoneLogpushOwnershipChallenge
is removed in favour ofValidateLogpushOwnershipChallenge
withResourceContainer
method parameter (#1326) - logpush: all methods are updated to use the newer client conventions for method signatures (#1326)
ENHANCEMENTS:
- resource_container: expose
Type
on*ResourceContainer
to explicitly denote what type of resource it is instead of inferring fromLevel
. (#1325)