Class: Google::Iam::V1beta::UpdateWorkloadIdentityPoolRequest
- Inherits:
-
Object
- Object
- Google::Iam::V1beta::UpdateWorkloadIdentityPoolRequest
- 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
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#workload_identity_pool ⇒ ::Google::Iam::V1beta::WorkloadIdentityPool
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields update.
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.
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 |