Class: Google::Iam::V1beta::UpdateWorkloadIdentityPoolRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/iam/v1beta/workload_identity_pool.rb

Overview

Request message for UpdateWorkloadIdentityPool.

Instance Attribute Summary collapse

Instance Attribute Details

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields update.

Returns:



335
336
337
338
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 335

class UpdateWorkloadIdentityPoolRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#workload_identity_pool::Google::Iam::V1beta::WorkloadIdentityPool

Returns Required. The pool to update. The name field is used to identify the pool.

Returns:



335
336
337
338
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 335

class UpdateWorkloadIdentityPoolRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end