Uses of Class
com.google.iam.v1.SetIamPolicyRequest.Builder
Packages that use SetIamPolicyRequest.Builder
-
Uses of SetIamPolicyRequest.Builder in com.google.iam.v1
Methods in com.google.iam.v1 that return SetIamPolicyRequest.BuilderModifier and TypeMethodDescriptionSetIamPolicyRequest.Builder.clear()SetIamPolicyRequest.Builder.clearPolicy()REQUIRED: The complete policy to be applied to the `resource`.SetIamPolicyRequest.Builder.clearResource()REQUIRED: The resource for which the policy is being specified.SetIamPolicyRequest.Builder.clearUpdateMask()OPTIONAL: A FieldMask specifying which fields of the policy to modify.SetIamPolicyRequest.Builder.mergeFrom(SetIamPolicyRequest other) SetIamPolicyRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SetIamPolicyRequest.Builder.mergeFrom(com.google.protobuf.Message other) SetIamPolicyRequest.Builder.mergePolicy(Policy value) REQUIRED: The complete policy to be applied to the `resource`.SetIamPolicyRequest.Builder.mergeUpdateMask(com.google.protobuf.FieldMask value) OPTIONAL: A FieldMask specifying which fields of the policy to modify.static SetIamPolicyRequest.BuilderSetIamPolicyRequest.newBuilder()static SetIamPolicyRequest.BuilderSetIamPolicyRequest.newBuilder(SetIamPolicyRequest prototype) SetIamPolicyRequest.newBuilderForType()protected SetIamPolicyRequest.BuilderSetIamPolicyRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) REQUIRED: The complete policy to be applied to the `resource`.SetIamPolicyRequest.Builder.setPolicy(Policy.Builder builderForValue) REQUIRED: The complete policy to be applied to the `resource`.SetIamPolicyRequest.Builder.setResource(String value) REQUIRED: The resource for which the policy is being specified.SetIamPolicyRequest.Builder.setResourceBytes(com.google.protobuf.ByteString value) REQUIRED: The resource for which the policy is being specified.SetIamPolicyRequest.Builder.setUpdateMask(com.google.protobuf.FieldMask value) OPTIONAL: A FieldMask specifying which fields of the policy to modify.SetIamPolicyRequest.Builder.setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) OPTIONAL: A FieldMask specifying which fields of the policy to modify.SetIamPolicyRequest.toBuilder()